Skip to content

Commit

Permalink
feat: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekAbdelouahed committed Oct 9, 2023
1 parent cb50276 commit 1e50dc6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.O.0

- **BREAKING CHANGE**:
- Remove `FlutterReactionButton` and `FlutterReactionButtonToggle`
- Required `itemSize` in `ReactionButton``
- Update `onReactionChanged` callback
- Remove `VerticalPosition` and `HorizontalPosition`
- Adds `child` to `ReactionButton`
- Animated `ReactionsBox`

## 2.0.2

* Pipeline setup
Expand All @@ -8,7 +18,7 @@

## 2.0.1

* Add ReactionContainer
* Adds ReactionContainer
* Bugs fix and code improvements, Thanks to [Felix Gabler](https://github.com/felixgabler)

## 2.0.0+3
Expand Down Expand Up @@ -88,15 +98,15 @@

## 1.0.0

* Add ripple effect.
* Adds ripple effect.

## 0.1.3

* Selected rection index.

## 0.1.2+1

* Add Example.
* Adds Example.

## 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_reaction_button
description: Flutter button reaction it is fully customizable widget such as Facebook reaction button
homepage: https://github.com/GeekAbdelouahed/flutter-reaction-button
repository: https://github.com/GeekAbdelouahed/flutter-reaction-button.git
version: 2.0.2
version: 3.0.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 1e50dc6

Please sign in to comment.