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

Commit 99fb8d5

Browse files
author
Jeff Verkoeyen
committed
Update the changelog.
1 parent 797fbb1 commit 99fb8d5

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,44 @@
11
# #develop#
22

3-
TODO: Enumerate changes.
3+
This minor release introduces support for the new [v1.5.0](https://github.com/material-motion/motion-interchange-objc/releases/tag/v1.5.0) MotionInterchange format.
44

5+
## New features
6+
7+
It is now possible to additively and implicitly animate the `transform` property of both UIView and CALayer.
8+
9+
## Source changes
10+
11+
* [Fix pre-iOS 11 unit test failure. (#89)](https://github.com/material-motion/motion-animator-objc/commit/7e506cc37b7d64d010b69d4996621755ece26595) (featherless)
12+
* [Migrate to the Objective-C interchange format (#88)](https://github.com/material-motion/motion-animator-objc/commit/573b19269e155f15e05e9b146a1c324b937cfb1c) (featherless)
13+
* [Revert "Update with ObjC implementation."](https://github.com/material-motion/motion-animator-objc/commit/f55625d9f63e857e878eff4e7687ddd40bad0fea) (Jeff Verkoeyen)
14+
* [Update with ObjC implementation.](https://github.com/material-motion/motion-animator-objc/commit/be7f9081c0678484e034cc976aafcdab748b58bf) (Jeff Verkoeyen)
15+
* [Add support for additively animating transform. (#85)](https://github.com/material-motion/motion-animator-objc/commit/e54ce3a118c1e877c5ca78a7d2fed9625d0ffc67) (featherless)
16+
17+
## API changes
18+
19+
Auto-generated by running:
20+
21+
apidiff origin/stable release-candidate objc src/MotionAnimator.h
22+
23+
#### MDMMotionAnimator
24+
25+
*new* method: `-animateWithTraits:animations:completion:` in `MDMMotionAnimator`
26+
27+
*new* method: `-animateWithTraits:between:layer:keyPath:` in `MDMMotionAnimator`
28+
29+
*new* method: `-animateWithTraits:animations:` in `MDMMotionAnimator`
30+
31+
*new* method: `-animateWithTraits:between:layer:keyPath:completion:` in `MDMMotionAnimator`
32+
33+
#### MDMKeyPathTransform
34+
35+
*new* constant: `MDMKeyPathTransform`
36+
37+
## Non-source changes
38+
39+
* [Update .travis.yml](https://github.com/material-motion/motion-animator-objc/commit/8f474dd545ec1b3e98db5ef783bca502351911e4) (featherless)
40+
* [Enable coverage on travis](https://github.com/material-motion/motion-animator-objc/commit/45d43aa23a88c963927f4f01669e1b0ae26fb9e5) (featherless)
41+
* [Update kokoro bazel runner for v4.](https://github.com/material-motion/motion-animator-objc/commit/67d903ed71fbc909ea06bb8097313a4218c8f566) (Jeff Verkoeyen)
542

643
# 2.6.0
744

0 commit comments

Comments
 (0)