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

Commit

Permalink
Merge branch 'release-candidate' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Dec 14, 2017
2 parents 8f474dd + 432585f commit fd7979c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
@@ -1,7 +1,7 @@
module: MotionAnimator
module_version: 2.6.0
module_version: 2.7.0
sdk: iphonesimulator
umbrella_header: src/MotionAnimator.h
objc: true
github_url: https://github.com/material-motion/motion-animator-objc
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v2.6.0
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v2.7.0
42 changes: 42 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,45 @@
# 2.7.0

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.

## New features

It is now possible to additively and implicitly animate the `transform` property of both UIView and CALayer.

## Source changes

* [Fix pre-iOS 11 unit test failure. (#89)](https://github.com/material-motion/motion-animator-objc/commit/7e506cc37b7d64d010b69d4996621755ece26595) (featherless)
* [Migrate to the Objective-C interchange format (#88)](https://github.com/material-motion/motion-animator-objc/commit/573b19269e155f15e05e9b146a1c324b937cfb1c) (featherless)
* [Revert "Update with ObjC implementation."](https://github.com/material-motion/motion-animator-objc/commit/f55625d9f63e857e878eff4e7687ddd40bad0fea) (Jeff Verkoeyen)
* [Update with ObjC implementation.](https://github.com/material-motion/motion-animator-objc/commit/be7f9081c0678484e034cc976aafcdab748b58bf) (Jeff Verkoeyen)
* [Add support for additively animating transform. (#85)](https://github.com/material-motion/motion-animator-objc/commit/e54ce3a118c1e877c5ca78a7d2fed9625d0ffc67) (featherless)

## API changes

Auto-generated by running:

apidiff origin/stable release-candidate objc src/MotionAnimator.h

#### MDMMotionAnimator

*new* method: `-animateWithTraits:animations:completion:` in `MDMMotionAnimator`

*new* method: `-animateWithTraits:between:layer:keyPath:` in `MDMMotionAnimator`

*new* method: `-animateWithTraits:animations:` in `MDMMotionAnimator`

*new* method: `-animateWithTraits:between:layer:keyPath:completion:` in `MDMMotionAnimator`

#### MDMKeyPathTransform

*new* constant: `MDMKeyPathTransform`

## Non-source changes

* [Update .travis.yml](https://github.com/material-motion/motion-animator-objc/commit/8f474dd545ec1b3e98db5ef783bca502351911e4) (featherless)
* [Enable coverage on travis](https://github.com/material-motion/motion-animator-objc/commit/45d43aa23a88c963927f4f01669e1b0ae26fb9e5) (featherless)
* [Update kokoro bazel runner for v4.](https://github.com/material-motion/motion-animator-objc/commit/67d903ed71fbc909ea06bb8097313a4218c8f566) (Jeff Verkoeyen)

# 2.6.0

This minor release increases test coverage, fixes a variety of bugs related to `beginFromCurrentState`, and generally improves the stability and robustness of the underlying implementation.
Expand Down
2 changes: 1 addition & 1 deletion MotionAnimator.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MotionAnimator"
s.summary = "A Motion Animator creates performant, interruptible animations from motion specs."
s.version = "2.6.0"
s.version = "2.7.0"
s.authors = "The Material Motion Authors"
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-motion/motion-animator-objc"
Expand Down
11 changes: 4 additions & 7 deletions Podfile.lock
@@ -1,25 +1,22 @@
PODS:
- CatalogByConvention (2.2.0)
- MotionAnimator (2.6.0):
- MotionInterchange (~> 1.3)
- MotionAnimator (2.7.0):
- MotionInterchange (~> 1.6)
- MotionInterchange (1.6.0)

DEPENDENCIES:
- CatalogByConvention
- MotionAnimator (from `./`)
- MotionInterchange (from `../motion-interchange-objc/`)

EXTERNAL SOURCES:
MotionAnimator:
:path: ./
MotionInterchange:
:path: ../motion-interchange-objc/

SPEC CHECKSUMS:
CatalogByConvention: 5df5831e48b8083b18570dcb804f20fd1c90694f
MotionAnimator: a4b0ba87a674bb3e89e25f0530b7e80a204ac1c1
MotionAnimator: fe012f4b344f091f95a621b0d0a97c4e2ea1c525
MotionInterchange: ead0e3ae1f3a5fb539e289debbc7ae036160a10d

PODFILE CHECKSUM: f354f45cd3f9eb0e6ac9a2bfd9429945eae8c0ad
PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3

COCOAPODS: 1.3.1

0 comments on commit fd7979c

Please sign in to comment.