-
Notifications
You must be signed in to change notification settings - Fork 41
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
f891688
commit c6cc2f3
Showing
5 changed files
with
34 additions
and
4 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 |
---|---|---|
@@ -1,3 +1,28 @@ | ||
## 0.10.0 | ||
|
||
> Note: This release has breaking changes. | ||
- **REFACTOR**: cleaned up project structure. | ||
- **REFACTOR**: added CI and documentation. | ||
- **FIX**(value_notifier_tools): fixed type parameters in select extension. | ||
- **FIX**(value_notifier_tools): Added all classes to package exports. | ||
- **FIX**: fixed point.freezed.dart. | ||
- **FIX**(example): fixed dialog title. | ||
- **FEAT**(example): updated example to use `SelectValueNotifier`. | ||
- **FEAT**: use `HistoryValueNotifier` from new package. | ||
- **FEAT**(value_notifier_tools): added `HistoryValueNotifier`. | ||
- **FEAT**(value_notifier_tools): added where_value_notifier. | ||
- **FEAT**(value_notifier_tools): added select value notifier. | ||
- **FEAT**(example): show JSON. | ||
- **FEAT**(example): updated example visuals. | ||
- **FEAT**(example): updated example for new `ScribbleNotifier`. | ||
- **DOCS**: added back demo gif. | ||
- **DOCS**: updated README. | ||
- **DOCS**(value_notifier_tools): added README. | ||
- **DOCS**: documented all public members. | ||
- **BREAKING** **REFACTOR**: made `GestureCatcherRecognizer` private. | ||
- **BREAKING** **REFACTOR**: `ScribbleNotifier` is now a `ValueNotifier`. | ||
|
||
# 0.1.0+1 | ||
|
||
- feat: initial commit 🎉 |
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