Skip to content

Commit

Permalink
chore(release): 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael Ramos committed May 8, 2018
1 parent e442f40 commit 4071e1f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.3.0"></a>
# [5.3.0](https://github.com/Ismaestro/angular6-example-app/compare/v5.2.0...v5.3.0) (2018-05-08)


### Bug Fixes

* **hero detail:** solve problem with activated route mock ([17ea07e](https://github.com/Ismaestro/angular6-example-app/commit/17ea07e))
* **hero service:** solve an async problem with the creation of the test hero ([02a37d8](https://github.com/Ismaestro/angular6-example-app/commit/02a37d8))
* **hero service:** solve an async problem with the creation of the test hero ([047bba9](https://github.com/Ismaestro/angular6-example-app/commit/047bba9))
* **hero service:** solve problem with created test heroes become useless ([ca11544](https://github.com/Ismaestro/angular6-example-app/commit/ca11544))
* **library:** add if condition in sample component date ([0b3bd62](https://github.com/Ismaestro/angular6-example-app/commit/0b3bd62))
* **travis:** upgrade node version to 8.9 ([ca09554](https://github.com/Ismaestro/angular6-example-app/commit/ca09554))


### Features

* **angular:** upgrade dependencies to v6 ([e442f40](https://github.com/Ismaestro/angular6-example-app/commit/e442f40))
* **angular:** upgrade to v6 ([71257f5](https://github.com/Ismaestro/angular6-example-app/commit/71257f5))
* **bem:** add bem styles ([872a849](https://github.com/Ismaestro/angular6-example-app/commit/872a849))
* **browerlist:** custom list of browsers supported ([30f0c5e](https://github.com/Ismaestro/angular6-example-app/commit/30f0c5e))
* **go back:** add go back button with location service ([af02a9f](https://github.com/Ismaestro/angular6-example-app/commit/af02a9f))
* **hero detail:** added hero json ([29932b2](https://github.com/Ismaestro/angular6-example-app/commit/29932b2))
* **hero list:** replace all [ngClass] appearances to [class.name] way ([fc2f15f](https://github.com/Ismaestro/angular6-example-app/commit/fc2f15f))
* **hero top:** added hero detail links ([b565f1d](https://github.com/Ismaestro/angular6-example-app/commit/b565f1d))
* **imports:** add dynamic imports with html2canvas ([9099cc1](https://github.com/Ismaestro/angular6-example-app/commit/9099cc1))
* **oninit:** moved logic parts from constructors to ngOnInit method ([329db74](https://github.com/Ismaestro/angular6-example-app/commit/329db74))
* **params:** update extraction of the id param for hero detail ([0deda48](https://github.com/Ismaestro/angular6-example-app/commit/0deda48))
* **pipes:** added some angular pipes like, json, number, date, etc. Added also language-service package. ([0ce4a6e](https://github.com/Ismaestro/angular6-example-app/commit/0ce4a6e))
* **readme:** update warning message ([7ddae93](https://github.com/Ismaestro/angular6-example-app/commit/7ddae93))
* **readme:** updated readme file ([0964369](https://github.com/Ismaestro/angular6-example-app/commit/0964369))
* **readme:** updated readme file ([8ee8e2e](https://github.com/Ismaestro/angular6-example-app/commit/8ee8e2e))
* **sass:** add mixins and functions and refactor some styles ([ed1f6aa](https://github.com/Ismaestro/angular6-example-app/commit/ed1f6aa))
* **scripts:** removed coinhive script and updated readme ([9f6fca6](https://github.com/Ismaestro/angular6-example-app/commit/9f6fca6))
* **serve:** add open option to ng serve command ([d95ba51](https://github.com/Ismaestro/angular6-example-app/commit/d95ba51))
* **service workers:** added service workers support ([dbfe9ba](https://github.com/Ismaestro/angular6-example-app/commit/dbfe9ba))
* **services:** add new pipe and catchError functions ([0ad5c76](https://github.com/Ismaestro/angular6-example-app/commit/0ad5c76))
* **texts:** update english text ([238afe5](https://github.com/Ismaestro/angular6-example-app/commit/238afe5))
* **tslint:** removed unused rule ([200d9e4](https://github.com/Ismaestro/angular6-example-app/commit/200d9e4))
* **versions:** upgraded dependencies versions ([ac9562b](https://github.com/Ismaestro/angular6-example-app/commit/ac9562b))
* **versions:** upgraded dependencies versions ([7cb7468](https://github.com/Ismaestro/angular6-example-app/commit/7cb7468))



<a name="5.2.0"></a>
# [5.2.0](https://github.com/Ismaestro/angular5-example-app/compare/v5.1.0...v5.2.0) (2018-01-13)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-example-app",
"version": "5.2.0",
"version": "5.3.0",
"license": "MIT",
"scripts": {
"start": "ng serve --open",
Expand Down

0 comments on commit 4071e1f

Please sign in to comment.