v6.0.6
- fix(dockview-core): guard Tabs.delete when tabToRemove is undefined by @mathuo in https://github.com/mathuo/dockview/pull/1239
- fix: clear destination gap margin on cross-group chip drop (#1243) by @mathuo in https://github.com/mathuo/dockview/pull/1247
- fix(dockview-core): allow tab group chip drop on own group's edge (#1… by @mathuo in https://github.com/mathuo/dockview/pull/1248
- fix(dockview-core): preserve tab groups when dragging a group via its… by @mathuo in https://github.com/mathuo/dockview/pull/1249
- fix: edge group collapse/expand button stuck after two clicks (#1241) by @mathuo in https://github.com/mathuo/dockview/pull/1250
Full Changelog: https://github.com/mathuo/dockview/compare/v6.0.5...v6.0.6
v4.3.0
- Add
@container-sizeutility (#18901) - Add
scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019) - Add
scrollbar-gutter-*utilities (#20018) - Add
zoom-*utilities (#20020) - Add
tab-*utilities (#20022) - Allow using
@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996) - Allow using
@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996) - Support
--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)
- Ensure
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949) - Fix relative
@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965) - Ensure CSS files containing
@variantare processed by@tailwindcss/vite(#19966) - Resolve imports relative to
basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980) - Canonicalization: preserve significant
_whitespace in arbitrary values (#19986) - Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g.
w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986) - Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g.
-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988) - Canonicalization: migrate arbitrary
:has()variants from[&:has(…)]tohas-[…](#19991) - Upgrade: don’t migrate inline
styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918) - Allow multiple
@utilitydefinitions with the same name but different value types (#19777) - Export missing
PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707) - Ensure
startandendlegacy utilities without values do not generate CSS (#20003) - Ensure
--value(…)is required in functional@utilitydefinitions (#20005) - Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g.
-left-[(var(--a)+var(--b))]) (#20011)
v4.0.7
[!CAUTION] Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.
If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.
Sponsor via Open Collective | Sponsor via GitHub
What happens when you open source project depends on unpaid labor:
- releases appear less frequently
- hard bugs get sidelined because nobody can afford the time to fix them
- maintainers burn out from juggling day jobs with the framework you depend on
- roadmap targets are moved
Every contribution helps us keep Vuetify alive and ship exciting new features.
Thank you.
- VAlert: border opacity should win over theme variables (#22832) (d355443)
- VBtnToggle: correct background when active (79a3a8c), closes #22004
- VField: correct baseline alignment (#22812) (14fd872), closes #22648
- VList: invisibly focus first element after open (d153a6e), closes #22783
- VProgressLinear: correct calculation for filled chunks (642a27b), closes #22818
- VSelects: merge menuProps.contentClass (6749424), closes #22822
- VTreeview,VList: wire
value-comparatorinto selection logic (#22841) (d5b4670), closes #22013
v3.12.6
- types: support noUncheckedSideEffectImports (1300d9e), closes #22766
- VList: invisibly focus first element after open (a037673), closes #22783
- VOtpInput: remove semicolon from sass file (816cfa4), closes #22798
- VProgressLinear: correct calculation for filled chunks (2995c6f), closes #22818
- VSelects: merge menuProps.contentClass (8cffe1b), closes #22822
- fix(VColorPicker, VCalendar, ripple) support CSS zoom (#22774) (ca02f8b), closes #22761
electron v42.0.1
- Fixed DesktopCapturer crash on macOS. #51506
- Fixed ELECTRON_INSTALL_PLATFORM being ignored when resolving the Electron executable path during postinstall, which caused path.txt to be written for the host platform instead of the requested target and made isInstalled() always re-download on subsequent installs. #51370
- Fixed
app.getLoginItemSettings()returningundefinedforexecutableWillLaunchAtLoginon macOS; the property is now always a boolean. #51507 (Also in 40, 41) - Fixed a potential race condition crash when closing DevTools. #51473 (Also in 41)
- Updated Chromium to 148.0.7778.97. #51517
electron v41.5.1
- Fixed
app.getLoginItemSettings()returningundefinedforexecutableWillLaunchAtLoginon macOS; the property is now always a boolean. #51508 (Also in 40, 42) - Fixed a potential race condition crash when closing DevTools. #51474 (Also in 42)
- Fixed cross-origin isolation failing for non-file origins. #51403 (Also in 42)
- Improved the way Electron determines the default XDG App ID and WM_CLASS on Linux for better platform compatibility if
desktopNameis not provided inpackage.json. #51480 (Also in 42)
Release 2026-05-08 14:26
Release 2026-05-08 14:26
- lit query adapter (408289450) by @chughgaurav
- vue-query-devtools: set up vitest environment with production fallback test (#10629) (c8e1bde57) by @sukvvon
- tsconfig.json: narrow 'include' pattern to prevent TS6053 race conditions from tsup bundled config files (#10522) (74fa05eb1) by @sukvvon
- @tanstack/lit-query@0.2.0
Release 2026-05-08 14:26
Release 2026-05-08 14:26
- lit query adapter (408289450) by @chughgaurav
- vue-query-devtools: set up vitest environment with production fallback test (#10629) (c8e1bde57) by @sukvvon
- tsconfig.json: narrow 'include' pattern to prevent TS6053 race conditions from tsup bundled config files (#10522) (74fa05eb1) by @sukvvon
- @tanstack/lit-query@0.2.0