Skip to content

v3.0.0

Compare
Choose a tag to compare
@CarLeonDev CarLeonDev released this 14 Jul 22:31
· 625 commits to master since this release
1ed284a

Breaking

Enhancements

  • feat(widgets): Improve finding ReactterContext in the widget tree via the BuildContext. Now the operation of finding ReactterContext is O(1) and ReactterContext using id is O(2).
  • refactor(hooks): Add more Lifecycle events(Lifecycle.registered,Lifecycle.unregistered,Lifecycle.registered and Lifecycle.destroyed)
  • feat(hooks): Add UseContext hook.
  • feat(hooks): Add UseEvent hook.
  • feat(widgets): Add ReactterScope widget.
  • refactor(core): Add Reactter.create and Reactter.find.

Full Changelog: 2.3.3...v3.0.0