|
1 | 1 | # Reactter |
2 | 2 |
|
| 3 | +## 6.1.0 |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +- **feat(framework, widgets, extensions):** Add `ReactterSelector` widget and `context.select` method extension. |
| 8 | + - `ReactterSelect` and `context.select` help to control the rebuilding of widget tree using a `Selector` methods that allows to select a state specific for listening, and return a computed value. |
| 9 | +- **feat(widgets):** Add `ReactterScope` Widget. |
| 10 | +If `ReactterProvider.contextOf` doesn't have a type defined, use `ReactterScope` to work correctly. |
| 11 | + |
| 12 | +### Breakings |
| 13 | + |
| 14 | +- **perf(framework):** Remove `updateAsync` from `ReactterHook` and `ReactterState`. |
| 15 | +- **perf(framework):** Remove `emitAsync` from `ReactterEventManager`. |
| 16 | +- **refactor(extensions):** Deprecate `List<ReactterState>.when`. |
| 17 | + |
| 18 | +### Fixes |
| 19 | + |
| 20 | +- **fix(widgets):** Notify `ReactterWatcher` has changed when available. |
| 21 | +- **fix(framework):** Remove `UseWen` asynchronously when call `markNeedsNotifyDependents` through its changes. |
| 22 | + |
| 23 | +### Internal |
| 24 | + |
| 25 | +- **perf(framework):** Add `ReactterNotifier` to manage events. |
| 26 | +- **refactor(widgets):** Improve `ReactterProvider` code. |
| 27 | +- **perf(extensions, framework, widgets):** Improve performance of `context.watch`. |
| 28 | +- **refactor(types):** Add `WatchState` and `SelectComputeValue` types. |
| 29 | +- **refactor(framework):** Improve message error about `notifyListeners` of `ReactterNotifier`. |
| 30 | +- **feat(framework, widgets, extensions):** Improve managing dependency. |
| 31 | +- **test(framework, widgets, hooks):** Fix some part for test coverage. |
| 32 | +- **test:** Add `context.select` and `ReactterSelector` test. |
| 33 | +- **doc:** Fix some code documentation. |
| 34 | +- **refactor(example):** Improve api example. |
| 35 | +- **doc:** Add documention about new features. |
| 36 | + |
3 | 37 | ## 6.0.2 |
4 | 38 |
|
5 | 39 | ### Fixes |
6 | 40 |
|
7 | | -- **fix(signal):** Add missing getters to Signal of list type. |
| 41 | +- **fix(signal):** Add missing getters(`first`, `last`, and `length`) to Signal of list type. |
8 | 42 |
|
9 | 43 | ## 6.0.0 |
10 | 44 |
|
|
0 commit comments