Skip to content
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

v2.3.1 #48

Merged
merged 3 commits into from Feb 5, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.3.1`
- fix: faulty LayoutModule import causes: Unexpected value 'undefined' imported by the module #47
- refactor(appSidebarToggler): inject `ClassToggler` instead of ToggleClasses function

##### `v2.3.0`
- feat(app-header): navbarBrand img use appHtmlAttr instead of attr.*
- refactor: directive appLinkAttributes -> appHtmlAttr, moved to layout
Expand Down
76 changes: 24 additions & 52 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.

15 changes: 7 additions & 8 deletions dist/@coreui/angular/coreui-angular.d.ts
Expand Up @@ -6,14 +6,13 @@ export { AppAsideComponent as ɵj } from './lib/aside/app-aside.component';
export { AppBreadcrumbComponent as ɵk } from './lib/breadcrumb/app-breadcrumb.component';
export { AppBreadcrumbService as ɵl } from './lib/breadcrumb/app-breadcrumb.service';
export { AppFooterComponent as ɵm } from './lib/footer/app-footer.component';
export { AppHeaderComponent as ɵo } from './lib/header/app-header.component';
export { LayoutModule as ɵn } from './lib/shared/layout';
export { AppHeaderComponent as ɵn } from './lib/header/app-header.component';
export { AsideToggleDirective as ɵg, BrandMinimizeDirective as ɵf, HtmlAttributesDirective as ɵh, MobileSidebarToggleDirective as ɵd, SidebarMinimizeDirective as ɵc, SidebarOffCanvasCloseDirective as ɵe, SidebarToggleDirective as ɵb } from './lib/shared/layout/layout.directive';
export { LayoutModule as ɵa } from './lib/shared/layout/layout.module';
export { ClassToggler as ɵi } from './lib/shared/toggle-classes';
export { AppSidebarFooterComponent as ɵp } from './lib/sidebar/app-sidebar-footer.component';
export { AppSidebarFormComponent as ɵq } from './lib/sidebar/app-sidebar-form.component';
export { AppSidebarHeaderComponent as ɵr } from './lib/sidebar/app-sidebar-header.component';
export { AppSidebarMinimizerComponent as ɵs } from './lib/sidebar/app-sidebar-minimizer.component';
export { AppSidebarNavComponent as ɵw, AppSidebarNavDropdownComponent as ɵz, AppSidebarNavItemComponent as ɵx, AppSidebarNavLinkComponent as ɵy, AppSidebarNavTitleComponent as ɵba, NavDropdownDirective as ɵu, NavDropdownToggleDirective as ɵv } from './lib/sidebar/app-sidebar-nav.component';
export { AppSidebarComponent as ɵt } from './lib/sidebar/app-sidebar.component';
export { AppSidebarFooterComponent as ɵo } from './lib/sidebar/app-sidebar-footer.component';
export { AppSidebarFormComponent as ɵp } from './lib/sidebar/app-sidebar-form.component';
export { AppSidebarHeaderComponent as ɵq } from './lib/sidebar/app-sidebar-header.component';
export { AppSidebarMinimizerComponent as ɵr } from './lib/sidebar/app-sidebar-minimizer.component';
export { AppSidebarNavComponent as ɵv, AppSidebarNavDropdownComponent as ɵy, AppSidebarNavItemComponent as ɵw, AppSidebarNavLinkComponent as ɵx, AppSidebarNavTitleComponent as ɵz, NavDropdownDirective as ɵt, NavDropdownToggleDirective as ɵu } from './lib/sidebar/app-sidebar-nav.component';
export { AppSidebarComponent as ɵs } from './lib/sidebar/app-sidebar.component';
2 changes: 1 addition & 1 deletion dist/@coreui/angular/coreui-angular.metadata.json

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions dist/@coreui/angular/esm2015/coreui-angular.js

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