0.6.1 (2023-01-15)
Features
- _offcanvas.scss: add custom scss (96da79f)
- BOffcanvas: add id prop (234ab31)
- BOffcanvas: add lazy prop for lazy loading functionality (234ab31)
- BOffcanvas: add noCloseOnBackdrop prop (234ab31)
- BOffcanvas: add noCloseOnEsc prop (234ab31)
- BOffcanvas: add noFocus prop (234ab31)
- BOffcanvas: add prop backdropVariant (177261c)
- BOffcanvas: add prop responsive (177261c)
- BOffcanvas: add prop static to prevent teleporting (234ab31)
- BOffcanvas: create preventable closing on component (234ab31)
- BOffcanvas: expose a preventable Event when emitting show/shown/hide/hidden etc (234ab31)
- BOffcanvas: revert responsive prop as it's not functional (c549633)
- BOffcanvas: teleport to body by default (234ab31)
- BOverlay: add noSpinner prop to remove the default spinner (a98f9d0)
Bug Fixes
- BOffcanvas: add aria-modal="true" (177261c)
- BOffcanvas: add role="dialog" (177261c)
- BOffcanvas: fix transition states (234ab31)
- BOffcanvas: remove spinner when opened (e618207)
- BOffcanvas: strongly type offcanvas placement (a25d0c6)
- BOverlay: accidentally leaving out toRef (d4ca177)
- BOverlay: invert no-spinner prop (964066f)