v16.3.0-canary.17
- Stabilize
unstable_io: #93621 - Use Next.js version as Turbopack persistent cache versioning key: #93605
- feat(turbopack): add chunkLoadingGlobal config option: #93488
- fix(devtools): render nested error messages with HotlinkedText: #93620
- Fix: Improved rewrite detection during optimistic routing: #93619
- Fix "type: module" in project dir when using standalone or adapters: #93612
- Instant Insights: favor reported errors over missing slots: #93709
- Trace-server: Fix bottom up, and reduce allocations in turbopack-trace-server bottom-up grouping: #93460
- turbopack: reschedule stale tasks with correct invalidation priority: #92897
- [ci] Also pin first-party GH actions: #93609
- Remove ineffective turbo-tasks: #91341
Huge thanks to @gnoff, @sokra, @tim123abc, @aurorascharff, @acdlite, @timneutkens, @bgw, and @lukesandberg for helping!
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