Skip to content

Commit c1da89b

Browse files
committed
Release 2.0.0 [skip ci]
1 parent a286b9c commit c1da89b

File tree

2 files changed

+149
-123
lines changed

2 files changed

+149
-123
lines changed

CHANGELOG.md

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
2-
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).
2+
3+
Also see the **[release page]( https://github.com/dominique-mueller/angular-notifier/releases )**.
4+
5+
<br>
6+
7+
## [2.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/2.0.0) / 2017-05-11
8+
9+
### Bug Fixes
10+
11+
* **notifier-config:** Fix notifier config injection error, refactor notifier module ([#22](https://github.com/dominique-mueller/angular-notifier/issues/22)) ([67f09f5](https://github.com/dominique-mueller/angular-notifier/commit/67f09f5)), closes [#17](https://github.com/dominique-mueller/angular-notifier/issues/17)
12+
13+
### Chores
14+
15+
* **build:** Upgrade build process ([#21](https://github.com/dominique-mueller/angular-notifier/issues/21)) ([37ea7c9](https://github.com/dominique-mueller/angular-notifier/commit/37ea7c9))
16+
* **config:** Enable TSC strict mode, add editorconfig file ([#24](https://github.com/dominique-mueller/angular-notifier/issues/24)) ([596f18a](https://github.com/dominique-mueller/angular-notifier/commit/596f18a))
17+
* **release:** Update automatic release process ([#20](https://github.com/dominique-mueller/angular-notifier/issues/20)) ([e494fe3](https://github.com/dominique-mueller/angular-notifier/commit/e494fe3))
18+
* **travis:** Fix post automatic-release deploy ([#29](https://github.com/dominique-mueller/angular-notifier/issues/29)) ([a286b9c](https://github.com/dominique-mueller/angular-notifier/commit/a286b9c))
19+
* **tslint:** Add tslint language service & update dependencies ([#23](https://github.com/dominique-mueller/angular-notifier/issues/23)) ([47c0e57](https://github.com/dominique-mueller/angular-notifier/commit/47c0e57))
20+
21+
### Documentation
22+
23+
* **preview:** Update animated GIF preview showing the new colors ([#18](https://github.com/dominique-mueller/angular-notifier/issues/18)) ([571b098](https://github.com/dominique-mueller/angular-notifier/commit/571b098))
24+
* **README, MIGRATION:** Update README, add MIGRATION-GUIDE ([#28](https://github.com/dominique-mueller/angular-notifier/issues/28)) ([f2c7781](https://github.com/dominique-mueller/angular-notifier/commit/f2c7781))
25+
26+
### Features
27+
28+
* **angular:** Upgrade to Angular 4 and its new APIs ([#19](https://github.com/dominique-mueller/angular-notifier/issues/19)) ([0a0be99](https://github.com/dominique-mueller/angular-notifier/commit/0a0be99))
29+
30+
### Refactoring
31+
32+
* **animations:** Refactor usage of Web Animations API, add typings ([#27](https://github.com/dominique-mueller/angular-notifier/issues/27)) ([d34f9f3](https://github.com/dominique-mueller/angular-notifier/commit/d34f9f3))
33+
* **naming:** Refactor namings to no longer use the "x-" prefix ([#26](https://github.com/dominique-mueller/angular-notifier/issues/26)) ([d2158bd](https://github.com/dominique-mueller/angular-notifier/commit/d2158bd))
34+
35+
36+
### BREAKING CHANGES
37+
38+
* **naming:** Compontent selectors and class name no longer have the "x-" prefix (see MIGRATION GUIDE).
39+
* **notifier-config:** The forRoot() method of the NotifierModule is now called withConfig() (see MIGRATION GUIDE).
40+
* **build:** Change paths & names of build output files (see MIGRATION GUIDE).
41+
* **angular:** The upgrade to Angular 4 and its APIs breaks compatibility with all Angular 2 based applications.
342

443
<br>
544

@@ -9,7 +48,6 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
948

1049
* **type-colors:** Use bootstrap colors for notification types ([18eb1d2](https://github.com/dominique-mueller/angular-notifier/commit/18eb1d2)), closes [#11](https://github.com/dominique-mueller/angular-notifier/issues/11)
1150

12-
1351
<br>
1452

1553
## [1.0.5](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.5) / 2017-04-03
@@ -18,12 +56,10 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
1856

1957
* **notification-container:** Fix wrong ngFor trackby implementation ([f086ae4](https://github.com/dominique-mueller/angular-notifier/commit/f086ae4)), closes [#12](https://github.com/dominique-mueller/angular-notifier/issues/12)
2058

21-
2259
### Chores
2360

2461
* **dependencies:** Update NPM dependencies ([af51222](https://github.com/dominique-mueller/angular-notifier/commit/af51222))
2562

26-
2763
<br>
2864

2965
## [1.0.4](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.4) / 2017-03-21
@@ -32,7 +68,6 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
3268

3369
* **aot:** Fixed Angular AoT compilation issue ([e5ed9bb](https://github.com/dominique-mueller/angular-notifier/commit/e5ed9bb)), closes [#7](https://github.com/dominique-mueller/angular-notifier/issues/7)
3470

35-
3671
<br>
3772

3873
## [1.0.3](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.3) / 2017-02-05
@@ -41,13 +76,11 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
4176

4277
* **aot:** Fixed error occuring when using NotifierModule.forRoot with ([a501f40](https://github.com/dominique-mueller/angular-notifier/commit/a501f40)), closes [#5](https://github.com/dominique-mueller/angular-notifier/issues/5)
4378

44-
4579
### Chores
4680

4781
* **dependencies:** Updated dev dependencies, fixed SystemJS config ([85051b9](https://github.com/dominique-mueller/angular-notifier/commit/85051b9))
4882
* **tslint:** Updated linting rules, fixed linting issues ([53091cf](https://github.com/dominique-mueller/angular-notifier/commit/53091cf))
4983

50-
5184
<br>
5285

5386
## [1.0.2](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.2) / 2016-12-21
@@ -56,34 +89,29 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
5689

5790
* **config:** Fixed broken configuration merge ([9793773](https://github.com/dominique-mueller/angular-notifier/commit/9793773))
5891

59-
6092
### Chores
6193

6294
* **gulp:** Added test coverage generator ([6c142c8](https://github.com/dominique-mueller/angular-notifier/commit/6c142c8))
6395
* **gulp:** Fixed coveralls, fixed wrong dependencies ([ebfb393](https://github.com/dominique-mueller/angular-notifier/commit/ebfb393))
6496
* **test:** Added codecov to Travis config, added badge to README file^ ([923488a](https://github.com/dominique-mueller/angular-notifier/commit/923488a))
6597

66-
6798
### Tests
6899

69100
* **library:** Added unit tests for the whole source code ([3624eef](https://github.com/dominique-mueller/angular-notifier/commit/3624eef))
70101

71-
72102
<br>
73103

74104
## [1.0.1](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.1) / 2016-12-05
75105

76106
### Bug Fixes
77107

78-
* **dependencies:** Fixed wrong type dependencies in definition files (#2) ([a986e66](https://github.com/dominique-mueller/angular-notifier/commit/a986e66)), closes [#2](https://github.com/dominique-mueller/angular-notifier/issues/2) [#1](https://github.com/dominique-mueller/angular-notifier/issues/1)
79-
* **gulp:** Fixed broken release task (#3) ([cdee2d8](https://github.com/dominique-mueller/angular-notifier/commit/cdee2d8)), closes [#3](https://github.com/dominique-mueller/angular-notifier/issues/3)
80-
108+
* **dependencies:** Fixed wrong type dependencies in definition files ([#2](https://github.com/dominique-mueller/angular-notifier/issues/2)) ([a986e66](https://github.com/dominique-mueller/angular-notifier/commit/a986e66)), closes [#1](https://github.com/dominique-mueller/angular-notifier/issues/1)
109+
* **gulp:** Fixed broken release task ([#3](https://github.com/dominique-mueller/angular-notifier/issues/3)) ([cdee2d8](https://github.com/dominique-mueller/angular-notifier/commit/cdee2d8))
81110

82111
### Chores
83112

84113
* **gulp:** Fixed git tag for release ([f1fae3c](https://github.com/dominique-mueller/angular-notifier/commit/f1fae3c))
85114

86-
87115
<br>
88116

89117
## [1.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/1.0.0) / 2016-12-04
@@ -92,20 +120,17 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
92120

93121
* **gulp:** Fixed build process to make it work on Travis CI again ([0e21209](https://github.com/dominique-mueller/angular-notifier/commit/0e21209))
94122

95-
96123
### Chores
97124

98125
* **gulp:** Added build workflow and CI configuration, prepared demo ([e42dda9](https://github.com/dominique-mueller/angular-notifier/commit/e42dda9))
99126
* **gulp:** Added bundles and sourcemaps, added AoT support, refactored build process ([0c89039](https://github.com/dominique-mueller/angular-notifier/commit/0c89039))
100127
* **gulp:** Optimized overall Gulp watcher performance ([9ca8342](https://github.com/dominique-mueller/angular-notifier/commit/9ca8342))
101128
* **release:** Added fake breaking change ([8fef1f8](https://github.com/dominique-mueller/angular-notifier/commit/8fef1f8))
102129

103-
104130
### Documentation
105131

106132
* **readme:** Added docs with image, updated demo ([1ee2ca2](https://github.com/dominique-mueller/angular-notifier/commit/1ee2ca2))
107133

108-
109134
### Features
110135

111136
* **config:** Added new options, docs improbement, refactoring ([745e47e](https://github.com/dominique-mueller/angular-notifier/commit/745e47e))
@@ -114,11 +139,12 @@ Also see [releases](https://github.com/dominique-mueller/angular-notifier/releas
114139
* **library:** Extended API ([4fcab3b](https://github.com/dominique-mueller/angular-notifier/commit/4fcab3b))
115140

116141

117-
118142
### BREAKING CHANGES
119143

120-
* release: First stable release
144+
* **release:** First stable release
145+
146+
<br>
121147

122148
---
123149

124-
*Changelog generated automatically.*
150+
<sup>*Changelog generated automatically by [automatic-release](https://github.com/dominique-mueller/automatic-release).*</sup>

package.json

Lines changed: 103 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
11
{
2-
"name": "angular-notifier",
3-
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
4-
"version": "1.0.6",
5-
"author": {
6-
"name": "Dominique Müller",
7-
"email": "[email protected]",
8-
"url": "https://www.devdom.io/"
9-
},
10-
"license": "MIT",
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/dominique-mueller/angular-notifier.git"
14-
},
15-
"homepage": "https://github.com/dominique-mueller/angular-notifier",
16-
"bugs": {
17-
"url": "https://github.com/dominique-mueller/angular-notifier/issues"
18-
},
19-
"keywords": [
20-
"angular",
21-
"angular2",
22-
"ng",
23-
"ng2",
24-
"notifier",
25-
"notification",
26-
"notifications",
27-
"toast",
28-
"toasts",
29-
"alert",
30-
"library",
31-
"module",
32-
"js"
33-
],
34-
"main": "./angular-notifier.umd.js",
35-
"module": "./angular-notifier.es5.js",
36-
"es2015": "./angular-notifier.js",
37-
"typings": "./angular-notifier.d.ts",
38-
"scripts": {
39-
"codecov": "codecov",
40-
"gulp": "gulp",
41-
"webpack-dev-server": "webpack-dev-server",
2+
"name": "angular-notifier",
3+
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
4+
"version": "2.0.0",
5+
"author": {
6+
"name": "Dominique Müller",
7+
"email": "[email protected]",
8+
"url": "https://www.devdom.io/"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/dominique-mueller/angular-notifier.git"
14+
},
15+
"homepage": "https://github.com/dominique-mueller/angular-notifier",
16+
"bugs": {
17+
"url": "https://github.com/dominique-mueller/angular-notifier/issues"
18+
},
19+
"keywords": [
20+
"angular",
21+
"angular2",
22+
"ng",
23+
"ng2",
24+
"notifier",
25+
"notification",
26+
"notifications",
27+
"toast",
28+
"toasts",
29+
"alert",
30+
"library",
31+
"module",
32+
"js"
33+
],
34+
"main": "./angular-notifier.umd.js",
35+
"module": "./angular-notifier.es5.js",
36+
"es2015": "./angular-notifier.js",
37+
"typings": "./angular-notifier.d.ts",
38+
"scripts": {
39+
"codecov": "codecov",
40+
"gulp": "gulp",
41+
"webpack-dev-server": "webpack-dev-server",
4242
"start": "webpack --config ./tools/webpack/webpack.dll.config.js --hide-modules && webpack-dev-server --config ./tools/webpack/webpack.dev.config.js",
43-
"test": "jest --config ./tools/jest/jest.config.json",
44-
"lint": "gulp lint",
45-
"build": "gulp run",
46-
"ci:automatic-release": "automatic-release",
43+
"test": "jest --config ./tools/jest/jest.config.json",
44+
"lint": "gulp lint",
45+
"build": "gulp run",
46+
"ci:automatic-release": "automatic-release",
4747
"ci:post-automatic-release": "gulp env:release",
48-
"ci:coverage": "codecov -f ./coverage/remapped/coverage.json",
48+
"ci:coverage": "codecov -f ./coverage/remapped/coverage.json",
4949
"ci:test": "jest --config ./tools/jest/jest.config.json --runInBand"
50-
},
51-
"peerDependencies": {
52-
"@angular/common": ">= 4.0.0 < 5.0.0",
53-
"@angular/core": ">= 4.0.0 < 5.0.0"
54-
},
55-
"devDependencies": {
56-
"@angular/common": "4.1.x",
57-
"@angular/compiler-cli": "4.1.x",
58-
"@angular/compiler": "4.1.x",
59-
"@angular/core": "4.1.x",
60-
"@angular/platform-browser-dynamic": "4.1.x",
61-
"@angular/platform-browser": "4.1.x",
62-
"@types/jest": "19.2.x",
63-
"@types/node": "7.0.x",
64-
"add-asset-html-webpack-plugin": "2.0.x",
65-
"angular2-template-loader": "0.6.x",
66-
"automatic-release": "1.0.x",
67-
"awesome-typescript-loader": "3.1.x",
68-
"browser-sync-webpack-plugin": "1.1.x",
69-
"browser-sync": "2.18.x",
70-
"classlist.js": "1.1.x",
71-
"codecov": "2.1.x",
72-
"codelyzer": "3.0.x",
73-
"core-js": "2.4.x",
74-
"css-loader": "0.28.x",
75-
"del": "2.2.x",
76-
"friendly-errors-webpack-plugin": "1.6.x",
77-
"gulp-autoprefixer": "3.1.x",
78-
"gulp-inline-ng2-template": "4.0.x",
79-
"gulp-ngc": "0.3.x",
80-
"gulp-rename": "1.2.x",
81-
"gulp-rollup": "2.11.x",
82-
"gulp-sass-lint": "1.3.x",
83-
"gulp-sass": "3.1.x",
84-
"gulp-sourcemaps": "2.6.x",
85-
"gulp-tslint": "8.0.x",
86-
"gulp-typescript": "3.1.x",
87-
"gulp": "github:gulpjs/gulp#4.0",
88-
"html-minifier": "3.4.x",
89-
"html-webpack-plugin": "2.28.x",
90-
"jest": "19.0.x",
50+
},
51+
"peerDependencies": {
52+
"@angular/common": ">= 4.0.0 < 5.0.0",
53+
"@angular/core": ">= 4.0.0 < 5.0.0"
54+
},
55+
"devDependencies": {
56+
"@angular/common": "4.1.x",
57+
"@angular/compiler-cli": "4.1.x",
58+
"@angular/compiler": "4.1.x",
59+
"@angular/core": "4.1.x",
60+
"@angular/platform-browser-dynamic": "4.1.x",
61+
"@angular/platform-browser": "4.1.x",
62+
"@types/jest": "19.2.x",
63+
"@types/node": "7.0.x",
64+
"add-asset-html-webpack-plugin": "2.0.x",
65+
"angular2-template-loader": "0.6.x",
66+
"automatic-release": "1.0.x",
67+
"awesome-typescript-loader": "3.1.x",
68+
"browser-sync-webpack-plugin": "1.1.x",
69+
"browser-sync": "2.18.x",
70+
"classlist.js": "1.1.x",
71+
"codecov": "2.1.x",
72+
"codelyzer": "3.0.x",
73+
"core-js": "2.4.x",
74+
"css-loader": "0.28.x",
75+
"del": "2.2.x",
76+
"friendly-errors-webpack-plugin": "1.6.x",
77+
"gulp-autoprefixer": "3.1.x",
78+
"gulp-inline-ng2-template": "4.0.x",
79+
"gulp-ngc": "0.3.x",
80+
"gulp-rename": "1.2.x",
81+
"gulp-rollup": "2.11.x",
82+
"gulp-sass-lint": "1.3.x",
83+
"gulp-sass": "3.1.x",
84+
"gulp-sourcemaps": "2.6.x",
85+
"gulp-tslint": "8.0.x",
86+
"gulp-typescript": "3.1.x",
87+
"gulp": "github:gulpjs/gulp#4.0",
88+
"html-minifier": "3.4.x",
89+
"html-webpack-plugin": "2.28.x",
90+
"jest": "19.0.x",
9191
"jest-preset-angular": "1.2.x",
92-
"progress-bar-webpack-plugin": "1.9.x",
93-
"raw-loader": "0.5.x",
94-
"reflect-metadata": "0.1.x",
95-
"rxjs": "5.3.x",
96-
"sass-loader": "6.0.x",
97-
"script-ext-html-webpack-plugin": "1.7.x",
98-
"simple-progress-webpack-plugin": "1.0.x",
99-
"source-map-loader": "0.2.x",
100-
"style-loader": "0.17.x",
101-
"tslint": "5.1.x",
102-
"tslint-language-service": "0.9.x",
103-
"typescript": "2.3.x",
104-
"web-animations-js": "2.2.x",
105-
"webpack-dev-server": "2.4.x",
106-
"webpack": "2.4.x",
107-
"zone.js": "0.8.10"
108-
}
92+
"progress-bar-webpack-plugin": "1.9.x",
93+
"raw-loader": "0.5.x",
94+
"reflect-metadata": "0.1.x",
95+
"rxjs": "5.3.x",
96+
"sass-loader": "6.0.x",
97+
"script-ext-html-webpack-plugin": "1.7.x",
98+
"simple-progress-webpack-plugin": "1.0.x",
99+
"source-map-loader": "0.2.x",
100+
"style-loader": "0.17.x",
101+
"tslint": "5.1.x",
102+
"tslint-language-service": "0.9.x",
103+
"typescript": "2.3.x",
104+
"web-animations-js": "2.2.x",
105+
"webpack-dev-server": "2.4.x",
106+
"webpack": "2.4.x",
107+
"zone.js": "0.8.10"
108+
}
109109
}

0 commit comments

Comments
 (0)