Skip to content

Commit bb0a34b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 72708bf + 9fdf3d9 commit bb0a34b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## 2.0.0
4+
5+
### Breaking changes
6+
7+
* 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

Comments
 (0)