Library renamed from MaterialMotionDirectManipulationFamily to MaterialMotionDirectManipulation.
shouldAdjustAnchorPointOnGestureStart
onDraggable
/Pinchable
/Rotatable
.
- Rename library to MaterialMotionDirectManipulation. (Jeff Verkoeyen)
- Replace all instances of Scheduler with Runtime. (Jeff Verkoeyen)
- Deprecate shouldAdjustAnchorPointOnGestureStart on all plans. (Jeff Verkoeyen)
- Consolidate all gesture performers into one and make it continuous. (Jeff Verkoeyen)
Auto-generated by running:
apidiff origin/stable release-candidate swift MaterialMotionDirectManipulation.xcworkspace MaterialMotionDirectManipulation
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Pinchable
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Draggable
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Rotatable
- Automatic changelog preparation for release. (Jeff Verkoeyen)
- Add callsign for phabricator. (Jeff Verkoeyen)
- Clarify use of ChangeAnchorPoint. (Jeff Verkoeyen)
- Lower intensity of the README.md messaging. (Jeff Verkoeyen)
Includes DirectlyManipulable
, Draggable
, Pinchable
, Rotatable
, and ChangeAnchorPoint
plans.
- Address warnings detected from pod lib lint. (Jeff Verkoeyen)
- Upgrade to Runtime v5.0.0 APIs. (Jeff Verkoeyen)
- Fix typo in Rotatable docs. (Jeff Verkoeyen)
- Remove plan exposure from DirectlyManipulable. (Jeff Verkoeyen)
- Add DirectlyManipulable documentation. (Jeff Verkoeyen)
- Add Rotatable documentation. (Jeff Verkoeyen)
- Add Pinchable documentation. (Jeff Verkoeyen)
- Add Draggable documentation. (Jeff Verkoeyen)
- Add ChangeAnchorPoint documentation. (Jeff Verkoeyen)
- Explode all source into separate files and private/ sub-folder. (Jeff Verkoeyen)
- Enable isUserInteractionEnabled when adding direct manipulation plans to views. (Jeff Verkoeyen)
- gesture unit tests (Rich Cameron (rcameron))
- Add objc names (Rich Cameron (rcameron))
- Ran yo mm-github, update podspec, and fix build breaks. (Jeff Verkoeyen)
- use anchor point during direct manipulation (Rich Cameron (rcameron))
- Add Pinchable, Rotatable and DirectlyManipulable plans (Rich Cameron (rcameron))
- Implement draggable plan and rename library to direct manipulation (Rich Cameron (rcameron))
- Xcode 8 GM build fixes. (Jeff Verkoeyen)
- Xcode 8 beta 6 build error fixes. (Jeff Verkoeyen)
- UIGestureRecognizer wrapper (Rich Cameron (rcameron))
- Remove unnecessary umbrella header. (Jeff Verkoeyen)
Auto-generated by running:
apidiff origin/stable release-candidate swift MaterialMotionDirectManipulationFamily.xcworkspace MaterialMotionDirectManipulationFamily
new method: init()
in DirectlyManipulable
new method: performerClass()
in DirectlyManipulable
new class: DirectlyManipulable
new method: copy(with:)
in DirectlyManipulable
new var: panGestureRecognizer
in DirectlyManipulable
new var: pinchGestureRecognizer
in DirectlyManipulable
new var: rotationGestureRecognizer
in DirectlyManipulable
new method: init(panGestureRecognizer:pinchGestureRecognizer:rotationGestureRecognizer:)
in DirectlyManipulable
new class: ChangeAnchorPoint
new method: copy(with:)
in ChangeAnchorPoint
new method: init(withAnchorPoint:)
in ChangeAnchorPoint
new method: performerClass()
in ChangeAnchorPoint
new function: makeAnchorPointAdjustment(using:on:)
new var: anchorPoint
new method: performerClass()
in Pinchable
new class: Pinchable
new method: copy(with:)
in Pinchable
new method: init()
in Pinchable
new var: pinchGestureRecognizer
in Pinchable
new var: shouldAdjustAnchorPointOnGestureStart
in Pinchable
new method: init(withGestureRecognizer:)
in Pinchable
new method: init()
in Draggable
new class: Draggable
new var: panGestureRecognizer
in Draggable
new var: shouldAdjustAnchorPointOnGestureStart
in Draggable
new method: copy(with:)
in Draggable
new method: performerClass()
in Draggable
new method: init(withGestureRecognizer:)
in Draggable
new method: init(withGestureRecognizer:)
in Rotatable
new method: copy(with:)
in Rotatable
new var: rotationGestureRecognizer
in Rotatable
new var: shouldAdjustAnchorPointOnGestureStart
in Rotatable
new class: Rotatable
new method: init()
in Rotatable
new method: performerClass()
in Rotatable
- Automatic changelog preparation for release. (Jeff Verkoeyen)
- Add initial README.md content. (Jeff Verkoeyen)
- Add CatalogByConvention. (Jeff Verkoeyen)
- Update Podfile.lock with latest CocoaPods version. (Jeff Verkoeyen)
- Regenerate Podfile.lock. (Jeff Verkoeyen)
- Re-ran yo mm-github. (Jeff Verkoeyen)
- Add codecov.yml configuration ignoring examples source. (Jeff Verkoeyen)
- Generate project and update source to Xcode 8 beta 4. (Jeff Verkoeyen)
- Ran yo mm-github. (Jeff Verkoeyen)
- Automated large-scaled change: removed all submodules. (Jeff Verkoeyen)
- [automated lsc] Add --trace to arc unit invocation for travis builds. (Jeff Verkoeyen)
- Resolve xcodebuild hang caused by uppercase S in "iPhone 6S". (Jeff Verkoeyen)
- Add Podfile to .arcunit whitelist. (Jeff Verkoeyen)
- Ran yo mm-github again to add missing submodules. (Jeff Verkoeyen)
- Re-ran yo mm-github with proper component name. (Jeff Verkoeyen)