Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
v2.0.2
Changes
- Updated
peerDependencies
to accurately reflect new requirements
v2.0.1
Changes
- Updated typescript pipeline (#116)
v2.0.0
Changes
- Added support for upcoming AndroidX (#112)
- Requires React Native v0.60, which is a major upgrade and breaking change
- Refreshed the example app to work with RN v0.60
v1.0.2
Changes
- Updated typescript pipeline (#116)
v1.0.1
Fixes
- Fixed TypeScript definition (probably?) #111
v1.0.0
The API has been stable for a long time, may as well take it out of beta!
Changed
- Changed deprecated gradle
compile
to implementation
(#107)
- This is a breaking change for anyone still on gradle v2
- Upgraded gradle to v3.4.1, wrapper to v5.1.1
Fixed
- Updated typescript definition to match export (#106)
v0.5.5
Fixed
- Allow title to use full width of Snackbar when there is no action [iOS] (#103)
v0.5.4
Added
- Enabled title coloring via
options.color
(#101)
v0.5.3
Fixed
- Don't try to display on null modals [Android] (#94)
v0.5.2
Fixed
- Updated
podspec
to use iOS 9.0 (#89)