v6.2.2
- Update workflow actions to Node 24 #661 (@ValentinH)
- Fix docs workflow dependency install #660 (@ValentinH)
- Valentin Hervieu (@ValentinH)
v6.2.1
- Add docs deployment workflow #659 (@ValentinH)
- Fix flaky resize debounce test #658 (@ValentinH)
- Valentin Hervieu (@ValentinH)
@shadcn/react@0.2.1
-
#11106
f6a26478547c7057aeda82516666dc3473dc39bdThanks @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
dd6ce77cf1606eee2839368a97cc35417f763232Thanks @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
628e427231ca4bb7f586a69f99fe7809749a53e2Thanks @devnomic! - Fix MessageScroller firing "ResizeObserver loop completed with undelivered notifications" during streamed content growth by coalescing ResizeObserver callbacks into requestAnimationFrame.
v3.4.0
3.4.0 (2026-07-08)
- Support for new animations introduced in FontAwesome v7.3.0 (#651)
- deps: bump fast-uri from 3.1.0 to 3.1.2 (https://github.com/FortAwesome/react-fontawesome/commit/a193c1180b7165dbcf99640ddbdfa00591ebcfdb)
- deps-dev: bump dev dependencies to use FA 7.3.0 (https://github.com/FortAwesome/react-fontawesome/commit/cc540d8094760e2b5d6f326c6b5b97ac14d94c62)
Full Changelog: https://github.com/FortAwesome/react-fontawesome/compare/v3.3.1...v3.4.0
v16.3.0-canary.80
- 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
Huge thanks to @lukesandberg, @bgw, @unstubbable, @mischnic, @icyJoseph, @timneutkens, and @sampoder for helping!
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.
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.
- 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