Library renamed from MaterialMotionDirectManipulation_Family_ to MaterialMotionDirectManipulation.
New deprecations
shouldAdjustAnchorPointOnGestureStart
onDraggable
/Pinchable
/Rotatable
.
Source changes
- 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)
API changes
Auto-generated by running:
apidiff origin/stable release-candidate swift MaterialMotionDirectManipulation.xcworkspace MaterialMotionDirectManipulation
Pinchable
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Pinchable
Draggable
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Draggable
Rotatable
deprecated var: shouldAdjustAnchorPointOnGestureStart
in Rotatable
Non-source changes
- 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)