Skip to content

v5.0.0

Compare
Choose a tag to compare
@CarLeonDev CarLeonDev released this 01 Jun 07:00
· 364 commits to master since this release

Breaking

  • refactor(engine, widgets, core, hooks, test): Delete ReactterContext and ReactterHookManager and remove all about it.
  • refactor(widgets, test): Replace ReactterContextNotFoundException to ReactterInstanceNotFoundException.
  • refactor(widgets, test): Remove listenAllHooks property from ReactterComponent, use listenAll.
  • refactor(widgets, test): Remove listenHooks property from ReactterComponent and ReactterProvider.contextOf, use listenStates.
  • refactor(hooks, test): Remove context property from UseAsyncState, UseContext, UseEvent, UseReducer and UseState.
  • refactor(hooks, test): Remove type ReactterAction, type is String.
  • refactor(core, widgets, test): Delete ReactterBuilder and ReactterScope, replace to build, StatelessWidget, StatefulWidget or any Widget that expose BuildContext.

Enhancements

Fixes

  • refactor(core): Fix hasListener no depend of ReactterNotifyManager.

Internal

  • refactor, doc(example): Adjust to new changes.
  • doc: Change documentation to better readability and adjust to new changes.

Full Changelog: v4.1.2...v5.0.0