Skip to content

Commit

Permalink
Release 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-mueller committed May 11, 2017
1 parent a286b9c commit c1da89b
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 123 deletions.
66 changes: 46 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog
Also see [releases](https://github.com/dominique-mueller/angular-notifier/releases).

Also see the **[release page]( https://github.com/dominique-mueller/angular-notifier/releases )**.

<br>

## [2.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/2.0.0) / 2017-05-11

### Bug Fixes

* **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)

### Chores

* **build:** Upgrade build process ([#21](https://github.com/dominique-mueller/angular-notifier/issues/21)) ([37ea7c9](https://github.com/dominique-mueller/angular-notifier/commit/37ea7c9))
* **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))
* **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))
* **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))
* **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))

### Documentation

* **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))
* **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))

### Features

* **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))

### Refactoring

* **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))
* **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))


### BREAKING CHANGES

* **naming:** Compontent selectors and class name no longer have the "x-" prefix (see MIGRATION GUIDE).
* **notifier-config:** The forRoot() method of the NotifierModule is now called withConfig() (see MIGRATION GUIDE).
* **build:** Change paths & names of build output files (see MIGRATION GUIDE).
* **angular:** The upgrade to Angular 4 and its APIs breaks compatibility with all Angular 2 based applications.

<br>

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

* **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)


<br>

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

* **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)


### Chores

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


<br>

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

* **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)


<br>

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

* **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)


### Chores

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


<br>

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

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


### Chores

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


### Tests

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


<br>

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

### Bug Fixes

* **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)
* **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)

* **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)
* **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))

### Chores

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


<br>

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

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


### Chores

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


### Documentation

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


### Features

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



### BREAKING CHANGES

* release: First stable release
* **release:** First stable release

<br>

---

