Releases: cooperka/react-native-snackbar
Releases · cooperka/react-native-snackbar
v2.8.0
Added
- Added
textAlignCenter: true
option for centering Snackbar text (#206)
v2.7.2
Added
- Added mock for jest tests (#210)
Changed
- The latest release on npm was stuck on 2.6.2, this should also clear up that issue. The latest version has been 2.7.1 for quite a while but that wasn't the default version pulled in by
yarn install
.
v2.7.1
Fixes
- [iOS] Fixed
Property 'textLabel' not found on object
error
v2.7.0
Added
- Added visibility events such as show, dismiss, timeout, etc. (#191)
v2.6.0
Added
- Allow setting bottom margin via
marginBottom
(#186)
v2.5.0
Fixes
- [iOS] Fix superview issue (#198)
v2.4.0
Fixes
- [Android] Show Snackbar over most recent modal when there are multiple (#179)
- This is intended to fix a long-standing bug where the Snackbar sometimes attaches to the wrong modal. It MAY change current behavior for specific kinds of modals that used to work the old way; please report any bad behavior in the PR #179 (along with an example app if possible).
v2.3.2
Fixes
- Fixed Android X compatibility (#177)
v2.3.1
Fixes
- Make
numberOfLines
type optional (#174)
v2.3.0
Added
- Allow customizing max numberOfLines (#171)
Changed
- Minor dependency upgrades