Skip to content

Releases: officert/vue-slideout-panel

v1.0.8

06 Nov 00:46
Compare
Choose a tag to compare

Fix class bug
Fix Vue install bug

v1.0.6

06 Nov 00:41
Compare
Choose a tag to compare
fix class bug

V1.0.5

22 Oct 16:59
Compare
Choose a tag to compare

Fix support for hideBg option

V1.0.3

27 Sep 20:14
Compare
Choose a tag to compare

Fix inline component support : #20

V1.0.0 - Major Release with breaking changes

19 Sep 14:37
Compare
Choose a tag to compare

This release adds support for Vue's <keep-alive> (https://vuejs.org/v2/guide/components-dynamic-async.html#keep-alive-with-Dynamic-Components).

Breaking Changes

vueSlideoutPanelService.show() no longer returns a Promise object. Instead it returns an instance of PanelResult which is an object that looks like this:

{
  show(), //function to show the same panel again
  hide(), //function hide the panel
  promise //`Promise` object
}

0.13.0

22 Aug 13:02
Compare
Choose a tag to compare

Add support for disabling background click to close panels.

0.12.0

13 Aug 13:01
Compare
Choose a tag to compare

Move promise-polyfill to dependencies

0.11.1

13 Aug 12:56
Compare
Choose a tag to compare

Minor release, cleanup console logs

0.11.0

10 Aug 19:26
8d778d4
Compare
Choose a tag to compare

Fix IE bug with using forEach
thanks @farpetrad

0.10.0

18 Jul 16:40
Compare
Choose a tag to compare

Add support for a hideBg option.