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

Releases: arkon/ng-sidebar

v1.2.0

23 Sep 17:39
Compare
Choose a tag to compare

Bug fixes

  • Fix sidebar contents not being focusable

v1.0.0

15 Sep 15:41
Compare
Choose a tag to compare

v1.0.0 release now that Angular 2 is finalized!

v0.9.0

12 Sep 21:41
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

New Features

  • Optional animations

v0.8.0

02 Sep 17:31
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Now using Angular's animations system!

v0.7.0

14 Aug 15:02
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

New Features

  • Added SidebarModule for Angular 2 RC5+

v0.6.0

09 Aug 19:56
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

New Features

  • Sidebar contents are unfocusable when closed

v0.5.0

07 Aug 14:15
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Breaking Changes

  • pullRight has been removed in favour of position (see below)

New Features

  • Added ability to dock to top/bottom as well. Use the SIDEBAR_POSITIONS const, or enter 'left', 'right', 'top', or 'bottom' for the new [position] input.

v0.4.0

26 Jul 00:04
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

New Features

  • Added closeSidebar directive.
  • Added SIDEBAR_DIRECTIVES export for easily importing both Sidebar and closeSidebar

v0.3.0

24 Jul 16:06
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Breaking Changes

  • You'll need to explicitly import it now:
import { Sidebar } from 'ng2-sidebar';
  • sidebarClassName renamed to sidebarClass
  • overlayClassName renamed to overlayClass

New Features

  • Default styles (that aren't for functional purposes) are now opt-in with the defaultStyles input (defaults to false)
  • Sidebar now has an aria-hidden attribute on it
  • Sidebar can have an aria-label attribute with the new ariaLabel input
  • Keyboard focus is now trapped to within the sidebar when it's open

v0.2.0

13 Jul 23:46
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Add overlay.