React Pose adheres to Semantic Versioning.
- Type error.
- Ensure children of
Transitionreceive latest props. #494
onResttoPoseGroup/Transition#502
- Batching rerenders for leaving children to prevent animation stuttering. #363
- Filtering props from children that may have previously been set by
PoseGroupitself.
- Overriding
Transitionprops with child props.
Transitionnow forwards children to props.
- Support for
applyAtStartandapplyAtEndproperties.
- Forcing update to
popmotion-pose.
- Detecting
mouseupoutside window and stopping dragging/pressing accordingly.
onPressStart/onPressEndcallbacks.
- Adding ability to initialise posed component config as a function that receives the first props. #451
- Animate Between Anything. Animate x/y/width/height/top/left/bottom/right between any two value types, even
calcand'auto'!
- Filtering invalid DOM props. #431
- Fixed
ComponentFactorytype. #434
popmotion-pose@3.0.0
hoverablefrompopmotion-pose@2.2.0
- Correctly comparing previous
poseKeywhen posed component updates #424.
popmotion-pose@2.1.2
### Upgraded
popmotion-pose@2.1.0
### Upgraded
popmotion-pose@2.0.4
### Upgraded
popmotion-pose@2.0.3
- Fixing TypeScript's automatic import (which used an absolute path).
- Updating
reactdefinitions.
poseKeyprop. If this property is changed, it will force an enter into the pose(s) defined inpose.
- Adding a shallow equivalency check for
posearrays. Now, ifposeis an array,['a'] === ['a'].
- Move
popmotionfromdependenciestopeerDependencies.
popmotion-poseto2.0.0
- Babel plugin process wouldn't quit, so removed.
- Rollup for smaller build sizes.
- Shamefully swapped
Proxyfor explicit list of DOM elements. This is becauseProxybreaks client-rendered sites for googlebot.
- Removing an errant console.log. Who needs linting?
- IE11 support. Use posed.div, button, a, li or span.
- Now merging
enter/exitposes with user-set poses when posed components are used within aPoseGroup
- New warning if user isn't passing
hostRefto underlying DOM element.
popmotion-pose@1.4.2- Adding error messages.
- TS errors with PoseElementProps
- Checking
refforinstanceof Elementbefore setting in caseinnerRefhas been passed to a component.
onDragStart/onDragEndcallbacks to posed components.
posed(Component)via Jess Telford- React < 16.3 compatibility
- Labels (Pose 1.3.0)
beforeChildrenandafterChildrenprops (Pose 1.2.0)
- Dynamic pose props (Pose 1.1.0)
- Fixing botched React version mismatch in global file.
- #285 PoseGroup child
enterposes now animate correctly.
- Deprecating
onChangein favour ofonValueChange.onChangewill be removed in version 2.0.0. This is because React elements already use theonChangeprop.
- Using React
16.3.0final release.
- Support for conditional rendering within
PoseGroup(@efimweb)
- Fixing types for
posed
- Latest version of Pose
- Converting
PoseElementfrom deprecated lifecycle method toUNSAFE_componentWillUpdate - Fixing
posedtypescript def
- Updating Pose
- Updating Pose
- Updating Pose
- Exporting
popmotionwhen using script import.
- Pose updated to 1.0.10
- Pose updated to 1.0.9
- RC
- Initial release