Skip to content

Commit

Permalink
[animations] Prepare for 1.1.0 (#165)
Browse files Browse the repository at this point in the history
* Update changelog and pubspec for new release
  • Loading branch information
Shi-Hao Hong committed Jun 2, 2020
1 parent 22cf8a9 commit 60ef496
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion packages/animations/CHANGELOG.md
@@ -1,10 +1,20 @@
## [1.0.1-dev] - TBD
# Changelog

All notable changes to this project will be documented in this file.


## [1.1.0] - June 2, 2020

* Introduce usage of `DualTransitionBuilder` for all transition widgets, preventing ongoing animations at the start of the transition animation from resetting at the end of the transition animations.
* Fix `FadeScaleTransition` example's `FloatingActionButton` being accessible
and tappable when it is supposed to be hidden.
* `showModal` now defaults to using `FadeScaleTransitionConfiguration` instead of `null`.
* Added const constructors for `FadeScaleTransitionConfiguration` and `ModalConfiguration`.
* Add custom fillColor property to `SharedAxisTransition` and `SharedAxisPageTransitionsBuilder`.
* Fix prefer_const_constructors lint in test and example.
* Add option `useRootNavigator` to `OpenContainer`.
* Add `OpenContainer.onClosed`, which is called with a returned value when the container was popped and has returned to the closed state.
* Fixes a bug with OpenContainer where a crash occurs when the container is dismissed after the container widget itself is removed.


## [1.0.0+5] - February 21, 2020
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/pubspec.yaml
@@ -1,6 +1,6 @@
name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
version: 1.0.1-dev
version: 1.1.0
homepage: https://github.com/flutter/packages/tree/master/packages/animations

environment:
Expand Down

0 comments on commit 60ef496

Please sign in to comment.