Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Releases: arkon/ng-sidebar

v4.1.1

13 Apr 22:53
Compare
Choose a tag to compare
  • Fix container not handling initial load properly (#67)

v4.1.0

11 Apr 17:28
Compare
Choose a tag to compare
  • Should be okay with Angular 2.3.0+ now
  • Should handle server side rendering better

v4.0.0

10 Apr 19:51
Compare
Choose a tag to compare

BREAKING CHANGES

  • Requires Angular 4.x!

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

10 Apr 18:51
Compare
Choose a tag to compare
  • Allow SidebarModule to be imported in multiple modules (e.g. feature modules)

v3.5.0

10 Apr 18:50
Compare
Choose a tag to compare

New features

  • Add sidebarContentClass input for container

v3.4.3

31 Mar 15:03
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue in IE where the sidebar would animate in weirdly on page load (#59)

v3.4.2

25 Mar 19:51
Compare
Choose a tag to compare

Bug fixes

  • Fix position value when not initially explicit direction (#58)

v3.4.0

25 Mar 19:51
Compare
Choose a tag to compare

New features

  • Module forRoot function (#35)
  • [autoCollapseWidth] and [autoCollapseHeight] options (#47)

v3.3.1

21 Feb 22:16
Compare
Choose a tag to compare

Bug fixes

  • Fix closeOnClickOutside on iOS (#49)

v3.3.0

15 Feb 17:00
Compare
Choose a tag to compare

New features