-
Notifications
You must be signed in to change notification settings - Fork 79
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
Showing
17 changed files
with
141 additions
and
321 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,78 +1,90 @@ | ||
## 0.0.1 | ||
## 2.0.0 | ||
|
||
* Describe initial release. | ||
* Change `FlutterReactionButton` to `ReactionButton` | ||
* Change `FlutterReactionButtonCheck` to `ReactionButtonToggle` | ||
* Change `Function(Reaction, int, bool) onReactionChanged` to `Function(T?, bool) onReactionChanged` | ||
* Change `Function(Reaction, int) onReactionChanged` to `Function(T?) onReactionChanged` | ||
* Dynamic scale depending on the hover position | ||
* Dynamic horizontal alignment | ||
* Scrollable position | ||
* Minor bugs fixed | ||
|
||
## 0.1.0 | ||
## 1.0.8 | ||
|
||
* Update Description pubspec.yaml. | ||
* Added support null safety | ||
|
||
## 0.1.1 | ||
## 1.0.7+3 | ||
|
||
* Reactions List @required. | ||
* Deprecated Reaction id | ||
|
||
## 0.1.2 | ||
## 1.0.7+2 | ||
|
||
* From plugin to packages. | ||
* Improvement box flow | ||
|
||
## 0.1.2+1 | ||
## 1.0.7 | ||
|
||
* Add Example. | ||
* Remove reaction id | ||
* Clean code | ||
|
||
## 0.1.3 | ||
## 1.0.6+2 | ||
|
||
* Selected rection index. | ||
* Minor bugs fixed | ||
|
||
## 1.0.0 | ||
## 1.0.6+1 | ||
|
||
* Add ripple effect. | ||
* Minor bugs fixed | ||
|
||
## 1.0.1 | ||
## 1.0.6 | ||
|
||
* define reaction by id. | ||
* alternative to popup menu. | ||
* enable/disable reaction click. | ||
* Reaction title | ||
|
||
## 1.0.2 | ||
## 1.0.5 | ||
|
||
* Items spacing | ||
* Box padding | ||
|
||
## 1.0.4 | ||
|
||
* code improvements | ||
* Reactions box alignment | ||
|
||
## 1.0.3 | ||
|
||
* change state externally | ||
* Change state externally | ||
|
||
## 1.0.4 | ||
## 1.0.2 | ||
|
||
* reactions box alignment | ||
* Code improvements | ||
|
||
## 1.0.5 | ||
## 1.0.1 | ||
|
||
* items spacing / box padding | ||
* Define reaction by id. | ||
* Alternative to popup menu. | ||
* Enable/disable reaction click. | ||
|
||
## 1.0.6 | ||
## 1.0.0 | ||
|
||
* reaction title | ||
* Add ripple effect. | ||
|
||
## 1.0.6+1 | ||
## 0.1.3 | ||
|
||
* minor bugs fixed | ||
* Selected rection index. | ||
|
||
## 1.0.6+2 | ||
## 0.1.2+1 | ||
|
||
* minor bugs fixed | ||
* Add Example. | ||
|
||
## 1.0.7 | ||
## 0.1.2 | ||
|
||
* Remove reaction id | ||
* Clean code | ||
* From plugin to packages. | ||
|
||
## 1.0.7+2 | ||
## 0.1.1 | ||
|
||
* Improvement box flow | ||
* Reactions List @required. | ||
|
||
## 1.0.7+3 | ||
## 0.1.0 | ||
|
||
* Deprecated Reaction id | ||
* Update Description pubspec.yaml. | ||
|
||
## 1.0.8 | ||
## 0.0.1 | ||
|
||
* Added support null safety | ||
* Describe initial release. |
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
Oops, something went wrong.