Skip to content

Commit 031e508

Browse files
authored
Merge pull request #34 from coreui/dev-vnext
v2.2.1
2 parents d1694f2 + 5b52608 commit 031e508

Some content is hidden

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

43 files changed

+12284
-75
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Misc
2-
package-lock.json
2+
# package-lock.json
33

44
# Folders to ignore
55
node_modules

CHANGELOG.md

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

3+
##### `v2.2.1`
4+
- fix: remove `-fixed` class on layout components destroy
5+
- chore: commit `package-lock.json`
6+
- chore: add [README](./projects/coreui/angular/README.md)
7+
- update: `core-js` to `2.6.0`
8+
- update: `@angular-devkit/build-angular` to `0.11.1`
9+
- update: `@angular-devkit/build-ng-packagr` to `0.11.1`
10+
- update: `@angular/cli` to `7.1.1`
11+
- update: `@types/jasmine` to `3.3.1`
12+
- update: `@types/node` to `10.12.12`
13+
314
##### `v2.2.0`
415
- chore: build with Angular 7
516
- chore: update Angular to `^7.1.0` see: https://update.angular.io/

dist/@coreui/angular/README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# [@coreui/angular](https://coreui.io/angular)
2+
3+
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui-angular)
4+
[![Npm badge](https://img.shields.io/npm/v/@coreui/angular.svg)][npm]
5+
[![NPM downloads][npm-download]][npm]
6+
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
7+
[![npm package][npm-coreui-badge]][npm-coreui]
8+
[![NPM downloads][npm-coreui-download]][npm-coreui]
9+
![angular](https://img.shields.io/badge/angular-^7.1.1-lightgrey.svg?style=flat-square)
10+
11+
[npm]: https://www.npmjs.com/package/@coreui/angular
12+
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
13+
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
14+
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
15+
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
16+
17+
> [@coreui/angular](https://coreui.io/angular) `v2` library project
18+
> for use with [CoreUI](https://coreui.io/angular/) `v2` Bootstrap Admin Template
19+
20+
## Installation
21+
```
22+
npm install @coreui/angular
23+
```
24+
25+
## Changelog
26+
27+
See the GitHub [release history](https://github.com/coreui/coreui-angular/releases).
28+
29+
## Contributing
30+
31+
See [CONTRIBUTING.md](https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md).

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

+47
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.metadata.json

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

dist/@coreui/angular/esm2015/lib/aside/app-aside.component.js

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/breadcrumb/app-breadcrumb.component.js

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)