Skip to content

Commit

Permalink
Merge v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 5, 2020
2 parents e649e03 + c9b8ae1 commit b9e1f86
Show file tree
Hide file tree
Showing 13 changed files with 501 additions and 316 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.9.1`
- fix: downgrade TypeScript to ~3.6.4 - thanks @jrocha closes #103

###### dependencies update
- update `typescript` to `~3.6.4`
- update `@angular/animations` to `~9.0.5`
- update `@angular/common` to `~9.0.5`
- update `@angular/compiler` to `~9.0.5`
- update `@angular/core` to `~9.0.5`
- update `@angular/forms` to `~9.0.5`
- update `@angular/localize` to `^9.0.5`
- update `@angular/platform-browser` to `~9.0.5`
- update `@angular/platform-browser-dynamic` to `~9.0.5`
- update `@angular/router` to `~9.0.5`
- update `tslib` to `^1.11.1`
- update `@angular-devkit/build-angular` to `~0.900.5`
- update `@angular-devkit/build-ng-packagr` to `~0.900.5`
- update `@angular/cli` to `~9.0.5`
- update `@angular/compiler-cli` to `~9.0.5`
- update `@angular/language-service` to `~9.0.5`
- update `@types/jasmine` to `^3.5.7`
- update `@types/node` to `^12.12.29`
- update `ng-packagr` to `^9.0.2`
- update `ngx-perfect-scrollbar` to `^9.0.0`

##### `v2.9.0`
- chore: update to `Angular 9.0.0`
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)
Expand Down
4 changes: 2 additions & 2 deletions dist/@coreui/angular/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.9-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 @@ -25,7 +25,7 @@
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
23 changes: 20 additions & 3 deletions dist/@coreui/angular/bundles/coreui-angular.umd.js

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/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.

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

0 comments on commit b9e1f86

Please sign in to comment.