You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/animations/CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
-
## [1.0.1-dev] - TBD
1
+
#Changelog
2
2
3
+
All notable changes to this project will be documented in this file.
4
+
5
+
6
+
## [1.1.0] - June 2, 2020
7
+
8
+
* 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.
3
9
* Fix `FadeScaleTransition` example's `FloatingActionButton` being accessible
4
10
and tappable when it is supposed to be hidden.
11
+
*`showModal` now defaults to using `FadeScaleTransitionConfiguration` instead of `null`.
12
+
* Added const constructors for `FadeScaleTransitionConfiguration` and `ModalConfiguration`.
5
13
* Add custom fillColor property to `SharedAxisTransition` and `SharedAxisPageTransitionsBuilder`.
6
14
* Fix prefer_const_constructors lint in test and example.
7
15
* Add option `useRootNavigator` to `OpenContainer`.
16
+
* Add `OpenContainer.onClosed`, which is called with a returned value when the container was popped and has returned to the closed state.
17
+
* Fixes a bug with OpenContainer where a crash occurs when the container is dismissed after the container widget itself is removed.
0 commit comments