3 hours ago
react-router
4 hours ago
react-codemirror

v4.25.11

Buy me a coffee

Documentation v4.25.11: https://raw.githack.com/uiwjs/react-codemirror/22c79da/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.10...v4.25.11

npm i @uiw/react-codemirror@4.25.11
  • 📖 doc: Update README.md 0b71006 @jaywcjlove
  • 📖 doc: Update README.md e275fb6 @jaywcjlove
  • 🐞 fix: prevent memory leak on default theme recreation (#769) bc982aa @zukmkv
4 hours ago
astro

@astrojs/cloudflare@14.1.2

Patch Changes

  • #17323 4298883 Thanks @ematipico! - Fixes build-time image optimization ignoring a custom image service registered by an integration

    Previously, when using imageService: 'compile' or imageService: 'custom', a custom image service was only respected if it was set directly in the image.service option of astro.config. If an integration registered the service instead, images were silently optimized with the default Sharp service at build time. A custom image service now transforms your images at build time no matter how it was configured.

  • #17323 4298883 Thanks @ematipico! - Prebundles astro/components and the <ClientRouter /> transition runtime modules in the dev server environment so pages using them no longer trigger a mid-session dep optimizer reload, which caused React "Invalid hook call" errors in islands on the first request after a cold cache

  • #17323 4298883 Thanks @ematipico! - Fixes an issue where vars weren't available at build time. Now the adapter loads vars from the Wrangler config so astro:env public variables resolve at build time

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3
4 hours ago
astro

astro@7.0.7

Patch Changes

  • #17318 23a4120 Thanks @astrobot-houston! - Fixes CSS module scoped-name hash mismatch in astro dev when using vite.css.transformer: 'lightningcss' with content collections. Previously, a component importing a CSS module and rendered via content collection render() would get different class name hashes in the element and the injected <style> tag, causing styles not to apply.

  • #17323 4298883 Thanks @ematipico! - Fixes a dev server memory leak which caused Node.js to emit warnings in the console.

  • #17323 4298883 Thanks @ematipico! - Fixes a dev server crash when a .html or /index.html suffixed request (such as those netlify dev probes as pretty-URL fallbacks) matched a dynamic endpoint route, causing a TypeError: Missing parameter error

  • #17325 cebc404 Thanks @astrobot-houston! - Fixes a bug where CSS @import rules could end up mid-stylesheet after inline CSS chunks were merged during build, causing browsers to silently ignore them

  • #17323 4298883 Thanks @ematipico! - Fixes a build regression that could leave unresolved preload markers in inlined scripts with external dynamic imports

  • Updated dependencies [4298883, 4298883]:

    • @astrojs/telemetry@3.3.3
4 hours ago
astro

@astrojs/telemetry@3.3.3

Patch Changes

12 hours ago
react-easy-crop

v6.2.2

🐛 Bug Fix

Authors: 1

12 hours ago
react-easy-crop

v6.2.1

🐛 Bug Fix

Authors: 1

12 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.

17 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

21 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!