Releases: arkon/ng-sidebar
Releases · arkon/ng-sidebar
v4.1.1
- Fix container not handling initial load properly (#67)
v4.1.0
- Should be okay with Angular 2.3.0+ now
- Should handle server side rendering better
v4.0.0
BREAKING CHANGES
New features
- Animates the content when pushed (#65)
- New
slide
mode (simply slides over the page contents, cutting it off; push
mode causes the page contents to reflow) (#60)
- Add
sidebar.triggerRerender()
to manually re-render a container (#55)
v3.6.0
- Allow SidebarModule to be imported in multiple modules (e.g. feature modules)
v3.5.0
New features
- Add
sidebarContentClass
input for container
v3.4.3
Bug fixes
- Fix an issue in IE where the sidebar would animate in weirdly on page load (#59)
v3.4.2
Bug fixes
- Fix position value when not initially explicit direction (#58)
v3.4.0
New features
- Module
forRoot
function (#35)
[autoCollapseWidth]
and [autoCollapseHeight]
options (#47)
v3.3.1
Bug fixes
- Fix
closeOnClickOutside
on iOS (#49)