Releases: wes-goulet/side-drawer
Releases · wes-goulet/side-drawer
v4.2.0
- Include custom element manifest in NPM output
- doc: add more comments to element description
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- feat: add
right
attribute to open drawer from right side by @wes-goulet in #66
Full Changelog: v4.0.3...v4.1.0
v4.0.3
Fix issue where .min
and .d.ts
files were not included in npm package.
v4.0.2
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
v3.1.0
feat: add --side-drawer-transition css variable (#30) * Shorten the transition duration to 250ms and expose --side-drawer-transition I changed the transform transition duration to 250ms and switched to ease-out to better match the default drawer open speed on Android. I also removed the delay on the opacity transform and changed to linear. I also exposed the main transition as `--side-drawer-transition` * Bumped package version. Updated README with --side-drawer-transition variable documentation. Reformatted the CSS variable docs to a table. * update lock file * run prettier Co-authored-by: Wes <[email protected]>
v3.0.0
What's Changed
- moved project to be vanilla JS file, no build step
Full Changelog: https://github.com/wes566/side-drawer/commits/v3.0.0