Skip to content

Commit 92067e4

Browse files
committed
chore: Ship v2.7.3
1 parent e4b4477 commit 92067e4

File tree

75 files changed

+8241
-8743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+8241
-8743
lines changed

CHANGELOG.md

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

3+
##### `v2.7.3`
4+
- chore: update to `Angular 9.0.0-rc.9`
5+
- refactor: `@coreui/angular` components library
6+
- tests: fix and add some missing tests
7+
8+
###### dependencies update
9+
- update `@angular/animations` to `~9.0.0-rc.9`
10+
- update `@angular/common` to `~9.0.0-rc.9`
11+
- update `@angular/compiler` to `~9.0.0-rc.9`
12+
- update `@angular/core` to `~9.0.0-rc.9`
13+
- update `@angular/forms` to `~9.0.0-rc.9`
14+
- update `@angular/platform-browser` to `~9.0.0-rc.9`
15+
- update `@angular/platform-browser-dynamic` to `~9.0.0-rc.9`
16+
- update `@angular/router` to `~9.0.0-rc.9`
17+
- update `@angular-devkit/build-angular` to `~0.900.0-rc.9`
18+
- update `@angular-devkit/build-ng-packagr` to `~0.900.0-rc.9`
19+
- update `@angular/cli` to `~9.0.0-rc.9`
20+
- update `@angular/compiler-cli` to `~9.0.0-rc.9`
21+
- update `@angular/language-service` to `~9.0.0-rc.9`
22+
- update `@types/node` to `^12.11.1`
23+
- update `@types/jasmine` to `~3.5.0`
24+
- update `@types/jasminewd2` to `~2.0.3`
25+
- update `codelyzer` to `^5.1.2`
26+
- update `jasmine-core` to `~3.5.0`
27+
- update `jasmine-spec-reporter` to `~4.2.1`
28+
- update `karma` to `~4.3.0`
29+
- update `karma-chrome-launcher` to `~3.1.0`
30+
- update `karma-coverage-istanbul-reporter` to `~2.1.0`
31+
- update `ng-packagr` to `^9.0.0-rc.7`
32+
- update `protractor` to `~5.4.2`
33+
- update `ts-node` to `~8.3.0`
34+
- update `tslint` to `~5.18.0`
35+
336
##### `v2.7.2`
437
- fix(sidebar-nav): AppSidebarNavLabelComponent is not exported in the AppSidebarModule - thanks @zwiras #63
538

CLI.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Angular
2+
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.9.
4+
5+
## Code scaffolding
6+
7+
Run `ng generate component component-name --project angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project angular`.
8+
> Note: Don't forget to add `--project angular` or else it will be added to the default project in your `angular.json` file.
9+
10+
## Build
11+
12+
Run `ng build angular` to build the project. The build artifacts will be stored in the `dist/` directory.
13+
14+
## Publishing
15+
16+
After building your library with `ng build angular`, go to the dist folder `cd dist/angular` and run `npm publish`.
17+
18+
## Running unit tests
19+
20+
Run `ng test angular` to execute the unit tests via [Karma](https://karma-runner.github.io).
21+
22+
## Further help
23+
24+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

README.md

+1-1
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.5-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.9-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

dist/@coreui/angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
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]
8-
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.5-lightgrey.svg?style=flat-square&logo=angular)
8+
[![NPM downloads][npm-coreui-download]][npm-coreui]
9+
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.9-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

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

+39-36
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.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

+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/coreui-angular.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Generated bundle index. Do not edit.
33
*/
4-
export * from './public_api';
4+
export * from './public-api';
55
export { AppBreadcrumbService as ɵj } from './lib/breadcrumb/app-breadcrumb.service';
66
export { AsideToggleDirective as ɵg, BrandMinimizeDirective as ɵf, HtmlAttributesDirective as ɵh, MobileSidebarToggleDirective as ɵd, SidebarMinimizeDirective as ɵc, SidebarOffCanvasCloseDirective as ɵe, SidebarToggleDirective as ɵb } from './lib/shared/layout/layout.directive';
77
export { LayoutModule as ɵa } from './lib/shared/layout/layout.module';

dist/@coreui/angular/coreui-angular.metadata.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)