Skip to content

Releases: cooperka/react-native-snackbar

v2.0.2

14 Jul 00:59
Compare
Choose a tag to compare

Changes

  • Updated peerDependencies to accurately reflect new requirements

v2.0.1

14 Jul 00:52
Compare
Choose a tag to compare

Changes

  • Updated typescript pipeline (#116)

v2.0.0

14 Jul 00:52
Compare
Choose a tag to compare

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

14 Jul 00:50
Compare
Choose a tag to compare

Changes

  • Updated typescript pipeline (#116)

v1.0.1

08 Jul 23:55
Compare
Choose a tag to compare

Fixes

  • Fixed TypeScript definition (probably?) #111

v1.0.0

04 Jun 20:01
Compare
Choose a tag to compare

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

14 Feb 15:57
Compare
Choose a tag to compare

Fixed

  • Allow title to use full width of Snackbar when there is no action [iOS] (#103)

v0.5.4

31 Jan 16:16
Compare
Choose a tag to compare

Added

  • Enabled title coloring via options.color (#101)

v0.5.3

18 Oct 01:20
Compare
Choose a tag to compare

Fixed

  • Don't try to display on null modals [Android] (#94)

v0.5.2

03 Oct 20:59
Compare
Choose a tag to compare

Fixed

  • Updated podspec to use iOS 9.0 (#89)