Skip to content

Commit 169664c

Browse files
authored
Merge pull request #97 from coreui/dev-v2.7.3
v2.7.3
2 parents a9cb2e4 + 92067e4 commit 169664c

File tree

112 files changed

+8590
-8955
lines changed

Some content is hidden

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

112 files changed

+8590
-8955
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Editor configuration, see http://editorconfig.org
1+
# Editor configuration, see https://editorconfig.org
22
root = true
33

44
[*]
55
charset = utf-8
66
end_of_line = lf
7-
indent_size = 2
87
indent_style = space
8+
indent_size = 2
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111

.gitignore

+31-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,46 @@
1-
# Misc
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
# Only exists if Bazel was run
8+
/bazel-out
9+
10+
# dependencies
11+
/node_modules
212
# package-lock.json
313

4-
# Folders to ignore
5-
node_modules
6-
/coverage
14+
# profiling files
15+
chrome-profiler-events*.json
16+
speed-measure-plugin*.json
717

818
# IDEs and editors
919
/.idea
20+
.project
21+
.classpath
22+
.c9/
23+
*.launch
24+
.settings/
25+
*.sublime-workspace
1026

1127
# IDE - VSCode
1228
.vscode/*
1329
!.vscode/settings.json
1430
!.vscode/tasks.json
1531
!.vscode/launch.json
1632
!.vscode/extensions.json
33+
.history/*
34+
35+
# misc
36+
/.sass-cache
37+
/connect.lock
38+
/coverage
39+
/libpeerconnection.log
40+
npm-debug.log
41+
yarn-error.log
42+
testem.log
43+
/typings
1744

1845
# System Files
1946
.DS_Store

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

angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
}
126126
},
127127
"@coreui/angular": {
128+
"projectType": "library",
128129
"root": "projects/coreui/angular",
129130
"sourceRoot": "projects/coreui/angular/src",
130-
"projectType": "library",
131131
"prefix": "lib",
132132
"architect": {
133133
"build": {

browserslist

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
last 2 versions
77
Firefox ESR
88
not dead
9+
IE 10-11
910
# IE 9-11

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

0 commit comments

Comments
 (0)