create-rari-app@0.4.25
- bd46fd31 chore(typescript): centralize TypeScript configuration
- 89e6e023 Merge branch 'main' of https://github.com/rari-build/rari into vite-plus
- 51d8f292 feat(rsc): improve component rendering and fix edge cases
- 781b6bd5 chore: migrate from tsdown to vite-plus and consolidate build tooling
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.24...create-rari-app@0.4.25
rari@0.10.18
- 47bc8115 chore(rari): bump binary dependencies to 0.10.18
- 8df1626b feat(rari): extract and track freshness token from RSC payload
- f7aa9472 feat(rari): improve component validation and RSC error tracking
- 929a6e14 feat(rari): add type safety and improve RSC payload ref handling
- 08f92022 feat(rari): refactor RSC payload parsing and freshness tracking
- 0dec67b2 feat(rari): improve stale content handling and navigation state tracking
- bd46fd31 chore(typescript): centralize TypeScript configuration
- f62637ba feat(rari): improve RSC rendering and add CLI utility exports
- c4f7b052 feat(rari): optimize RSC payload ref handling and add CLI integration tests
- 89e6e023 Merge branch 'main' of https://github.com/rari-build/rari into vite-plus
- 9187ec81 feat(rari): improve type safety and refactor async component loading
- 91a8f5a2 feat(rari): improve component rendering and async loading
- 9530d107 feat(rari): improve RSC payload handling and suspense cleanup
- f1b690c3 feat(rari): migrate to vite-plus CLI and improve RSC root call handling
- 3092622f feat(rsc): improve streaming error format and optimize cache invalidation
- c5be36ad feat(rsc): improve error handling, promise cleanup, and component rendering
- 7c83d20d feat(rsc): optimize component rendering with memoized callbacks and lazy content loading
- ca4ee1d9 feat(rsc): improve component rendering stability and HMR cache handling
- 51d8f292 feat(rsc): improve component rendering and fix edge cases
- 781b6bd5 chore: migrate from tsdown to vite-plus and consolidate build tooling
Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.17...rari@0.10.18
v0.10.18
- 3092622f feat(rsc): improve streaming error format and optimize cache invalidation
- c5be36ad feat(rsc): improve error handling, promise cleanup, and component rendering
- 7c83d20d feat(rsc): optimize component rendering with memoized callbacks and lazy content loading
- ca4ee1d9 feat(rsc): improve component rendering stability and HMR cache handling
- 51d8f292 feat(rsc): improve component rendering and fix edge cases
- 781b6bd5 chore: migrate from tsdown to vite-plus and consolidate build tooling
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.17...v0.10.18
create-rari-app@0.4.24
- 5357ffbc chore(deps): update TypeScript native preview and PostHog dependencies
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.23...create-rari-app@0.4.24
rari@0.10.17
- 0c5636ee chore(deps): bump rari binaries to 0.10.17
- 738642d4 feat(rari): remove mount checks and improve use client directive handling
- 70593f77 feat(rari): add lifecycle management to error boundary component
- e56890bc feat(rari): add client directive to error boundary and improve component ID generation
- aa1c9c9a refactor(rari): optimize routing and middleware with extracted utilities
- ba58d873 feat(rari): improve error boundary handling and static file serving
- be3b7601 feat(rari): add error boundary support and expand e2e test coverage
Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.16...rari@0.10.17
8.3.17
This is the last 8.x release. You are welcome to test 9.0 alpha version and provide feedback before its release on March 31.
https://alpha.mantine.dev/changelog/9-0-0/
[@mantine/core]Stepper: Fix Google Translate compatibility issues (#8744)[@mantine/hooks]use-list-state: Add memoization to all handlers (#8739)
shadcn@4.0.7
- #9929
f9b365bc7f9d591c995952976711dbdd7b1bc45aThanks @kapishdima! - add dependency field to registry:font
💎 Version 5.10.4
- CSS variable colors — Pass
'var(--my-color)'directly as a chart color. Swap your entire palette at runtime with a single CSS attribute change. (#5185) Thanks to @codecalm - New locales — Bulgarian (
bg) and Romanian (ro) added. Serbian, Swedish, and Ukrainian locale files were also renamed to their correct ISO codes (sr,sv,uk). (#5186) Thanks to @gabriele-v
- Datetime x-axis ticks — Several edge cases fixed: the first tick was missing when a range started exactly on a minute or second boundary; charts spanning midnight showed wrong dates; short-month rollovers (e.g. Feb 28 → Mar 1) were off by a day.
- Screen reader duplicate label — Charts were announcing their title twice. (#5183)
- Faster updates —
updateOptions()andupdateSeries()no longer rebuild internal modules from scratch on every call, reducing re-render overhead on dashboards with frequent data refreshes. Large datasets also benefit from automatic LTTB downsampling.
v4.12.8
- fix(utils/mime): Normalize input extension to lowercase before MIME check by @TheEssem in https://github.com/honojs/hono/pull/4800
- fix(bearer-auth): escape regex metacharacters in bearer auth prefix option by @otoneko1102 in https://github.com/honojs/hono/pull/4750
- @TheEssem made their first contribution in https://github.com/honojs/hono/pull/4800
Full Changelog: https://github.com/honojs/hono/compare/v4.12.7...v4.12.8