Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Commit f9984a3

Browse files
author
Jeff Verkoeyen
committed
Add more release notes to CHANGELOG.md.
1 parent eedf8eb commit f9984a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 2.0.0
22

3+
This major release of Material Motion focuses includes improvements to the transitioning architecture, the reactive architecture, and new features on many of the interactions.
4+
35
## Breaking changes
46

57
• The `IndefiniteObservable` dependency has been bumped to 4.0.0. [View the release notes](https://github.com/material-motion/indefinite-observable-swift/releases/tag/v4.0.0).
@@ -70,6 +72,14 @@ draggable.resistance.perimeter.value = someRect
7072

7173
These properties directly map to the corresponding properties in Core Animation.
7274

75+
`TransitionTween` has new initializer values `delayBefore` and `delayAfter`.
76+
77+
`delayBefore` is the delay used when transitioning forward. `delayAfter` is the delay used when transitioning backward.
78+
79+
• The gesture property for gesture-based interactions is now optional. When nil, the interaction will do nothing.
80+
81+
This is primarily useful when building transitions that have optional interactivity.
82+
7383
### Transitions
7484

7585
• New `TransitionWithFallback` protocol allows transitions to swap themselves out for another transition instance.

0 commit comments

Comments
 (0)