Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 1.82 KB

2.2.0

  • Fix: Styled components are upgraded from the older tailwindcss-react-native to NativeWind. If you were using tailwindcss-react-native see the upgrade guide.

2.1.10

  • Fix: Default skew values (#6)

2.1.9

  • Fix: skewX and skewY types are strings

2.1.8

  • Fix: rotate transform was not working

2.1.7

  • Fix: A bad import

2.1.6

  • Feature: Added Pressable export to /styled

2.1.5

  • Fix: Types of styled components were not correct

2.1.4

  • Fix: forwardRef had removed the generic typing so transition was not autocompleting

2.1.3

  • Fix: ref was not forwarding through to component

2.1.2

  • Fix: onLayout prop was not passing through to component

2.1.1

  • Fix: "default" transition was not working correctly

2.1.0

  • Feature: Added exit prop along with AnimatePresence. See the example.

2.0.0

  • Breaking: whileTap and whileHover props now require a Motion.Pressable ancestor, which is uses for tracking whether it is hovered or pressed. See the example.

1.4.2

  • Fix: whileHover was not working without whileTap

1.4.1

  • Fix: ordering of gesture state so whileTap overrides whileHover

1.4.0

1.3.0

  • Feature: Added whileHover prop

1.2.0

  • Feature: Added whileTap prop

1.1.0

  • Feature: Added configureMotion to be able to set timing to seconds to match Framer Motion
  • Feature: Added named easing functions