1 hours ago
dockview

v6.0.6

What's Changed

Full Changelog: https://github.com/mathuo/dockview/compare/v6.0.5...v6.0.6

2 hours ago
tempo

v1.1.0

   🚀 Features

  • Replace Kickstart callout with FormKit for React announcement  -  by @andrew-boyd (46db3)

   🐞 Bug Fixes

  • Inline DocSearch CSS for production build compatibility  -  by @justin-schroeder (f89f8)
  • Offset() returns NaN for dates with non 4-digit years  -  by @tk1024 (4e944)
  • Prevent mixed-sign diff durations  -  by @justin-schroeder (bd478)
2 hours ago
tailwindcss

v4.3.0

Added

  • Add @container-size utility (#18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#19981, #20019)
  • Add scrollbar-gutter-* utilities (#20018)
  • Add zoom-* utilities (#20020)
  • Add tab-* utilities (#20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#19989)

Fixed

  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#19966)
  • Resolve imports relative to base when result.opts.from is 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], not mt-[-1920px]) (#19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#19918)
  • Allow multiple @utility definitions with the same name but different value types (#19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#20003)
  • Ensure --value(…) is required in functional @utility definitions (#20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#20011)
3 hours ago
vuetify

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.


🔧 Bug Fixes

  • 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-comparator into selection logic (#22841) (d5b4670), closes #22013
3 hours ago
vuetify

v3.12.6

🔧 Bug Fixes

  • 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
6 hours ago
electron

electron v42.0.1

Release Notes for v42.0.1

Fixes

  • 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() returning undefined for executableWillLaunchAtLogin on 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)

Other Changes

  • Updated Chromium to 148.0.7778.97. #51517
6 hours ago
electron

electron v40.10.0

Release Notes for v40.10.0

Fixes

  • Fixed app.getLoginItemSettings() returning undefined for executableWillLaunchAtLogin on macOS; the property is now always a boolean. #51509 (Also in 41, 42)

Other Changes

  • Updated Node.js to v24.15.0. #51087
6 hours ago
electron

electron v41.5.1

Release Notes for v41.5.1

Fixes

  • Fixed app.getLoginItemSettings() returning undefined for executableWillLaunchAtLogin on 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 desktopName is not provided in package.json. #51480 (Also in 42)
8 hours ago
query

Release 2026-05-08 14:26

Release 2026-05-08 14:26

Changes

Features

  • lit query adapter (408289450) by @chughgaurav

Chore

  • 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

Packages

  • @tanstack/lit-query@0.2.0
8 hours ago
react-query

Release 2026-05-08 14:26

Release 2026-05-08 14:26

Changes

Features

  • lit query adapter (408289450) by @chughgaurav

Chore

  • 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

Packages

  • @tanstack/lit-query@0.2.0