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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
# 2.0.0 (MaterialMotionTransitioning)
2
+
3
+
The library has been renamed to MaterialMotionTransitioning.
4
+
5
+
## New features
6
+
7
+
-`TransitionContext` now exposes a `presentationController` property.
8
+
9
+
## Source changes
10
+
11
+
*[Rename the library to MaterialMotionTransitioning.](https://github.com/material-motion/material-motion-transitioning-objc/commit/ce3e250b052fc762ed8682cd2efa9ede437707d4) (Jeff Verkoeyen)
12
+
*[Expose the presentation controller in TransitionContext (#26)](https://github.com/material-motion/material-motion-transitioning-objc/commit/f643cd58b845e2b428e3ef81020c18ea7fd387f6) (Eric Tang)
*new* property: `presentationController` in `MDMTransitionContext`
23
+
24
+
## Non-source changes
25
+
26
+
*[Set version to 1.0.0.](https://github.com/material-motion/material-motion-transitioning-objc/commit/5f2804b0213d7720e43152abf0893d6f5fb50048) (Jeff Verkoeyen)
27
+
28
+
---
29
+
30
+
Prior releases under the library name `Transitioning`.
31
+
1
32
# 1.1.1
2
33
3
34
This is a patch fix release to address build issues within Google's build environment.
0 commit comments