diff --git a/CHANGELOG.md b/CHANGELOG.md index d960caa..45491fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Change Log All notable changes to the "vuetify-resize-drawer" plugin will be documented in this file. +## v3.1.3 +2024-02-26 +[main] (@webdevnerdstuff) +* Fix external rollup config +* Update packages + ## v3.1.2 -01-11-24 +2024-01-11 [main] (@webdevnerdstuff) * Minor style adjustments * Update packages ## v3.1.0 -01-09-24 +2024-01-09 [main] (@webdevnerdstuff) * Fix typescript issues * Reorganizing @@ -16,7 +22,7 @@ All notable changes to the "vuetify-resize-drawer" plugin will be documented in * Update node version to v20.10.0 ## v3.0.0 -11-10-23 +2023-11-10 [main] (@webdevnerdstuff) * Merging in vuetify3-resize-drawer * Changing package to an npm organization package @@ -24,12 +30,12 @@ All notable changes to the "vuetify-resize-drawer" plugin will be documented in * The change from v2.1.1 to v3.0.0 is not a breaking change, only a version change ## v2.1.1 -10-02-2023 +2023-10-02 [main] (@webdevnerdstuff) * Fix build config to exclude Vuetify styles from being included in the build ## v2.1.0 -08-24-2023 +2023-08-24 [main] (@webdevnerdstuff) * Add @container classes to provide Vuetify grid class support for the drawer content, enhancing responsiveness without being constrained by screen size. * Add Grid System section to documentation @@ -48,18 +54,18 @@ All notable changes to the "vuetify-resize-drawer" plugin will be documented in * Update Playground template to include grid drawer for testing ## v2.0.3 -08-01-2023 +2023-08-01 [main] (@webdevnerdstuff) * Add check for fasvg * Add important to fa icon size ## v2.0.2 -06-02-2023 +2023-06-02 [main] (@webdevnerdstuff) * Update to turn off transition duration when resizing ## v2.0.0 -06-02-2023 +2023-06-02 [main] (@webdevnerdstuff) * Update `handleColor` prop to a string from an object. Now accepts various color values (variables, theme color names, color names, hex, rgb, rgba, etc) * Add `maxWidth` and `minWidth` props to allow for a minimum and maximum width for the drawer. @@ -77,17 +83,17 @@ All notable changes to the "vuetify-resize-drawer" plugin will be documented in * Add Developer Playground ## v1.1.2 -July 27, 2023 +2023-07-27 [main] Initial release (WebDevNerdStuff) * Fix: Add missing transform to fix drawer right direction ## v1.1.1 -July 27, 2023 +2023-07-27 [main] Initial release (WebDevNerdStuff) * Fix build missing vuetify imports ## v1.1.0 -July 26, 2023 +2023-07-26 [main] Initial release (WebDevNerdStuff) * Update component to be more like v3 version * Change handle to v-icon @@ -99,5 +105,5 @@ July 26, 2023 * There may be some breaking changes in this release ## v1.0.0 -May 23, 2022 +2022-05-23 [main] Initial release (WebDevNerdStuff)