*Changelog generated automatically.*
<sup>*Changelog generated automatically by [automatic-release](https://github.com/dominique-mueller/automatic-release).*</sup>
206 changes: 103 additions & 103 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,109 +1,109 @@
{
"name": "angular-notifier",
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
"version": "1.0.6",
"author": {
"name": "Dominique Müller",
"email": "[email protected]",
"url": "https://www.devdom.io/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dominique-mueller/angular-notifier.git"
},
"homepage": "https://github.com/dominique-mueller/angular-notifier",
"bugs": {
"url": "https://github.com/dominique-mueller/angular-notifier/issues"
},
"keywords": [
"angular",
"angular2",
"ng",
"ng2",
"notifier",
"notification",
"notifications",
"toast",
"toasts",
"alert",
"library",
"module",
"js"
],
"main": "./angular-notifier.umd.js",
"module": "./angular-notifier.es5.js",
"es2015": "./angular-notifier.js",
"typings": "./angular-notifier.d.ts",
"scripts": {
"codecov": "codecov",
"gulp": "gulp",
"webpack-dev-server": "webpack-dev-server",
"name": "angular-notifier",
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular 2+ application.",
"version": "2.0.0",
"author": {
"name": "Dominique Müller",
"email": "[email protected]",
"url": "https://www.devdom.io/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dominique-mueller/angular-notifier.git"
},
"homepage": "https://github.com/dominique-mueller/angular-notifier",
"bugs": {
"url": "https://github.com/dominique-mueller/angular-notifier/issues"
},
"keywords": [
"angular",
"angular2",
"ng",
"ng2",
"notifier",
"notification",
"notifications",
"toast",
"toasts",
"alert",
"library",
"module",
"js"
],
"main": "./angular-notifier.umd.js",
"module": "./angular-notifier.es5.js",
"es2015": "./angular-notifier.js",
"typings": "./angular-notifier.d.ts",
"scripts": {
"codecov": "codecov",
"gulp": "gulp",
"webpack-dev-server": "webpack-dev-server",
"start": "webpack --config ./tools/webpack/webpack.dll.config.js --hide-modules && webpack-dev-server --config ./tools/webpack/webpack.dev.config.js",
"test": "jest --config ./tools/jest/jest.config.json",
"lint": "gulp lint",
"build": "gulp run",
"ci:automatic-release": "automatic-release",
"test": "jest --config ./tools/jest/jest.config.json",
"lint": "gulp lint",
"build": "gulp run",
"ci:automatic-release": "automatic-release",
"ci:post-automatic-release": "gulp env:release",
"ci:coverage": "codecov -f ./coverage/remapped/coverage.json",
"ci:coverage": "codecov -f ./coverage/remapped/coverage.json",
"ci:test": "jest --config ./tools/jest/jest.config.json --runInBand"
},
"peerDependencies": {
"@angular/common": ">= 4.0.0 < 5.0.0",
"@angular/core": ">= 4.0.0 < 5.0.0"
},
"devDependencies": {
"@angular/common": "4.1.x",
"@angular/compiler-cli": "4.1.x",
"@angular/compiler": "4.1.x",
"@angular/core": "4.1.x",
"@angular/platform-browser-dynamic": "4.1.x",
"@angular/platform-browser": "4.1.x",
"@types/jest": "19.2.x",
"@types/node": "7.0.x",
"add-asset-html-webpack-plugin": "2.0.x",
"angular2-template-loader": "0.6.x",
"automatic-release": "1.0.x",
"awesome-typescript-loader": "3.1.x",
"browser-sync-webpack-plugin": "1.1.x",
"browser-sync": "2.18.x",
"classlist.js": "1.1.x",
"codecov": "2.1.x",
"codelyzer": "3.0.x",
"core-js": "2.4.x",
"css-loader": "0.28.x",
"del": "2.2.x",
"friendly-errors-webpack-plugin": "1.6.x",
"gulp-autoprefixer": "3.1.x",
"gulp-inline-ng2-template": "4.0.x",
"gulp-ngc": "0.3.x",
"gulp-rename": "1.2.x",
"gulp-rollup": "2.11.x",
"gulp-sass-lint": "1.3.x",
"gulp-sass": "3.1.x",
"gulp-sourcemaps": "2.6.x",
"gulp-tslint": "8.0.x",
"gulp-typescript": "3.1.x",
"gulp": "github:gulpjs/gulp#4.0",
"html-minifier": "3.4.x",
"html-webpack-plugin": "2.28.x",
"jest": "19.0.x",
},
"peerDependencies": {
"@angular/common": ">= 4.0.0 < 5.0.0",
"@angular/core": ">= 4.0.0 < 5.0.0"
},
"devDependencies": {
"@angular/common": "4.1.x",
"@angular/compiler-cli": "4.1.x",
"@angular/compiler": "4.1.x",
"@angular/core": "4.1.x",
"@angular/platform-browser-dynamic": "4.1.x",
"@angular/platform-browser": "4.1.x",
"@types/jest": "19.2.x",
"@types/node": "7.0.x",
"add-asset-html-webpack-plugin": "2.0.x",
"angular2-template-loader": "0.6.x",
"automatic-release": "1.0.x",
"awesome-typescript-loader": "3.1.x",
"browser-sync-webpack-plugin": "1.1.x",
"browser-sync": "2.18.x",
"classlist.js": "1.1.x",
"codecov": "2.1.x",
"codelyzer": "3.0.x",
"core-js": "2.4.x",
"css-loader": "0.28.x",
"del": "2.2.x",
"friendly-errors-webpack-plugin": "1.6.x",
"gulp-autoprefixer": "3.1.x",
"gulp-inline-ng2-template": "4.0.x",
"gulp-ngc": "0.3.x",
"gulp-rename": "1.2.x",
"gulp-rollup": "2.11.x",
"gulp-sass-lint": "1.3.x",
"gulp-sass": "3.1.x",
"gulp-sourcemaps": "2.6.x",
"gulp-tslint": "8.0.x",
"gulp-typescript": "3.1.x",
"gulp": "github:gulpjs/gulp#4.0",
"html-minifier": "3.4.x",
"html-webpack-plugin": "2.28.x",
"jest": "19.0.x",
"jest-preset-angular": "1.2.x",
"progress-bar-webpack-plugin": "1.9.x",
"raw-loader": "0.5.x",
"reflect-metadata": "0.1.x",
"rxjs": "5.3.x",
"sass-loader": "6.0.x",
"script-ext-html-webpack-plugin": "1.7.x",
"simple-progress-webpack-plugin": "1.0.x",
"source-map-loader": "0.2.x",
"style-loader": "0.17.x",
"tslint": "5.1.x",
"tslint-language-service": "0.9.x",
"typescript": "2.3.x",
"web-animations-js": "2.2.x",
"webpack-dev-server": "2.4.x",
"webpack": "2.4.x",
"zone.js": "0.8.10"
}
"progress-bar-webpack-plugin": "1.9.x",
"raw-loader": "0.5.x",
"reflect-metadata": "0.1.x",
"rxjs": "5.3.x",
"sass-loader": "6.0.x",
"script-ext-html-webpack-plugin": "1.7.x",
"simple-progress-webpack-plugin": "1.0.x",
"source-map-loader": "0.2.x",
"style-loader": "0.17.x",
"tslint": "5.1.x",
"tslint-language-service": "0.9.x",
"typescript": "2.3.x",
"web-animations-js": "2.2.x",
"webpack-dev-server": "2.4.x",
"webpack": "2.4.x",
"zone.js": "0.8.10"
}
}

0 comments on commit c1da89b

Please sign in to comment.