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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
# 5.0.0
2
+
3
+
This major change introduces a breaking API change for Swift clients.
4
+
5
+
## Breaking changes
6
+
7
+
**Swift only**: The UIViewController extension property `transitionController` has been renamed to `mdm_transitionController`.
8
+
9
+
## Source changes
10
+
11
+
*[[breaking] Rename the transitionController Swift API to mdm_transitionController. (#59)](https://github.com/material-motion/motion-transitioning-objc/commit/7b3f0c28bc43ed25248fad2e197228fc815b0909) (featherless)
12
+
13
+
## API changes
14
+
15
+
### UIViewController
16
+
17
+
**renamed (swift)** method: `transitionController` to `mdm_transitionController`.
18
+
1
19
# 4.0.2
2
20
3
21
This patch release fixes a bug where the frames of custom presented views would be incorrectly set
0 commit comments