Releases: vitaliiburlaka/react-noti
Releases · vitaliiburlaka/react-noti
v1.0.0
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
0.2.1 (2020-11-02)
Bug Fixes
- react: add React 17.0.x to peerDependencies (02d2a27)
v0.2.0
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
0.1.4 (2020-05-07)
Bug Fixes
- travis: fix travis config to prevent publishing empty NPM releases (baca462)
v0.1.3
0.1.3 (2020-05-07)
Bug Fixes
- npm: fix npm release package (0dfa4e3)
v0.1.2
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
0.1.1 (2020-05-04)
Bug Fixes
- package-lock: fix unsynced package-lock.json (7975c5f)
v0.1.0
v0.1.0 (2020-05-04)
Initial release 🚀