File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] - 2020-04-23
11+
1012### Added
1113
1214- refactored elements into web components
15+ - renamed ` NotificationManager() ` to ` Notifier() `
16+
17+ ### Fixed
18+
19+ - toast components use ` node.inserBefore() ` instead of forcing the ` column-reverse ` CSS property to render in the correct order
20+
21+ ### Removed
22+
23+ - deprecated ` position ` value
24+ - ` notify() ` export -- replaced with ` snackbar() `
1325
1426## [ 1.2.2] - 2020-04-17
1527
@@ -90,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90102
91103- Entire existing codebase due to rewrite
92104
93- [ unreleased ] : https://github.com/codewithkyle/notifyjs/compare/v1.2.0...HEAD
105+ [ unreleased ] : https://github.com/codewithkyle/notifyjs/compare/v2.0.0...HEAD
106+ [ 2.0.0 ] : https://github.com/codewithkyle/notifyjs/compare/v1.2.0...v2.0.0
94107[ 1.2.0 ] : https://github.com/codewithkyle/notifyjs/compare/v1.1.0...v1.2.0
95108[ 1.1.0 ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.3...v1.1.0
96109[ 1.0.3 ] : https://github.com/codewithkyle/notifyjs/compare/v1.0.2...v1.0.3
You can’t perform that action at this time.
0 commit comments