You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ref usage has been deprecated. Import `store` from library and use it for adding and removing notifications
8
+
*`touchSlidingBack` has been renamed to `touchRevert`
9
+
*`dismissIcon` has been removed. Use `showIcon` instead. If you rely on customized close icon, then stick to custom content.
10
+
*`cubicBezier` has been renamed to `timingFunction`
11
+
12
+
### Improvements
13
+
14
+
* Validators are now no longer included in the prod build, they are only included in the dev build. If you inspect the npm package you will see that the component has 2 builds - `dev` and `prod` - and relies on ENV variable when importing.
15
+
* Default values for transitions have been slightly changed
16
+
*`dismiss` supports now more options
17
+
18
+
### Removed
19
+
20
+
* Test coverage has been removed as library's been almost fully rewritten in `2.0.0`
21
+
22
+
## 1.0.0
23
+
24
+
Stable and production ready release of `react-notifications-component`
0 commit comments