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

Commit 10daa68

Browse files
author
Jeff Verkoeyen
committed
Merge branch 'release-candidate' into develop
2 parents e139cc2 + 16f329c commit 10daa68

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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`
27+
128
# 1.0.0
229

330
Initial release.

Transitioning.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 = "Transitioning"
33
s.summary = "Light-weight API for building UIViewController transitions."
4-
s.version = "1.0.0"
4+
s.version = "1.1.0"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/transitioning-objc"

0 commit comments

Comments
 (0)