|
1 | 1 | ## [CoreUI for Angular](./README.md) version `changelog` |
2 | 2 |
|
| 3 | +###### `v2.11.2` |
| 4 | + |
| 5 | +- chore: update to `Angular 11.2` |
| 6 | + |
| 7 | +###### dependencies update |
| 8 | +- update `@angular/animations` to `^11.2.5` |
| 9 | +- update `@angular/cdk` to `^11.2.4 |
| 10 | +- update `@angular/common` to `^11.2.5` |
| 11 | +- update `@angular/compiler` to `^11.2.5` |
| 12 | +- update `@angular/core` to `^11.2.5` |
| 13 | +- update `@angular/forms` to `^11.2.5` |
| 14 | +- update `@angular/localize` to `^11.2.5` |
| 15 | +- update `@angular/platform-browser` to `^11.2.5` |
| 16 | +- update `@angular/platform-browser-dynamic` to `^11.2.5` |
| 17 | +- update `@angular/router` to `^11.2.5` |
| 18 | +- update `@coreui/angular` to `^2.11.2` |
| 19 | +- update `core-js` to `^3.9.1` |
| 20 | +- update `rxjs` to `^6.6.6` |
| 21 | +- update `@angular-devkit/build-angular` to `^0.1102.4` |
| 22 | +- update `@angular/cli` to `^11.2.4` |
| 23 | +- update `@angular/compiler-cli` to `^11.2.5` |
| 24 | +- update `@angular/language-service` to `^11.2.5` |
| 25 | +- update `@types/jasmine` to `^3.6.6` |
| 26 | +- update `@types/node` to `^14.14.33` |
| 27 | +- update `typescript` to `^4.1.5` |
| 28 | + |
| 29 | +###### `v2.11.1` |
| 30 | + |
| 31 | +- chore: update to `Angular 11.1` |
| 32 | + |
| 33 | +###### dependencies update |
| 34 | +- update `@angular/animations` to `^11.1.0` |
| 35 | +- update `@angular/cdk` to `^11.1.0` |
| 36 | +- update `@angular/common` to `^11.1.0` |
| 37 | +- update `@angular/compiler` to `^11.1.0` |
| 38 | +- update `@angular/core` to `^11.1.0` |
| 39 | +- update `@angular/forms` to `^11.1.0` |
| 40 | +- update `@angular/localize` to `^11.1.0` |
| 41 | +- update `@angular/platform-browser` to `^11.1.0` |
| 42 | +- update `@angular/platform-browser-dynamic` to `^11.1.0` |
| 43 | +- update `@angular/router` to `^11.1.0` |
| 44 | +- update `@coreui/angular` to `~2.11.1` |
| 45 | +- update `bootstrap` to `^4.6.0` |
| 46 | +- update `core-js` to `^3.8.3` |
| 47 | +- update `@angular-devkit/build-angular` to `^0.1101.1` |
| 48 | +- update `@angular/cli` to `^11.1.1` |
| 49 | +- update `@angular/compiler-cli` to `^11.1.0` |
| 50 | +- update `@angular/language-service` to `^11.1.0` |
| 51 | +- update `@types/jasmine` to `^3.6.3` |
| 52 | +- update `@types/node` to `^14.14.22` |
| 53 | + |
| 54 | +###### `v2.11.0` |
| 55 | + |
| 56 | +- chore: update to `Angular 11` and `TypeScript 4` |
| 57 | + - [https://update.angular.io/](https://update.angular.io/?v=10.2-11.0) |
| 58 | + - [https://v11.angular.io/guide/updating-to-version-11](https://v11.angular.io/guide/updating-to-version-11) |
| 59 | + - [TypeScript: Documentation - TypeScript 4](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html) |
| 60 | + - remove deprecated support for IE 9, 10, and IE mobile |
| 61 | + |
| 62 | +###### dependencies update |
| 63 | +- update `@angular/animations` to `^11.0.9` |
| 64 | +- update `@angular/cdk` to `^11.0.4` |
| 65 | +- update `@angular/common` to `^11.0.9` |
| 66 | +- update `@angular/compiler` to `^11.0.9` |
| 67 | +- update `@angular/core` to `^11.0.9` |
| 68 | +- update `@angular/forms` to `^11.0.9` |
| 69 | +- update `@angular/localize` to `^11.0.9` |
| 70 | +- update `@angular/platform-browser` to `^11.0.9` |
| 71 | +- update `@angular/platform-browser-dynamic` to `^11.0.9` |
| 72 | +- update `@angular/router` to `^11.0.9` |
| 73 | +- update `@coreui/angular` to `~2.11.0` |
| 74 | +- update `@angular-devkit/build-angular` to `^0.1100.7` |
| 75 | +- update `@angular/cli` to `^11.0.7` |
| 76 | +- update `@angular/compiler-cli` to `^11.0.9` |
| 77 | +- update `@angular/language-service` to `^11.0.9` |
| 78 | +- update `@types/jasmine` to `~3.6.0` |
| 79 | +- update `codelyzer` to `^6.0.0` |
| 80 | +- update `karma-coverage` to `~2.0.3` |
| 81 | +- update `typescript` to `~4.0.5` |
| 82 | + |
| 83 | +###### `v2.10.0` |
| 84 | + |
| 85 | +- chore: update to `Angular 10` and `TypeScript 3.9` |
| 86 | + - [https://update.angular.io/](https://update.angular.io/?v=9.1-10.2) |
| 87 | + - [https://v10.angular.io/guide/updating-to-version-10](https://v10.angular.io/guide/updating-to-version-10) |
| 88 | + - [TypeScript: Documentation - TypeScript 3.9](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html) |
| 89 | + |
| 90 | + |
| 91 | +- test: deprecate `async()` in favour of `waitForAsync()` |
| 92 | + |
| 93 | +###### dependencies update |
| 94 | +- update `@angular/animations` to `^10.2.4` |
| 95 | +- update `@angular/cdk` to `^10.2.7` |
| 96 | +- update `@angular/common` to `^10.2.4` |
| 97 | +- update `@angular/compiler` to `^10.2.4` |
| 98 | +- update `@angular/core` to `^10.2.4` |
| 99 | +- update `@angular/forms` to `^10.2.4` |
| 100 | +- update `@angular/localize` to `^10.2.4` |
| 101 | +- update `@angular/platform-browser` to `^10.2.4` |
| 102 | +- update `@angular/platform-browser-dynamic` to `^10.2.4` |
| 103 | +- update `@angular/router` to `^10.2.4` |
| 104 | +- update `@coreui/angular` to `~2.10.0` |
| 105 | +- update `classlist.js` to `^1.1.20150312` |
| 106 | +- update `ng2-charts` to `^2.4.2` |
| 107 | +- update `ngx-bootstrap` to `^6.2.0` |
| 108 | +- update `ngx-perfect-scrollbar` to `^10.1.0` |
| 109 | +- update `tslib` to `^2.0.0` |
| 110 | +- update `@angular-devkit/build-angular` to `^0.1002.1` |
| 111 | +- update `@angular/cli` to `^10.2.1` |
| 112 | +- update `@angular/compiler-cli` to `^10.2.4` |
| 113 | +- update `@angular/language-service` to `^10.2.4` |
| 114 | +- update `jasmine-core` to `~3.6.0` |
| 115 | +- update `jasmine-spec-reporter` to `~5.0.0` |
| 116 | +- update `karma` to `~5.2.0` |
| 117 | +- update `karma-chrome-launcher` to `~3.1.0` |
| 118 | +- update `karma-coverage-istanbul-reporter` to `~3.0.2` |
| 119 | +- update `karma-jasmine` to `~4.0.0` |
| 120 | +- update `karma-jasmine-html-reporter` to `^1.5.0` |
| 121 | +- update `protractor` to `~7.0.0` |
| 122 | +- update `tslint` to `~6.1.0` |
| 123 | +- update `typescript` to `^3.9.7` |
| 124 | + |
| 125 | + |
| 126 | +###### `v2.9.6` |
| 127 | +- feat(icons): update to @coreui/icons v2 and @coreui/icons-angular |
| 128 | + |
| 129 | +###### dependencies update |
| 130 | +- update `@angular/animations` to `^9.1.13` |
| 131 | +- update `@angular/cdk` to `^9.2.4` |
| 132 | +- update `@angular/common` to `^9.1.13` |
| 133 | +- update `@angular/compiler` to `^9.1.13` |
| 134 | +- update `@angular/core` to `^9.1.13` |
| 135 | +- update `@angular/forms` to `^9.1.13` |
| 136 | +- update `@angular/platform-browser` to `^9.1.13` |
| 137 | +- update `@angular/platform-browser-dynamic` to `^9.1.13` |
| 138 | +- update `@angular/router` to `^9.1.13` |
| 139 | +- update `@coreui/angular`: `~2.9.6` |
| 140 | +- update `@coreui/icons` to `^2.0.0-rc.0` |
| 141 | +- update `@coreui/icons-angular` to `1.0.0-alpha.3` |
| 142 | +- update `bootstrap` to `^4.5.3` |
| 143 | +- update `chart.js` to `^2.9.4` |
| 144 | +- update `core-js` to `^3.8.2` |
| 145 | +- update `ng2-charts` to `~2.3.3` |
| 146 | +- update `ngx-bootstrap` to `^5.6.2` |
| 147 | +- update `rxjs` to `^6.6.3` |
| 148 | +- update `simple-line-icons` to `^2.5.5` |
| 149 | +- update `tslib` to `^1.14.1` |
| 150 | +- update `@angular-devkit/build-angular` to `^0.901.13` |
| 151 | +- update `@angular/cli` to `^9.1.13` |
| 152 | +- update `@angular/compiler-cli` to `^9.1.13` |
| 153 | +- update `@angular/language-service` to `^9.1.13` |
| 154 | +- update `@types/jasmine` to `^3.6.2` |
| 155 | +- update `@types/node` to `^14.14.20` |
| 156 | +- update `karma` to `^5.2.3` |
| 157 | + |
| 158 | +###### `v2.9.5` |
| 159 | +- fix(simple-line-icons): Can't resolve simple-line-icons.css - fixes #196 |
| 160 | + |
| 161 | +###### dependencies update |
| 162 | +- update `simple-line-icons` to `^2.5.2` |
| 163 | +- update `@angular-devkit/build-angular` to `^0.901.12` |
| 164 | +- update `@angular/cli` to `^9.1.12` |
| 165 | +- update `@types/jasmine` to `^3.5.12` |
| 166 | +- update `jasmine-core` to `^3.6.0` |
| 167 | +- update `jasmine-spec-reporter` to `^5.0.2` |
| 168 | +- update `karma` to `^5.1.1` |
| 169 | +- update `karma-coverage-istanbul-reporter` to `^3.0.3` |
| 170 | +- update `tslint` to `^6.1.3` |
| 171 | + |
| 172 | +###### `v2.9.4` |
| 173 | +- refactor(polyfills): update core-js polyfills imports |
| 174 | + |
| 175 | +###### dependencies update |
| 176 | +- update `@angular/animations` to `^9.1.12` |
| 177 | +- update `@angular/common` to `^9.1.12` |
| 178 | +- update `@angular/compiler` to `^9.1.12` |
| 179 | +- update `@angular/core` to `^9.1.12` |
| 180 | +- update `@angular/forms` to `^9.1.12` |
| 181 | +- update `@angular/platform-browser` to `^9.1.12` |
| 182 | +- update `@angular/platform-browser-dynamic` to `^9.1.12` |
| 183 | +- update `@angular/router` to `^9.1.12` |
| 184 | +- update `@coreui/angular` to `~2.9.4` |
| 185 | +- update `bootstrap` to `^4.5.0` |
| 186 | +- update `core-js` to `^3.6.5` |
| 187 | +- update `flag-icon-css` to `^3.5.0` |
| 188 | +- update `moment` to `^2.27.0` |
| 189 | +- update `mutationobserver-shim` to `^0.3.7` |
| 190 | +- update `ng2-charts` to `^2.3.2` |
| 191 | +- update `rxjs` to `^6.6.0` |
| 192 | +- update `tslib` to `^1.13.0` |
| 193 | +- update `@angular-devkit/build-angular` to `^0.901.11` |
| 194 | +- update `@angular/cli` to `^9.1.11` |
| 195 | +- update `@angular/compiler-cli` to `^9.1.12` |
| 196 | +- update `@angular/language-service` to `^9.1.12` |
| 197 | +- update `@types/jasmine` to `^3.5.11` |
| 198 | +- update `@types/node` to `^13.13.14` |
| 199 | +- update `karma` to `^5.1.0` |
| 200 | +- update `karma-jasmine` to `^3.3.1` |
| 201 | +- update `karma-jasmine-html-reporter` to `^1.5.4` |
| 202 | +- update `protractor` to `^7.0.0` |
| 203 | +- update `ts-node` to `^8.10.2` |
| 204 | + |
3 | 205 | ###### `v2.9.2` |
4 | 206 | - fix(navbars): cannot find module `ngx-bootstrap` |
5 | 207 |
|
|
0 commit comments