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
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
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/
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.

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion dist/@coreui/angular/esm5/lib/aside/app-aside.component.js
11 changes: 10 additions & 1 deletion dist/@coreui/angular/esm5/lib/footer/app-footer.component.js
11 changes: 10 additions & 1 deletion dist/@coreui/angular/esm5/lib/header/app-header.component.js

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion dist/@coreui/angular/esm5/lib/sidebar/app-sidebar.component.js
32 changes: 32 additions & 0 deletions dist/@coreui/angular/fesm2015/coreui-angular.js
2 changes: 1 addition & 1 deletion dist/@coreui/angular/fesm2015/coreui-angular.js.map

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions dist/@coreui/angular/fesm5/coreui-angular.js
2 changes: 1 addition & 1 deletion dist/@coreui/angular/fesm5/coreui-angular.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/@coreui/angular/lib/aside/app-aside.component.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { ElementRef, OnInit } from '@angular/core';
export declare class AppAsideComponent implements OnInit {
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
export declare class AppAsideComponent implements OnInit, OnDestroy {
private el;
display: any;
fixed: boolean;
offCanvas: boolean;
constructor(el: ElementRef);
ngOnInit(): void;
ngOnDestroy(): void;
isFixed(fixed: boolean): void;
isOffCanvas(offCanvas: boolean): void;
displayBreakpoint(display: any): void;
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { ElementRef, OnInit } from '@angular/core';
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
import { AppBreadcrumbService } from './app-breadcrumb.service';
export declare class AppBreadcrumbComponent implements OnInit {
export declare class AppBreadcrumbComponent implements OnInit, OnDestroy {
service: AppBreadcrumbService;
el: ElementRef;
fixed: boolean;
breadcrumbs: any;
constructor(service: AppBreadcrumbService, el: ElementRef);
ngOnInit(): void;
ngOnDestroy(): void;
isFixed(fixed: boolean): void;
}
5 changes: 3 additions & 2 deletions dist/@coreui/angular/lib/footer/app-footer.component.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { ElementRef, OnInit } from '@angular/core';
export declare class AppFooterComponent implements OnInit {
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
export declare class AppFooterComponent implements OnInit, OnDestroy {
private el;
fixed: boolean;
constructor(el: ElementRef);
ngOnInit(): void;
ngOnDestroy(): void;
isFixed(fixed: boolean): void;
}
5 changes: 3 additions & 2 deletions dist/@coreui/angular/lib/header/app-header.component.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ElementRef, OnInit } from '@angular/core';
export declare class AppHeaderComponent implements OnInit {
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
export declare class AppHeaderComponent implements OnInit, OnDestroy {
private el;
fixed: boolean;
navbarBrand: any;
@@ -11,6 +11,7 @@ export declare class AppHeaderComponent implements OnInit {
mobileAsideMenuToggler: any;
constructor(el: ElementRef);
ngOnInit(): void;
ngOnDestroy(): void;
isFixed(fixed: boolean): void;
imgSrc(brand: any): void;
imgWidth(brand: any): void;
5 changes: 3 additions & 2 deletions dist/@coreui/angular/lib/sidebar/app-sidebar.component.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { OnInit } from '@angular/core';
export declare class AppSidebarComponent implements OnInit {
import { OnInit, OnDestroy } from '@angular/core';
export declare class AppSidebarComponent implements OnInit, OnDestroy {
compact: boolean;
display: any;
fixed: boolean;
@@ -8,6 +8,7 @@ export declare class AppSidebarComponent implements OnInit {
true: any;
constructor();
ngOnInit(): void;
ngOnDestroy(): void;
isCompact(compact: boolean): void;
isFixed(fixed: boolean): void;
isMinimized(minimized: boolean): void;
2 changes: 1 addition & 1 deletion dist/@coreui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "2.2.0",
"version": "2.2.1",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Loading