This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Releases: arkon/ng-sidebar
Releases · arkon/ng-sidebar
v7.2.0
v7.1.0
v7.0.0
v6.0.4
v6.0.3
v6.0.2
v6.0.0
Breaking changes
- SidebarService has been removed
- Default white background for sidebars was removed to avoid having to use dirty
!important
hacks .ng-sidebar-container--animate
removed in favour of.ng-sidebar__content--animate
[sidebarContentClass]
renamed to[contentClass]
New features
These are also sort of breaking changes...
- 🚨 IMPORTANT 🚨: Page content should be wrapped in a tag with the
ng-sidebar-content
attribute:
<ng-sidebar-container>
<ng-sidebar>
<!-- Your sidebar stuff -->
</ng-sidebar>
<div ng-sidebar-content>
<!-- Your page content -->
</div>
</ng-sidebar-container>
Bug fixes
v5.0.0
Breaking changes
- ViewEncapsulation is no longer
None
but instead the default setting (Emulated
) [trapFocus]
now defaults tofalse
since it would cause issues if there's multiple sidebars opendock
mode removed, because...
New features
[dock]
input added -- now any mode can be docked when closed!
Misc
- Server-side rendering fixes
- Tweaks to how the container's animations are handled in the CSS
Code changes: f04b627...47582a5