Skip to content

Releases: Kaiden42/iced_focus

iced_focus v0.1.1

13 Aug 14:57
Compare
Choose a tag to compare

Changelog:

  • Support generics for derive macro
  • Reduce the amount of allocations in the focus(...) method of a slice of focusable elements
  • Don't panic on other annotations on a field that are not focus(enable...)
  • Support for Box<T: Focus>
  • Other bugfixes

iced_focus v0.1.0

11 Aug 15:16
Compare
Choose a tag to compare

First release.