Skip to content

v2.2.1 #34

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 4 commits into from
Dec 5, 2018
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Misc
package-lock.json
# package-lock.json

# Folders to ignore
node_modules
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.2.1`
- fix: remove `-fixed` class on layout components destroy
- chore: commit `package-lock.json`
- chore: add [README](./projects/coreui/angular/README.md)
- update: `core-js` to `2.6.0`
- update: `@angular-devkit/build-angular` to `0.11.1`
- update: `@angular-devkit/build-ng-packagr` to `0.11.1`
- update: `@angular/cli` to `7.1.1`
- update: `@types/jasmine` to `3.3.1`
- update: `@types/node` to `10.12.12`

##### `v2.2.0`
- chore: build with Angular 7
- chore: update Angular to `^7.1.0` see: https://update.angular.io/
Expand Down
31 changes: 31 additions & 0 deletions dist/@coreui/angular/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# [@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/coreui-angular)
[![Npm badge](https://img.shields.io/npm/v/@coreui/angular.svg)][npm]
[![NPM downloads][npm-download]][npm]
[![@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-^7.1.1-lightgrey.svg?style=flat-square)

[npm]: https://www.npmjs.com/package/@coreui/angular
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?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

> [@coreui/angular](https://coreui.io/angular) `v2` library project
> for use with [CoreUI](https://coreui.io/angular/) `v2` Bootstrap Admin Template

## Installation
```
npm install @coreui/angular
```

## Changelog

See the GitHub [release history](https://github.com/coreui/coreui-angular/releases).

## Contributing

See [CONTRIBUTING.md](https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md).
47 changes: 47 additions & 0 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.

2 changes: 1 addition & 1 deletion dist/@coreui/angular/coreui-angular.metadata.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading