Skip to content

Releases: hjl19911127/vue-drawer-layout

v1.1.0

30 Apr 07:02
Compare
Choose a tag to compare

Bug Fixes

  • Make props changeable in events callbacks.

v1.0.0

07 Mar 07:33
Compare
Choose a tag to compare

Features

  • Added unit test and make coverage to 94%
  • Integrate with travis-ci

Bug Fixes

  • Fix the click events in drawer cannot correctly fire.
  • Add transition detection to avoid making wrong state in lower version browser.

v0.3.5

04 Mar 15:57
Compare
Choose a tag to compare

Features

  • Use @vue/cli v3 to build lib as the official hopes.

Changes

  • Move supportsPassive detection into mounted hook to fix no window problem using with Nuxt.

v0.3.2

14 May 11:31
Compare
Choose a tag to compare

Changes

Update Dependencies.

v0.3.1

06 Mar 18:19
Compare
Choose a tag to compare

Features

  • Add new prop reverse:true to set drawer slide out from right.
  • Slide Events is bind in its parent container, not document.

Changes

  • Prop width changes to drawer-width. And its default value is set to the 80% of parent container's width.

v0.2.2

15 Dec 08:55
Compare
Choose a tag to compare

Features

Uglify the dist.

v0.2.1

14 Dec 11:23
Compare
Choose a tag to compare

Features

Add lots of new feature and list in doc.

v0.1.2

10 Dec 15:28
Compare
Choose a tag to compare

Features

First release of vue-drawer-layout