-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d17718
commit 0cadcd0
Showing
11 changed files
with
133 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 2024-12-16 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`flutter_mobx` - `v2.3.0`](#flutter_mobx---v230) | ||
- [`mobx` - `v2.5.0`](#mobx---v250) | ||
- [`mobx_codegen` - `v2.7.0`](#mobx_codegen---v270) | ||
- [`mobx_examples` - `v1.1.0`](#mobx_examples---v110) | ||
- [`mobx_lint` - `v1.1.0`](#mobx_lint---v110) | ||
|
||
--- | ||
|
||
#### `flutter_mobx` - `v2.3.0` | ||
|
||
- **REFACTOR**: export `MultiReactionBuilder` from `flutter_mobx.dart` (#946). | ||
- **FIX**: package upgrades, analysis issue fixes. | ||
- **FIX**: stacktrace in computed (#988). | ||
- **FIX**: If builder of Observer errors, further error LateInitializationError: Local 'built' has not been initialized. will happen in addition to the actual error, reducing developer experience #780. | ||
- **FIX**: Disable button Remove Completed, when the completed task is occult on screen. (#73). | ||
- **FEAT**: add `MultiReactionBuilder` widget (#917). | ||
|
||
#### `mobx` - `v2.5.0` | ||
|
||
- **FIX**: package upgrades, analysis issue fixes. | ||
- **FIX**: Observable.value setter (covariant) (#993). | ||
- **FIX**: stacktrace in computed (#988). | ||
- **FIX**: observableset and observablemap notify all listeners when one is added with fireimmediately true (#962). | ||
- **FIX**: revert #784 (#842). | ||
- **FIX**: ObservableStream.listen() should also keep observable values updated (#708). | ||
- **FIX**: Widgets failed to call super.dispose() (#334). | ||
- **FIX**: issue 62 (#64). | ||
- **FEAT**: add scheduler option to autorun and reaction (#979). | ||
- **FEAT**: add keepAlive to Computed (#976). | ||
- **FEAT**: Adds `useEquatable` for creating observables (#971). | ||
- **FEAT**: Adds custom `equals` for creating observables. (#907). | ||
- **FEAT**: Adds support for annotations (#904). | ||
- **FEAT**: Allow a custom equals parameter for ObservableStream (#771). | ||
- **FEAT**: Allow use custom context (#770). | ||
|
||
#### `mobx_codegen` - `v2.7.0` | ||
|
||
- **FIX**: package upgrades, analysis issue fixes. | ||
- **FIX**: error with code generation when file has unnamed extension (#1020). | ||
- **FIX**: make readonly work with computed (#710). | ||
- **FIX**: ObservableStream.listen() should also keep observable values updated (#708). | ||
- **FEAT**: add keepAlive to Computed (#976). | ||
- **FEAT**: support late observables (#973). | ||
- **FEAT**: Adds `useEquatable` for creating observables (#971). | ||
- **FEAT**: require `analyzer: ^5.12.0` (#934). | ||
- **FEAT**: Adds custom `equals` for creating observables. (#907). | ||
- **FEAT**: Adds support for annotations (#904). | ||
- **FEAT**: Allow use custom context (#770). | ||
|
||
#### `mobx_examples` - `v1.1.0` | ||
|
||
- **FEAT**: Adds support for annotations (#904). | ||
|
||
#### `mobx_lint` - `v1.1.0` | ||
|
||
- **FIX**: package upgrades, analysis issue fixes. | ||
- **FEAT**: add wrap with observer assist (#949). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 1.1.0 | ||
|
||
- **FEAT**: Adds support for annotations (#904). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 1.1.0 | ||
|
||
- **FIX**: package upgrades, analysis issue fixes. | ||
- **FEAT**: add wrap with observer assist (#949). | ||
|
||
## 1.0.0 | ||
|
||
- add wrap with observer assist by [@amondnet](https://github.com/amondnet) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters