Skip to content

Commit

Permalink
Merge pull request #91 from coreui/fix-query-params-handling
Browse files Browse the repository at this point in the history
v2.7.1
  • Loading branch information
xidedix authored Dec 11, 2019
2 parents 6b1fe22 + 5c2c3d4 commit 93ce706
Show file tree
Hide file tree
Showing 10 changed files with 1,797 additions and 1,633 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.7.1`
- fix(sidebar-nav): @angular/router has no exported member QueryParamsHandling, see:
- https://github.com/angular/angular/issues/30925
- https://github.com/angular/angular/issues/30816

###### dependencies update
- update `@angular/animations` to `^9.0.0-rc.5`
- update `@angular/common` to `^9.0.0-rc.5`
- update `@angular/compiler` to `^9.0.0-rc.5`
- update `@angular/core` to `^9.0.0-rc.5`
- update `@angular/forms` to `^9.0.0-rc.5`
- update `@angular/platform-browser` to `^9.0.0-rc.5`
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.5`
- update `@angular/router` to `^9.0.0-rc.5`
- update `core-js` to `^2.6.11`
- update `@angular-devkit/build-angular` to `^0.900.0-rc.5`
- update `@angular-devkit/build-ng-packagr` to `^0.900.0-rc.5`
- update `@angular/cli` to `^9.0.0-rc.5`
- update `@angular/compiler-cli` to `^9.0.0-rc.5`
- update `@angular/language-service` to `^9.0.0-rc.5`
- update `@types/jasmine` to `^3.5.0`
- update `@types/node` to `^12.12.17`
- update `karma-coverage-istanbul-reporter` to `^2.1.1`
- update `ng-packagr` to `^9.0.0-rc.3`
- update `ts-node` to `^8.5.4`
- update `tslint` to `^5.20.1`

##### `v2.7.0`
- chore: upgrade to Angular 9 - see also:
- `https://next.angular.io/guide/updating-to-version-9`
Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# [@coreui/angular](https://coreui.io/angular)

[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
[![npm package][npm-coreui-angular-badge]][npm-coreui-angular]
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
[![@coreui angular-next](https://img.shields.io/badge/@coreui%[email protected]?style=flat-square)](https://github.com/coreui/coreui-angular)
[![npm-coreui-angular-next][npm-coreui-angular-next]][npm-coreui-angular]
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
[![@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%20rc.0-lightgrey.svg?style=flat-square)
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.5-lightgrey.svg?style=flat-square&logo=angular)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
[npm-coreui-angular-next]: https://img.shields.io/npm/v/@coreui/angular/next.png?style=flat-square
[npm-coreui-angular-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
[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
Expand Down Expand Up @@ -57,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 8 requires `Node.js` version 12.x
Angular 9 requires `Node.js` version 12.x

- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
Expand All @@ -68,7 +67,7 @@ Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
```

##### Update to Angular 8
##### Update to Angular 9
see: [https://update.angular.io](https://update.angular.io)

## CoreUI Installation
Expand Down

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/esm5/lib/sidebar/app-sidebar-nav.js

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

3 changes: 1 addition & 2 deletions dist/@coreui/angular/lib/sidebar/app-sidebar-nav.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { QueryParamsHandling } from '@angular/router';
export interface INavAttributes {
[propName: string]: any;
}
Expand All @@ -20,7 +19,7 @@ export interface INavLinkProps {
[k: string]: any;
};
fragment?: string;
queryParamsHandling?: QueryParamsHandling;
queryParamsHandling?: 'merge' | 'preserve' | '';
preserveFragment?: boolean;
skipLocationChange?: boolean;
replaceUrl?: boolean;
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.0",
"version": "2.7.1",
"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.0",
"@angular/core": "^9.0.0-rc.0",
"@angular/router": "^9.0.0-rc.0",
"@angular/common": "^9.0.0-rc.5",
"@angular/core": "^9.0.0-rc.5",
"@angular/router": "^9.0.0-rc.5",
"@coreui/coreui": "^2.1.16",
"tslib": "^1.10.0"
},
Expand Down
Loading

0 comments on commit 93ce706

Please sign in to comment.