Skip to content

Commit f364710

Browse files
committed
chore: Ship v2.9.0 for Angular 9
1 parent a5eccaa commit f364710

16 files changed

+231
-185
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.9.0`
4+
- chore: update to `Angular 9.0.0`
5+
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)
6+
- [https://angular.io/guide/updating-to-version-9](https://angular.io/guide/updating-to-version-9)
7+
- [https://blog.angular.io/version-9-of-angular-now-available-project-ivy-has-arrived](https://blog.angular.io/version-9-of-angular-now-available-project-ivy-has-arrived-23c97b63cfa3)
8+
9+
- chore: update to `TypeScript 3.7`
10+
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html)
11+
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html)
12+
13+
###### dependencies update
14+
- update `@angular/animations` to `~9.0.0`
15+
- update `@angular/common` to `~9.0.0`
16+
- update `@angular/compiler` to `~9.0.0`
17+
- update `@angular/core` to `~9.0.0`
18+
- update `@angular/forms` to `~9.0.0`
19+
- update `@angular/localize` to `^9.0.0`
20+
- update `@angular/platform-browser` to `~9.0.0`
21+
- update `@angular/platform-browser-dynamic` to `~9.0.0`
22+
- update `@angular/router` to `~9.0.0`
23+
- update `@angular-devkit/build-angular` to `~0.900.1`
24+
- update `@angular-devkit/build-ng-packagr` to `~0.900.1`
25+
- update `@angular/cli` to `~9.0.1`
26+
- update `@angular/compiler-cli` to `~9.0.0`
27+
- update `@angular/language-service` to `~9.0.0`
28+
- update `@types/node` to `^12.12.26`
29+
- update `@types/jasmine` to `~3.5.3`
30+
- update `karma-jasmine-html-reporter` to `^1.5.2`
31+
- update `ng-packagr` to `^9.0.0`
32+
- update `typescript` to `~3.7.5`
33+
334
##### `v2.7.5`
435
- chore: update to `Angular 9.0.0-rc.12`
536

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.12-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
@@ -17,7 +17,7 @@
1717
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
1818
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
1919

20-
# CoreUI for Angular 2+ - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
20+
# CoreUI for Angular 9 - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
2121

2222
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
2323

@@ -56,7 +56,7 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5656
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
5757

5858
###### Node.js
59-
Angular 9 requires `Node.js` version 12.x
59+
Angular 9 requires `Node.js` version 10.13 or later.
6060

6161
- To check your version, run `node -v` in a terminal/console window.
6262
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -150,7 +150,7 @@ Get updates on CoreUI's development and chat with the project maintainers and co
150150

151151
## Copyright and license
152152

153-
copyright 2017-2019 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
153+
copyright 2017-2020 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
154154
There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
155155

156156
## Support CoreUI Development

dist/@coreui/angular/bundles/coreui-angular.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/sidebar/app-sidebar-nav.service.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm5/lib/sidebar/app-sidebar-nav.service.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm2015/coreui-angular.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm5/coreui-angular.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/lib/sidebar/app-sidebar-nav/app-sidebar-nav-items.component.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export declare class AppSidebarNavItemsComponent {
88
router: Router;
99
helper: SidebarNavHelper;
1010
protected _items: INavData[];
11-
items: INavData[];
11+
set items(items: INavData[]);
12+
get items(): INavData[];
1213
constructor(document: any, renderer: Renderer2, router: Router, helper: SidebarNavHelper);
1314
hideMobile(): void;
1415
}

dist/@coreui/angular/lib/sidebar/app-sidebar-nav/app-sidebar-nav-link.component.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export declare class AppSidebarNavLinkContentComponent implements OnInit, OnDest
1212
export declare class AppSidebarNavLinkComponent implements OnInit, OnDestroy {
1313
router: Router;
1414
protected _Item: INavData;
15-
item: INavData;
15+
set item(item: INavData);
16+
get item(): INavData;
1617
linkClick: EventEmitter<any>;
1718
linkType: string;
1819
href: string;

dist/@coreui/angular/lib/sidebar/app-sidebar.component.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export declare class AppSidebarComponent implements OnInit, OnDestroy {
1010
display: any;
1111
fixed: boolean;
1212
offCanvas: boolean;
13-
minimized: boolean;
13+
get minimized(): boolean;
14+
set minimized(value: boolean);
1415
/**
1516
* Emits whenever the minimized state of the sidebar changes.
1617
* Primarily used to facilitate two-way binding.

dist/@coreui/angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.7.5",
3+
"version": "2.9.0",
44
"description": "CoreUI Angular Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"peerDependencies": {
20-
"@angular/common": "^9.0.0-rc.12",
21-
"@angular/core": "^9.0.0-rc.12",
22-
"@angular/router": "^9.0.0-rc.12",
20+
"@angular/common": "^9.0.0",
21+
"@angular/core": "^9.0.0",
22+
"@angular/router": "^9.0.0",
2323
"tslib": "^1.10.0",
2424
"@coreui/coreui": "^2.1.16"
2525
},

0 commit comments

Comments
 (0)