Skip to content

Releases: cooperka/react-native-snackbar

v2.0.3

18 Oct 03:32

Choose a tag to compare

Changes

  • Always use white fallback color for title now, if no color specified (#126)
    • This is because as of React Native v0.60 android:textColor is set to black
  • Upgraded babel version significantly (should have no impact, but you never know)

v2.0.2

14 Jul 00:59

Choose a tag to compare

Changes

  • Updated peerDependencies to accurately reflect new requirements

v2.0.1

14 Jul 00:52

Choose a tag to compare

Changes

  • Updated typescript pipeline (#116)

v2.0.0

14 Jul 00:52

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

Choose a tag to compare

Changes

  • Updated typescript pipeline (#116)

v1.0.1

08 Jul 23:55

Choose a tag to compare

Fixes

  • Fixed TypeScript definition (probably?) #111

v1.0.0

04 Jun 20:01

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

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

Choose a tag to compare

Added

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

v0.5.3

18 Oct 01:20

Choose a tag to compare

Fixed

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