|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
5 | | -<a name="1.3.2"></a> |
6 | | -## [1.3.2](https://github.com/thisissoon/angular-ellipsis/compare/v1.3.1...v1.3.2) (2018-07-19) |
| 5 | +<a name="1.4.0"></a> |
7 | 6 |
|
| 7 | +# [1.4.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.3.2...v1.4.0) (2019-02-06) |
8 | 8 |
|
9 | | -### Bug Fixes |
| 9 | +### Features |
10 | 10 |
|
11 | | -* **ellipsis:** browser crashing when no lines of text will fit in element ([29f4ab2](https://github.com/thisissoon/angular-ellipsis/commit/29f4ab2)), closes [#10](https://github.com/thisissoon/angular-ellipsis/issues/10) |
| 11 | +- **ellipsis:** added support for angular 7 ([4589946](https://github.com/thisissoon/angular-ellipsis/commit/4589946)) |
12 | 12 |
|
| 13 | +<a name="1.3.2"></a> |
| 14 | + |
| 15 | +## [1.3.2](https://github.com/thisissoon/angular-ellipsis/compare/v1.3.1...v1.3.2) (2018-07-19) |
| 16 | + |
| 17 | +### Bug Fixes |
13 | 18 |
|
| 19 | +- **ellipsis:** browser crashing when no lines of text will fit in element ([29f4ab2](https://github.com/thisissoon/angular-ellipsis/commit/29f4ab2)), closes [#10](https://github.com/thisissoon/angular-ellipsis/issues/10) |
14 | 20 |
|
15 | 21 | <a name="1.3.1"></a> |
16 | | -## [1.3.1](https://github.com/thisissoon/angular-ellipsis/compare/v1.2.0...v1.3.1) (2018-05-23) |
17 | 22 |
|
| 23 | +## [1.3.1](https://github.com/thisissoon/angular-ellipsis/compare/v1.2.0...v1.3.1) (2018-05-23) |
18 | 24 |
|
19 | 25 | ### Bug Fixes |
20 | 26 |
|
21 | | -* remove rxjs dependency and resolve codelyzer conflict ([dd72e8c](https://github.com/thisissoon/angular-ellipsis/commit/dd72e8c)) |
22 | | - |
| 27 | +- remove rxjs dependency and resolve codelyzer conflict ([dd72e8c](https://github.com/thisissoon/angular-ellipsis/commit/dd72e8c)) |
23 | 28 |
|
24 | 29 | ### Features |
25 | 30 |
|
26 | | -* **ellipsis:** added support for angular 6 ([54623b1](https://github.com/thisissoon/angular-ellipsis/commit/54623b1)) |
27 | | - |
| 31 | +- **ellipsis:** added support for angular 6 ([54623b1](https://github.com/thisissoon/angular-ellipsis/commit/54623b1)) |
28 | 32 |
|
29 | 33 | ### Reverts |
30 | 34 |
|
31 | | -* **CHANGELOG:** move changelog back to root folder ([85cff40](https://github.com/thisissoon/angular-ellipsis/commit/85cff40)) |
32 | | - |
33 | | - |
| 35 | +- **CHANGELOG:** move changelog back to root folder ([85cff40](https://github.com/thisissoon/angular-ellipsis/commit/85cff40)) |
34 | 36 |
|
35 | 37 | <a name="1.2.0"></a> |
36 | | -# [1.2.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.2...v1.2.0) (2018-03-29) |
37 | 38 |
|
| 39 | +# [1.2.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.2...v1.2.0) (2018-03-29) |
38 | 40 |
|
39 | 41 | ### Features |
40 | 42 |
|
41 | | -* **ellipsis:** add support for server side rendered apps ([e450995](https://github.com/thisissoon/angular-ellipsis/commit/e450995)), closes [#8](https://github.com/thisissoon/angular-ellipsis/issues/8) |
42 | | - |
43 | | - |
| 43 | +- **ellipsis:** add support for server side rendered apps ([e450995](https://github.com/thisissoon/angular-ellipsis/commit/e450995)), closes [#8](https://github.com/thisissoon/angular-ellipsis/issues/8) |
44 | 44 |
|
45 | 45 | <a name="1.1.2"></a> |
46 | | -## [1.1.2](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.1...v1.1.2) (2018-01-22) |
47 | 46 |
|
| 47 | +## [1.1.2](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.1...v1.1.2) (2018-01-22) |
48 | 48 |
|
49 | 49 | ### Bug Fixes |
50 | 50 |
|
51 | | -* **ellipsis:** add support for dynamic content ([ff7eedf](https://github.com/thisissoon/angular-ellipsis/commit/ff7eedf)) |
52 | | - |
53 | | - |
| 51 | +- **ellipsis:** add support for dynamic content ([ff7eedf](https://github.com/thisissoon/angular-ellipsis/commit/ff7eedf)) |
54 | 52 |
|
55 | 53 | <a name="1.1.1"></a> |
56 | | -## [1.1.1](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.0...v1.1.1) (2017-12-04) |
57 | 54 |
|
| 55 | +## [1.1.1](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.0...v1.1.1) (2017-12-04) |
58 | 56 |
|
59 | 57 | ### Bug Fixes |
60 | 58 |
|
61 | | -* **build:** generate correct metadata needed for ng-language-service ([08ceb30](https://github.com/thisissoon/angular-ellipsis/commit/08ceb30)) |
62 | | - |
63 | | - |
| 59 | +- **build:** generate correct metadata needed for ng-language-service ([08ceb30](https://github.com/thisissoon/angular-ellipsis/commit/08ceb30)) |
64 | 60 |
|
65 | 61 | <a name="1.1.0"></a> |
66 | | -# [1.1.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.0-rc.0...v1.1.0) (2017-12-01) |
67 | | - |
68 | 62 |
|
| 63 | +# [1.1.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.1.0-rc.0...v1.1.0) (2017-12-01) |
69 | 64 |
|
70 | 65 | <a name="1.1.0-rc.0"></a> |
71 | | -# [1.1.0-rc.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.0.0...v1.1.0-rc.0) (2017-12-01) |
72 | 66 |
|
| 67 | +# [1.1.0-rc.0](https://github.com/thisissoon/angular-ellipsis/compare/v1.0.0...v1.1.0-rc.0) (2017-12-01) |
73 | 68 |
|
74 | 69 | ### Features |
75 | 70 |
|
76 | | -* **build:** Move build and dev environment to angular cli and ng-packagr ([4997ae9](https://github.com/thisissoon/angular-ellipsis/commit/4997ae9)) |
77 | | - |
78 | | - |
| 71 | +- **build:** Move build and dev environment to angular cli and ng-packagr ([4997ae9](https://github.com/thisissoon/angular-ellipsis/commit/4997ae9)) |
79 | 72 |
|
80 | 73 | <a name="1.0.0"></a> |
81 | | -# [1.0.0](https://github.com/thisissoon/angular-ellipsis/compare/v0.0.2...v1.0.0) (2017-08-22) |
82 | 74 |
|
| 75 | +# [1.0.0](https://github.com/thisissoon/angular-ellipsis/compare/v0.0.2...v1.0.0) (2017-08-22) |
83 | 76 |
|
84 | 77 | ### Features |
85 | 78 |
|
86 | | -* **Ellipsis:** Port to angular 2/4+ ([2107c0c](https://github.com/thisissoon/angular-ellipsis/commit/2107c0c)) |
| 79 | +- **Ellipsis:** Port to angular 2/4+ ([2107c0c](https://github.com/thisissoon/angular-ellipsis/commit/2107c0c)) |
0 commit comments