Skip to content

Commit

Permalink
Merge pull request #97 from coreui/dev-v2.7.3
Browse files Browse the repository at this point in the history
v2.7.3
  • Loading branch information
xidedix authored Jan 17, 2020
2 parents a9cb2e4 + 92067e4 commit 169664c
Show file tree
Hide file tree
Showing 112 changed files with 8,590 additions and 8,955 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Editor configuration, see http://editorconfig.org
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
35 changes: 31 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,46 @@
# Misc
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules
# package-lock.json

# Folders to ignore
node_modules
/coverage
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.7.3`
- chore: update to `Angular 9.0.0-rc.9`
- refactor: `@coreui/angular` components library
- tests: fix and add some missing tests

###### dependencies update
- update `@angular/animations` to `~9.0.0-rc.9`
- update `@angular/common` to `~9.0.0-rc.9`
- update `@angular/compiler` to `~9.0.0-rc.9`
- update `@angular/core` to `~9.0.0-rc.9`
- update `@angular/forms` to `~9.0.0-rc.9`
- update `@angular/platform-browser` to `~9.0.0-rc.9`
- update `@angular/platform-browser-dynamic` to `~9.0.0-rc.9`
- update `@angular/router` to `~9.0.0-rc.9`
- update `@angular-devkit/build-angular` to `~0.900.0-rc.9`
- update `@angular-devkit/build-ng-packagr` to `~0.900.0-rc.9`
- update `@angular/cli` to `~9.0.0-rc.9`
- update `@angular/compiler-cli` to `~9.0.0-rc.9`
- update `@angular/language-service` to `~9.0.0-rc.9`
- update `@types/node` to `^12.11.1`
- update `@types/jasmine` to `~3.5.0`
- update `@types/jasminewd2` to `~2.0.3`
- update `codelyzer` to `^5.1.2`
- update `jasmine-core` to `~3.5.0`
- update `jasmine-spec-reporter` to `~4.2.1`
- update `karma` to `~4.3.0`
- update `karma-chrome-launcher` to `~3.1.0`
- update `karma-coverage-istanbul-reporter` to `~2.1.0`
- update `ng-packagr` to `^9.0.0-rc.7`
- update `protractor` to `~5.4.2`
- update `ts-node` to `~8.3.0`
- update `tslint` to `~5.18.0`

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

Expand Down
24 changes: 24 additions & 0 deletions CLI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Angular

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.9.

## Code scaffolding

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`.
> Note: Don't forget to add `--project angular` or else it will be added to the default project in your `angular.json` file.
## Build

Run `ng build angular` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build angular`, go to the dist folder `cd dist/angular` and run `npm publish`.

## Running unit tests

Run `ng test angular` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

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).
2 changes: 1 addition & 1 deletion 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.5-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.9-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 Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
}
},
"@coreui/angular": {
"projectType": "library",
"root": "projects/coreui/angular",
"sourceRoot": "projects/coreui/angular/src",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
Expand Down
1 change: 1 addition & 0 deletions browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
last 2 versions
Firefox ESR
not dead
IE 10-11
# IE 9-11
4 changes: 2 additions & 2 deletions dist/@coreui/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![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--rc.5-lightgrey.svg?style=flat-square&logo=angular)
[![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)

[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 Down
Loading

0 comments on commit 169664c

Please sign in to comment.