Skip to content

v2.7.2 #95

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 3 commits into from
Dec 21, 2019
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.7.2`
- fix(sidebar-nav): AppSidebarNavLabelComponent is not exported in the AppSidebarModule - thanks @zwiras #63

###### dependencies update
- update `@angular/animations` to `^9.0.0-rc.7`
- update `@angular/common` to `^9.0.0-rc.7`
- update `@angular/compiler` to `^9.0.0-rc.7`
- update `@angular/core` to `^9.0.0-rc.7`
- update `@angular/forms` to `^9.0.0-rc.7`
- update `@angular/platform-browser` to `^9.0.0-rc.7`
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.7`
- update `@angular/router` to `^9.0.0-rc.7`
- update `@angular-devkit/build-angular` to `^0.900.0-rc.7`
- update `@angular-devkit/build-ng-packagr` to `^0.900.0-rc.7`
- update `@angular/cli` to `^9.0.0-rc.7`
- update `@angular/compiler-cli` to `^9.0.0-rc.7`
- update `@angular/language-service` to `^9.0.0-rc.7`
- update `@types/node` to `^12.12.21`
- update `codelyzer` to `^5.2.1`

##### `v2.7.1`
- fix(sidebar-nav): @angular/router has no exported member QueryParamsHandling, see:
- https://github.com/angular/angular/issues/30925
Expand Down
54 changes: 41 additions & 13 deletions dist/@coreui/angular/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-^8.2.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 All @@ -26,7 +25,7 @@
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.

###### Node.js
Angular requires `Node.js` version 8.x or 10.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 @@ -37,10 +36,39 @@ Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
```

### Installation
Go to the workspace folder and install `@coreui/angular` as a dependency.
```bash
npm install @coreui/angular
##### Update to Angular 9
see: [https://update.angular.io](https://update.angular.io)

## CoreUI Installation

Several options are available:

### Clone repo

``` bash
$ git clone https://github.com/coreui/coreui-angular.git
```

### NPM

``` bash
$ npm install @coreui/angular --save
```

### Yarn

``` bash
$ yarn add @coreui/angular
```

## Usage

### CSS

Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.

``` html
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
```

### Changelog
Expand Down
13 changes: 7 additions & 6 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

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.

8 changes: 4 additions & 4 deletions dist/@coreui/angular/coreui-angular.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ export { AppSidebarFormComponent as ɵm } from './lib/sidebar/app-sidebar-form.c
export { AppSidebarHeaderComponent as ɵn } from './lib/sidebar/app-sidebar-header.component';
export { AppSidebarMinimizerComponent as ɵo } from './lib/sidebar/app-sidebar-minimizer.component';
export { AppSidebarNavComponent as ɵr } from './lib/sidebar/app-sidebar-nav.component';
export { NavDropdownDirective as ɵx, NavDropdownToggleDirective as ɵy } from './lib/sidebar/app-sidebar-nav.directive';
export { NavDropdownDirective as ɵy, NavDropdownToggleDirective as ɵz } from './lib/sidebar/app-sidebar-nav.directive';
export { SidebarNavHelper as ɵq } from './lib/sidebar/app-sidebar-nav.service';
export { AppSidebarNavBadgePipe as ɵbb } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-badge.pipe';
export { AppSidebarNavDividerComponent as ɵs } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-divider.component';
export { AppSidebarNavDropdownComponent as ɵt } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-dropdown.component';
export { AppSidebarNavIconPipe as ɵba } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-icon.pipe';
export { AppSidebarNavItemClassPipe as ɵbd } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-item-class.pipe';
export { AppSidebarNavItemsComponent as ɵp } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-items.component';
export { AppSidebarNavLabelComponent as ɵz } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-label.component';
export { AppSidebarNavLinkComponent as ɵv, AppSidebarNavLinkContentComponent as ɵu } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-link.component';
export { AppSidebarNavLabelComponent as ɵu } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-label.component';
export { AppSidebarNavLinkComponent as ɵw, AppSidebarNavLinkContentComponent as ɵv } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-link.component';
export { AppSidebarNavLinkPipe as ɵbc } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-link.pipe';
export { AppSidebarNavTitleComponent as ɵw } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-title.component';
export { AppSidebarNavTitleComponent as ɵx } from './lib/sidebar/app-sidebar-nav/app-sidebar-nav-title.component';
export { AppSidebarService as ɵk } from './lib/sidebar/app-sidebar.service';
2 changes: 1 addition & 1 deletion dist/@coreui/angular/coreui-angular.metadata.json

Large diffs are not rendered by default.

Loading