Skip to content

Releases: vitaliiburlaka/react-noti

v1.0.0

22 Nov 13:18
4142f93
Compare
Choose a tag to compare

1.0.0 (2021-11-22)

Bug Fixes

  • fix defaultOptions export from constants.js (941b4f3)

Features

  • changes showProgress option default value to TRUE (dd1fffe)
  • styles: migration to styled-components (8559752)

BREAKING CHANGES

  • styles: Migrated to styled-components. Removed ReactNoti component from default exports

v0.2.1

02 Nov 19:31
Compare
Choose a tag to compare

0.2.1 (2020-11-02)

Bug Fixes

  • react: add React 17.0.x to peerDependencies (02d2a27)

v0.2.0

16 May 14:25
cab1220
Compare
Choose a tag to compare

0.2.0 (2020-05-16)

Bug Fixes

  • prefixed generig .icon class name with "RN" to avoid styles overriding (df76838)

Features

  • notify: add dedicated notify.closeAll() method as a replacement for ambiguous notify.dismiss() (398903e)
  • add pauseOnHover and showProgress features (542d867)
  • Replaced Webpack with Rollup for lib build. Add CommonJS and ESM modules build entries and unminified UMD. (d1c464c)

v0.1.4

07 May 09:47
Compare
Choose a tag to compare

0.1.4 (2020-05-07)

Bug Fixes

  • travis: fix travis config to prevent publishing empty NPM releases (baca462)

v0.1.3

07 May 09:34
Compare
Choose a tag to compare

0.1.3 (2020-05-07)

Bug Fixes

  • npm: fix npm release package (0dfa4e3)

v0.1.2

06 May 12:55
cbe67bb
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

0.1.2 (2020-05-06)

Bug Fixes

  • notify: fix failing "notify" calls when they called outside of the mounted ReactNoti component (58d130e)
  • toast: add 'no-repeat center' background rules to btn-dismiss. Add toast type icon class names (dd85be4)

v0.1.1

04 May 19:23
Compare
Choose a tag to compare

0.1.1 (2020-05-04)

Bug Fixes

  • package-lock: fix unsynced package-lock.json (7975c5f)

v0.1.0

04 May 18:43
Compare
Choose a tag to compare

v0.1.0 (2020-05-04)
Initial release 🚀