|
10 | 10 | # [4.7.0 Nitrogen](https://github.com/ionic-team/ionic/compare/v4.6.2...v4.7.0) (2019-07-24)
|
11 | 11 |
|
12 | 12 |
|
| 13 | +### Angular 8 Support |
| 14 | + |
| 15 | +With this version comes support for Angular 8! Follow the below steps to update. |
| 16 | + |
| 17 | +1. Update `@ionic/angular` and `@ionic/angular-toolkit` to the latest releases: |
| 18 | + |
| 19 | + ```shell |
| 20 | + $ npm install @ionic/ [email protected] |
| 21 | + $ npm install @ionic/ [email protected] -D |
| 22 | + ``` |
| 23 | + |
| 24 | +1. Update `@angular/core` and `@angular/cli`: |
| 25 | + |
| 26 | + ```shell |
| 27 | + $ npx ng update @angular/core @angular/cli |
| 28 | + ``` |
| 29 | + |
| 30 | +1. Update `@angular-devkit` dependencies: |
| 31 | + |
| 32 | + ```shell |
| 33 | + $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest |
| 34 | + ``` |
| 35 | + |
| 36 | +View our [Angular 8 Update Guide](https://docs.google.com/document/d/1QOpQeDifPSg6F9WycDLcbQnpqjN96ew-Ap0_CB7CcCQ/edit?usp=sharing) for tips on potential issues! |
| 37 | + |
13 | 38 | ### Bug Fixes
|
14 | 39 |
|
15 | 40 | * **angular:** copy input form classes to parent ion-item ([#18820](https://github.com/ionic-team/ionic/issues/18820)) ([53179c4](https://github.com/ionic-team/ionic/commit/53179c4)), closes [#18800](https://github.com/ionic-team/ionic/issues/18800)
|
|
19 | 44 | * **datetime:** allow AM/PM to be changed ([#18684](https://github.com/ionic-team/ionic/issues/18684)) ([b7761fe](https://github.com/ionic-team/ionic/commit/b7761fe)), closes [#18585](https://github.com/ionic-team/ionic/issues/18585)
|
20 | 45 | * **datetime:** properly apply disabled classes when updating columns ([#18875](https://github.com/ionic-team/ionic/issues/18875)) ([7ba718c](https://github.com/ionic-team/ionic/commit/7ba718c)), closes [#18793](https://github.com/ionic-team/ionic/issues/18793)
|
21 | 46 | * **hardware-back-button:** hardware back button no longer erroneously restarts app ([#18794](https://github.com/ionic-team/ionic/issues/18794)) ([978cc39](https://github.com/ionic-team/ionic/commit/978cc39)), closes [#18792](https://github.com/ionic-team/ionic/issues/18792)
|
22 |
| -* **ripple-effct:** ensure ripple is removed from components after pointer release ([#18854](https://github.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github.com/ionic-team/ionic/issues/18836) |
| 47 | +* **ripple-effect:** ensure ripple is removed from components after pointer release ([#18854](https://github.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github.com/ionic-team/ionic/issues/18836) |
23 | 48 | * **searchbar:** add aria and role for improved accessibility ([#18797](https://github.com/ionic-team/ionic/issues/18797)) ([798103b](https://github.com/ionic-team/ionic/commit/798103b)), closes [#18796](https://github.com/ionic-team/ionic/issues/18796)
|
24 | 49 | * **ssr:** avoid window reference ([#18865](https://github.com/ionic-team/ionic/issues/18865)) ([23ce6fa](https://github.com/ionic-team/ionic/commit/23ce6fa))
|
25 | 50 | * **ssr:** check for client runtime method ([#18866](https://github.com/ionic-team/ionic/issues/18866)) ([c52b3b4](https://github.com/ionic-team/ionic/commit/c52b3b4))
|
|
42 | 67 | * **angular:** attach entering view before first change detection and detach leaving page ([#18821](https://github.com/ionic-team/ionic/issues/18821)) ([97fec92](https://github.com/ionic-team/ionic/commit/97fec92))
|
43 | 68 |
|
44 | 69 |
|
45 |
| - |
46 | 70 | ## [4.6.2](https://github.com/ionic-team/ionic/compare/v4.6.1...v4.6.2) (2019-07-10)
|
47 | 71 |
|
48 | 72 |
|
|
0 commit comments