Skip to content

v2.9.0 #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.9.0`
- chore: update to `Angular 9.0.0`
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)
- [https://angular.io/guide/updating-to-version-9](https://angular.io/guide/updating-to-version-9)
- [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)

- chore: update to `TypeScript 3.7`
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html)
- [https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html)

###### dependencies update
- update `@angular/animations` to `~9.0.0`
- update `@angular/common` to `~9.0.0`
- update `@angular/compiler` to `~9.0.0`
- update `@angular/core` to `~9.0.0`
- update `@angular/forms` to `~9.0.0`
- update `@angular/localize` to `^9.0.0`
- update `@angular/platform-browser` to `~9.0.0`
- update `@angular/platform-browser-dynamic` to `~9.0.0`
- update `@angular/router` to `~9.0.0`
- update `@angular-devkit/build-angular` to `~0.900.1`
- update `@angular-devkit/build-ng-packagr` to `~0.900.1`
- update `@angular/cli` to `~9.0.1`
- update `@angular/compiler-cli` to `~9.0.0`
- update `@angular/language-service` to `~9.0.0`
- update `@types/node` to `^12.12.26`
- update `@types/jasmine` to `~3.5.3`
- update `karma-jasmine-html-reporter` to `^1.5.2`
- update `ng-packagr` to `^9.0.0`
- update `typescript` to `~3.7.5`

##### `v2.7.5`
- chore: update to `Angular 9.0.0-rc.12`

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.12-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)

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

# 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)
# 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)

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!

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

###### Node.js
Angular 9 requires `Node.js` version 12.x
Angular 9 requires `Node.js` version 10.13 or later.

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

## Copyright and license

copyright 2017-2019 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
copyright 2017-2020 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE).
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.

## Support CoreUI Development
Expand Down
2 changes: 1 addition & 1 deletion dist/@coreui/angular/bundles/coreui-angular.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/fesm2015/coreui-angular.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/fesm5/coreui-angular.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export declare class AppSidebarNavItemsComponent {
router: Router;
helper: SidebarNavHelper;
protected _items: INavData[];
items: INavData[];
set items(items: INavData[]);
get items(): INavData[];
constructor(document: any, renderer: Renderer2, router: Router, helper: SidebarNavHelper);
hideMobile(): void;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export declare class AppSidebarNavLinkContentComponent implements OnInit, OnDest
export declare class AppSidebarNavLinkComponent implements OnInit, OnDestroy {
router: Router;
protected _Item: INavData;
item: INavData;
set item(item: INavData);
get item(): INavData;
linkClick: EventEmitter<any>;
linkType: string;
href: string;
Expand Down
3 changes: 2 additions & 1 deletion dist/@coreui/angular/lib/sidebar/app-sidebar.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export declare class AppSidebarComponent implements OnInit, OnDestroy {
display: any;
fixed: boolean;
offCanvas: boolean;
minimized: boolean;
get minimized(): boolean;
set minimized(value: boolean);
/**
* Emits whenever the minimized state of the sidebar changes.
* Primarily used to facilitate two-way binding.
Expand Down
8 changes: 4 additions & 4 deletions dist/@coreui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "2.7.5",
"version": "2.9.0",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand All @@ -17,9 +17,9 @@
}
],
"peerDependencies": {
"@angular/common": "^9.0.0-rc.12",
"@angular/core": "^9.0.0-rc.12",
"@angular/router": "^9.0.0-rc.12",
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/router": "^9.0.0",
"tslib": "^1.10.0",
"@coreui/coreui": "^2.1.16"
},
Expand Down
Loading