Skip to content

Commit 2ca26f9

Browse files
author
Ismael Ramos
committed
chore(release): 2.4.0
1 parent c2e5ee2 commit 2ca26f9

3 files changed

Lines changed: 47 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
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.
44

5+
<a name="2.4.0"></a>
6+
# [2.4.0](https://github.com/Ismaestro/angular4-example-app/compare/v2.3.0...v2.4.0) (2017-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **gtm:** added angular cli insertion in scripts section ([9b5189f](https://github.com/Ismaestro/angular4-example-app/commit/9b5189f))
12+
* **gtm:** added exception in CSP header for gtm ([25092a0](https://github.com/Ismaestro/angular4-example-app/commit/25092a0))
13+
* **gtm:** added google analytics exception in CSP header ([bec72fa](https://github.com/Ismaestro/angular4-example-app/commit/bec72fa))
14+
* **gtm:** test in head tag ([16de712](https://github.com/Ismaestro/angular4-example-app/commit/16de712))
15+
* **lint:** added break line in polyfills file ([61816ff](https://github.com/Ismaestro/angular4-example-app/commit/61816ff))
16+
* **lock:** test with no package lock ([a846995](https://github.com/Ismaestro/angular4-example-app/commit/a846995))
17+
* **nav:** solved problem with padding bottom ([787e2b1](https://github.com/Ismaestro/angular4-example-app/commit/787e2b1))
18+
* **progress bar:** solved problem with negative number of requests ([eb24c46](https://github.com/Ismaestro/angular4-example-app/commit/eb24c46))
19+
20+
21+
### Features
22+
23+
* **angular:** new versions, and added utils service for modernizr lib ([e33e924](https://github.com/Ismaestro/angular4-example-app/commit/e33e924))
24+
* **e2e tests:** added support for e2e tests with watch ([bba965b](https://github.com/Ismaestro/angular4-example-app/commit/bba965b))
25+
* **format code:** reformat code ([c113649](https://github.com/Ismaestro/angular4-example-app/commit/c113649))
26+
* **gtm:** added google tag manager js ([38c63c7](https://github.com/Ismaestro/angular4-example-app/commit/38c63c7))
27+
* **lazy loading:** updated shared module ([0cbfcd5](https://github.com/Ismaestro/angular4-example-app/commit/0cbfcd5))
28+
* **loading:** updated spinner to a different one ([dc11b1e](https://github.com/Ismaestro/angular4-example-app/commit/dc11b1e))
29+
* **progress bar:** added test to validate number of requests and it's counter value ([4f19077](https://github.com/Ismaestro/angular4-example-app/commit/4f19077))
30+
* **readme:** added star and fork badges ([18440fc](https://github.com/Ismaestro/angular4-example-app/commit/18440fc))
31+
* **readme:** updated demo image ([8551a1d](https://github.com/Ismaestro/angular4-example-app/commit/8551a1d))
32+
* **readme:** updated demo image ([c261575](https://github.com/Ismaestro/angular4-example-app/commit/c261575))
33+
* **readme:** updated deploy command documentation ([9307876](https://github.com/Ismaestro/angular4-example-app/commit/9307876))
34+
* **readme:** updated info to add es6 promises feature ([4393865](https://github.com/Ismaestro/angular4-example-app/commit/4393865))
35+
* **readme:** updated unit tests message ([c2e5ee2](https://github.com/Ismaestro/angular4-example-app/commit/c2e5ee2))
36+
* **test:** added app component router tests cases ([024378a](https://github.com/Ismaestro/angular4-example-app/commit/024378a))
37+
* **test:** added nav unit tests ([e53390c](https://github.com/Ismaestro/angular4-example-app/commit/e53390c))
38+
* **tests:** added constructor test for nav component ([09819b5](https://github.com/Ismaestro/angular4-example-app/commit/09819b5))
39+
* **tests:** added hero detail tests and solved problem with getting by id with no id :) ([ae1f3a4](https://github.com/Ismaestro/angular4-example-app/commit/ae1f3a4))
40+
* **tests:** added hero service tests ([4fcf5ed](https://github.com/Ismaestro/angular4-example-app/commit/4fcf5ed))
41+
* **tests:** added more tests for search bar component ([4e296f2](https://github.com/Ismaestro/angular4-example-app/commit/4e296f2))
42+
* **tests:** added more tests for top heroes component ([636077a](https://github.com/Ismaestro/angular4-example-app/commit/636077a))
43+
* **types:** added node types ([f35c40f](https://github.com/Ismaestro/angular4-example-app/commit/f35c40f))
44+
* **types:** added some types to many functions ([65fd2c5](https://github.com/Ismaestro/angular4-example-app/commit/65fd2c5))
45+
* **versions:** upgraded module versions ([b4e8b92](https://github.com/Ismaestro/angular4-example-app/commit/b4e8b92))
46+
* **versions:** upgraded module versions ([4e931db](https://github.com/Ismaestro/angular4-example-app/commit/4e931db))
47+
48+
49+
550
<a name="2.3.0"></a>
651
# [2.3.0](https://github.com/Ismaestro/angular4-example-app/compare/v2.2.1...v2.3.0) (2017-08-11)
752

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-example-app",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "ng serve",

0 commit comments

Comments
 (0)