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
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# 1.1.0
2
+
3
+
This minor release introduces two new features to the Transition protocol family.
4
+
5
+
## New features
6
+
7
+
*[Add support for fallback transitioning. (#16)](https://github.com/material-motion/transitioning-objc/commit/e139cc2c5bb7234df6b40cc82bfb81ded57ccbf8) (featherless)
8
+
*[Add support for customizing transition durations (#11)](https://github.com/material-motion/transitioning-objc/commit/cf1e7961f51f9f07a252343bf618a45b2a00d707) (Eric Tang)
9
+
10
+
## API changes
11
+
12
+
### MDMTransitionWithFallback
13
+
14
+
*new* protocol: `MDMTransitionWithFallback`
15
+
16
+
*new* method: `-fallbackTransitionWithContext:` in `MDMTransitionWithFallback`
17
+
18
+
### MDMTransitionWithCustomDuration
19
+
20
+
*new* protocol: `MDMTransitionWithCustomDuration`
21
+
22
+
*new* method: `-transitionDurationWithContext:` in `MDMTransitionWithCustomDuration`
23
+
24
+
### MDMTransitionController
25
+
26
+
*new* property: `activeTransition` in `MDMTransitionController`
0 commit comments