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

Commit ab3147f

Browse files
author
Jeff Verkoeyen
committed
Merge branch 'release-candidate' into develop
2 parents 7b3f0c2 + 37fb9de commit ab3147f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
119
# 4.0.2
220

321
This patch release fixes a bug where the frames of custom presented views would be incorrectly set

MotionTransitioning.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MotionTransitioning"
33
s.summary = "Light-weight API for building UIViewController transitions."
4-
s.version = "4.0.2"
4+
s.version = "5.0.0"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/transitioning-objc"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.1.1)
3-
- MotionTransitioning (4.0.2)
3+
- MotionTransitioning (5.0.0)
44

55
DEPENDENCIES:
66
- CatalogByConvention
@@ -12,7 +12,7 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
15-
MotionTransitioning: 9885e68bd1501f1f8244b2e40081acd8cf3ac461
15+
MotionTransitioning: 23d25edc2f4606efb922403cbac6d81af37aa33a
1616

1717
PODFILE CHECKSUM: 25d5942fb7698339a03667bb46c3fbb77529b92d
1818

0 commit comments

Comments
 (0)