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
v1.2.0
v1.0.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
Breaking Changes
pullRight
has been removed in favour ofposition
(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
v0.3.0
Breaking Changes
- You'll need to explicitly import it now:
import { Sidebar } from 'ng2-sidebar';
sidebarClassName
renamed tosidebarClass
overlayClassName
renamed tooverlayClass
New Features
- Default styles (that aren't for functional purposes) are now opt-in with the
defaultStyles
input (defaults tofalse
) - Sidebar now has an
aria-hidden
attribute on it - Sidebar can have an
aria-label
attribute with the newariaLabel
input - Keyboard focus is now trapped to within the sidebar when it's open