Skip to content

Commit

Permalink
Merge pull request #33 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Update log
  • Loading branch information
webdevnerdstuff authored Feb 26, 2024
2 parents 8bf8bc5 + 36ddaf2 commit 81df08c
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
# 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
* Add vitest
* 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
* Updating release version to be more inline with vue/vuetify 3 versions
* 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
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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)

0 comments on commit 81df08c

Please sign in to comment.