Skip to content

Commit 60ef496

Browse files
author
Shi-Hao Hong
authored
[animations] Prepare for 1.1.0 (#165)
* Update changelog and pubspec for new release
1 parent 22cf8a9 commit 60ef496

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/animations/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
## [1.0.1-dev] - TBD
1+
# Changelog
22

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.
39
* Fix `FadeScaleTransition` example's `FloatingActionButton` being accessible
410
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`.
513
* Add custom fillColor property to `SharedAxisTransition` and `SharedAxisPageTransitionsBuilder`.
614
* Fix prefer_const_constructors lint in test and example.
715
* 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.
818

919

1020
## [1.0.0+5] - February 21, 2020

packages/animations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: animations
22
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
3-
version: 1.0.1-dev
3+
version: 1.1.0
44
homepage: https://github.com/flutter/packages/tree/master/packages/animations
55

66
environment:

0 commit comments

Comments
 (0)