4 hours ago
react-easy-crop

v6.2.2

🐛 Bug Fix

Authors: 1

5 hours ago
react-easy-crop

v6.2.1

🐛 Bug Fix

Authors: 1

5 hours ago
ui

@shadcn/react@0.2.1

Patch Changes

  • #11106 f6a26478547c7057aeda82516666dc3473dc39bd Thanks @shadcn! - Fix MessageScroller autoScroll around anchored turns: the anchor hold now hands off to follow-output once the streamed reply fills the viewport, content growth outrunning the frame-coalesced resize handler no longer releases follow-output, and the scroll button no longer flickers while follow-output closes the gap a streamed chunk just opened.

  • #11100 dd6ce77cf1606eee2839368a97cc35417f763232 Thanks @shadcn! - Fix MessageScroller abandoning a newly appended scrollAnchor placement when autoScroll is enabled, so the anchored turn holds at the reading line while the reply streams.

  • #11085 628e427231ca4bb7f586a69f99fe7809749a53e2 Thanks @devnomic! - Fix MessageScroller firing "ResizeObserver loop completed with undelivered notifications" during streamed content growth by coalescing ResizeObserver callbacks into requestAnimationFrame.

10 hours ago
react-fontawesome

v3.4.0

3.4.0 (2026-07-08)

Features

  • Support for new animations introduced in FontAwesome v7.3.0 (#651)

Chores

Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/v3.3.1...v3.4.0

13 hours ago
next.js

v16.3.0-canary.80

Misc Changes

  • Turbopack: add more context to persistence file errors: #95318
  • [ci] Split up large cache-components-dev-warmup test suite: #95553
  • Cancel a superseded Server Components HMR refresh's server-side work: #95486
  • test: Fix immutable static asset deployment tests: #95550
  • [ci] Migrate webpack tests back to arm runners: #95549
  • docs: Fix testing-adapters variable name: #95575
  • test: Use Turbopack for 'Test new and changed tests when deployed': #95552
  • test: Disable service worker deploy tests for now: #95570
  • Fix/next info experimental analyze with graph css chunking: #95542
  • ci: Bump withgraphite/graphite-ci-action: #95562
  • Run instrumentation for Node.js Middleware without Adapter: #95547
  • Propagate maxDuration to edge adapter outputs: #95118
  • [ci] Skip apt-installed dependencies in playwright install step: #95535
  • test: Fix service worker error test: #95548
  • Upgrade to swc 72 and rust-react-compiler: #95536
  • [skills] Update gh-stack skill: #95541
  • docs: updates to Cache Components Caching: #95452

Credits

Huge thanks to @lukesandberg, @bgw, @unstubbable, @mischnic, @icyJoseph, @timneutkens, and @sampoder for helping!

20 hours ago
swiper

v14.0.2

Bug Fixes

  • build: spawn npx via shell on Windows in emit-types (494f7b1), closes #8197
  • pagination: divide fraction/progressbar total by grid rows (edfbfa5)
  • react: bind Thumbs tap handler when thumbs swiper is set after init (4fb72b9), closes #8198
21 hours ago
electron

electron v42.6.1

Release Notes for v42.6.1

Fixes

  • Fixed crash triggered by replacing an open application menu. #52275 (Also in 41, 43, 44)
21 hours ago
electron

electron v43.1.0

Release Notes for v43.1.0

Fixes

  • Fixed crash triggered by replacing an open application menu. #52276 (Also in 41, 42, 44)

Other Changes

  • Updated Chromium to 150.0.7871.47. #52235
  • Updated Node.js to v24.18.0. #52106
21 hours ago
electron

electron v41.10.1

Release Notes for v41.10.1

Fixes

  • Fixed crash triggered by replacing an open application menu. #52278 (Also in 42, 43, 44)
21 hours ago
vuetify

v4.1.4

[!IMPORTANT] 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

Even if you look with optimism into the future (despite the sad economic reality), it is not responsible to keep your largest open source dependency in this poor financial state. Vuetify is on the borrowed time - if anything happens to maintainers primary employment, they are more likely to drop off.

Every contribution helps us keep Vuetify alive and signals to maintainers that their effort is appreciated.

Thank you.


🔧 Bug Fixes

  • date: correct locale on StringDateAdapter (83ed8d4)
  • theme: provideTheme current should use computedThemes (#22987) (998fe6a), closes #22986
  • VDateInput: do not fill range on blur (b7569fe), closes #22984
  • VMenu: correct close cascade for nested menus (5902e09), closes #20003 #21606 #22227
  • VMenu: correct click-outside detection when content resizes (007f546), closes #22488
  • VNumberInput: accept non-ASCII minus sign (6063d7a), closes #22988
  • VNumberInput: keep all decimals when precision is null (87b0e57), closes #22990