-
Notifications
You must be signed in to change notification settings - Fork 34
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
9dbcbb9
commit 548e75f
Showing
3 changed files
with
63 additions
and
55 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,48 +1,53 @@ | ||
## [0.3.2] - March 9, 2021 | ||
## [0.3.4] - December 27, 2023 | ||
|
||
- Feature: ClayTheme - Thanks to [NonymousMorlock](https://github.com/NonymousMorlock) | ||
- Feature: ClayAnimatedContainer onEnd implementation - Thanks to [NonymousMorlock](https://github.com/NonymousMorlock) | ||
|
||
## [0.3.3] - March 9, 2021 | ||
|
||
* Hotfix: Same as 0.3.1, but for ClayAnimatedContainer. | ||
- Hotfix: Same as 0.3.1, but for ClayAnimatedContainer. | ||
|
||
## [0.3.2] - March 9, 2021 | ||
|
||
* Hotfix: Fixed problem where clay containers without a curve would throw an error. | ||
- Hotfix: Fixed problem where clay containers without a curve would throw an error. | ||
|
||
## [0.3.0] - March 9, 2021 | ||
|
||
* Null Safety! Thanks to [Sameerkash](https://github.com/Sameerkash) | ||
- Null Safety! Thanks to [Sameerkash](https://github.com/Sameerkash) | ||
|
||
## [0.2.3] - January 30, 2021 | ||
|
||
* Added ClayAnimatedContainer thanks to [babakoto](https://github.com/babakoto) | ||
- Added ClayAnimatedContainer thanks to [babakoto](https://github.com/babakoto) | ||
|
||
## [0.2.2] - January 25, 2020 | ||
|
||
* Yet another minor documentation adjustment. | ||
- Yet another minor documentation adjustment. | ||
|
||
## [0.2.1] - January 25, 2020 | ||
|
||
* Made default embossed surfaces brighter. | ||
- Made default embossed surfaces brighter. | ||
|
||
## [0.2.0] - January 24, 2020 | ||
|
||
* Introduce the `ClayText` widget. | ||
* Add the `emboss` property to `ClayContainer`s. | ||
* Allow arbitrarily setting `surfaceColor` and `parentColor` for `ClayContainer`s. | ||
* `ClayContainer`s no longer require a color, but will instead default to `Color(0xFFF0F0F0)`. | ||
* Documentation updates. | ||
- Introduce the `ClayText` widget. | ||
- Add the `emboss` property to `ClayContainer`s. | ||
- Allow arbitrarily setting `surfaceColor` and `parentColor` for `ClayContainer`s. | ||
- `ClayContainer`s no longer require a color, but will instead default to `Color(0xFFF0F0F0)`. | ||
- Documentation updates. | ||
|
||
## [0.1.12] - January 22, 2020 | ||
|
||
* Documentation changes. | ||
- Documentation changes. | ||
|
||
## [0.1.11] - January 22, 2020 | ||
|
||
* Documentation changes. | ||
* Removed unused variable. | ||
- Documentation changes. | ||
- Removed unused variable. | ||
|
||
## [0.1.2] - January 24, 2020 | ||
|
||
* This release was a mistake. 0.1.2 is meant to be the release after 0.1.12. I misunderstood the way the version numbering works. | ||
- This release was a mistake. 0.1.2 is meant to be the release after 0.1.12. I misunderstood the way the version numbering works. | ||
|
||
## [0.1.1] - January 21, 2020 | ||
|
||
* Initial release. | ||
- 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
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