Releases: wcandillon/react-native-redash
Releases · wcandillon/react-native-redash
v7.1.1
7.1.1 (2019-07-03)
Bug Fixes
- 🐛: Enable package for lower version of Babel (#69) (cd883b8)
v7.1.0
7.1.0 (2019-06-29)
Features
- 📤: export interface
InteractableProps
(#73) (0b44076)
v7.0.0
7.0.0 (2019-06-28)
Bug Fixes
- 🎨: Switch default color space to rgb (#72) (ee7c156)
BREAKING CHANGES
- 🎨: The default color space for interpolation is now RGB.
v6.3.3
6.3.3 (2019-06-26)
Bug Fixes
- 💄: Improve signature of transformOrigin() (#70) (0c576d2)
v6.3.2
6.3.2 (2019-06-25)
Bug Fixes
- 💄: add convenience to gestureEvent (#67) (6574d38)
v6.3.1
6.3.1 (2019-06-23)
Bug Fixes
- 🐛: Make decay configuration and use platform defaults (#65) (36ca144)
v6.3.0
6.3.0 (2019-06-23)
Features
- 📦: add approximates() and useTransition() (1077c1c)
v6.2.0
6.2.0 (2019-06-22)
Features
v6.1.0
6.1.0 (2019-06-19)
Features
v6.0.0
6.0.0 (2019-06-19)
Features
- 𝒇: acos(), find(), getLengthAtX() (aafee58)
BREAKING CHANGES
- 𝒇:
find()
now accepts a predicate as a parameter and the old find function has been renamed as get()