Releases: hjl19911127/vue-drawer-layout
Releases · hjl19911127/vue-drawer-layout
v1.1.0
v1.0.0
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
Features
- Use @vue/cli v3 to build lib as the official hopes.
Changes
- Move
supportsPassive
detection into mounted hook to fix nowindow
problem using with Nuxt.
v0.3.2
Changes
Update Dependencies.
v0.3.1
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 todrawer-width
. And its default value is set to the 80% of parent container's width.
v0.2.2
Features
Uglify the dist.
v0.2.1
Features
Add lots of new feature and list in doc.
v0.1.2
Features
First release of vue-drawer-layout