47 minutes ago
next.js

v16.2.0-canary.53

Core Changes

  • Fix OTEL propagation and add direct entrypoint e2e coverage: #90181
  • Use cookie as sole protocol for instant navigation testing: #89871
  • Simplify metadata tag rendering to flat imperative style: #90209
  • Prevent unhandled rejection filter from being bundled into the server runtime: #90205
  • [Instant] speed up test instant-validation suite: #90214

Misc Changes

  • [turbopack] Add a simple tool to inspect serialized SST files and report on their contents: #89310
  • Upgrade React from 4842fbea-20260217 to 2ba30655-20260219: #90211

Credits

Huge thanks to @ijjk, @lukesandberg, @eps1lon, @acdlite, @gnoff, and @lubieowoce for helping!

7 hours ago
broad-infinite-list

v1.3.0

What's Changed?

  • Feat(React/Vue): Support new props: containerAs / as / itemAs / itemClassName / itemStyle
  • Feat(ReactNative): Add ScrollViewProps support
  • Feat(All): add getTopDistance() => number and getBottomDistance() => number to ref
  • Feat(React/Vue): add headerSlot and footerSlot for table usecase

Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.3...v1.3.0

7 hours ago
fast-xml-parser

CJS typing fix

What's Changed

New Contributors

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7

8 hours ago
rari
8 hours ago
rari

rari@0.10.1

What's Changed

  • bca163dd chore(deps): bump rari-binaries to 0.10.1
  • 2ecc081e feat(rsc-client-runtime): improve server URL resolution and add response validation
  • cebaac5d style(rsc-client-runtime): improve code formatting and extract server URL resolution
  • 7e2c6127 fix(rsc): improve response validation logic in HMR reload handler
  • ddc957c8 feat(hmr): improve error handling and response parsing in HMR runtime
  • eeabe775 feat(hmr): improve server URL resolution and add type safety
  • e5685fd1 feat(hmr): improve error handling and promise cleanup in HMR and RSC runtime
  • 59385a4b feat(rsc): implement promise caching and improve lazy component resolution
  • 3e9359a9 feat(rsc): add promise caching and improve lazy component resolution for HMR
  • 06e3a28a feat(caching): consolidate cache control configuration into server config

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.0...rari@0.10.1

9 hours ago
rari

v0.10.1

What's Changed

  • a7ec8c7f feat(rsc-layout): improve promise caching with unique identifiers
  • 6252f2b5 feat(rsc-layout): add cache clearing on layout render
  • eb6c039c feat(metadata-injection): add default charset and viewport meta tags
  • e5685fd1 feat(hmr): improve error handling and promise cleanup in HMR and RSC runtime
  • 59385a4b feat(rsc): implement promise caching and improve lazy component resolution
  • 3e9359a9 feat(rsc): add promise caching and improve lazy component resolution for HMR
  • 8653482e fix(server): improve path pattern matching and add configurable base path support
  • 1d1763fc fix(server): improve cache-control validation error messages and add type checking
  • 8be4b9e4 fix(server): validate cache-control header values during config parsing
  • 06e3a28a feat(caching): consolidate cache control configuration into server config
  • 9ee6af16 chore(deps): update Cargo.lock dependencies

Full Changelog: https://github.com/rari-build/rari/compare/v0.10.0...v0.10.1

10 hours ago
vuetify

v3.12.0

🚀 Features

🔧 Bug Fixes

  • router: ensure reactivity for dynamic to prop in useLink (e9e8123)
  • styles: skip VRow/VCol styles when using only VContainer or VSpacer (f899803)
  • transitions: avoid collapsing width with default expand transition (1ce59af), closes #22570
  • v-intersect: skip re-mount if intersection fired with once (23603a5), closes #22556
  • v-intersect: re-mount on prop updates (#22556) (6262290), closes #22554
  • VTreeview, VList: reworked indentation and spacing in trees and nested lists (#22589) (19ff6ec), closes #22587

🧪 Labs

Other Commits

  • chore(release): publish v3.12.0 (d751d7c)
  • chore: fix missing icon (1ce89e8)
  • docs: minor cleanup in new examples (5476749)
10 hours ago
calendar

v3.1.0

Plugin Architecture & Decoupling

This release introduces a new plugin-based architecture, further reducing the core bundle size and providing greater flexibility. Core features have been extracted into independent, optional packages.

New Plugin Packages (v1.0.0)

  • @dayflow/plugin-drag: Handles all drag-and-drop interactions (move, resize, and create).
  • @dayflow/plugin-keyboard-shortcuts: Provides keyboard navigation and shortcuts support.
  • @dayflow/plugin-localization: Dedicated package for multi-language support and internationalization.
  • @dayflow/plugin-sidebar: Extracts the sidebar UI and logic into a standalone plugin.

New Features & Enhancements

  • Enhanced Visibility Control:
    • Added onVisibleRangeChange callback with a reason parameter (scroll vs. navigation).
    • Marked onVisibleMonthChange as deprecated in favor of the more flexible range change callback.
  • Improved API: Simplified framework wrappers by removing the sidebarConfig attribute (now handled via the sidebar plugin).
  • UI Refresh: Updated the view switching button styles for a more modern look and feel.

Fixed

  • Accessibility: Fixed an event scaling issue when using the keyboard Tab key for navigation.
  • Search: Improved search result location accuracy within the calendar views.
  • Documentation: Comprehensive updates to plugin documentation and multi-language guides.

Breaking Changes

  • Feature Extraction: Drag-and-drop, keyboard shortcuts, and the sidebar are no longer included in @dayflow/core by default. You must install and register the corresponding plugins to retain these features.
  • Sidebar Configuration: The sidebarConfig prop has been removed from framework adapters. Configuration is now passed directly to the @dayflow/plugin-sidebar during initialization.

What's Changed

New Contributors

Full Changelog: https://github.com/dayflow-js/calendar/compare/v3.0.0...v3.1.0

10 hours ago
vuetify

v3.11.9

🔧 Bug Fixes

🧪 Labs

  • VDateInput: don't scroll the page when opening 'years' view (#22613) (6aacfdd), closes #22581
12 hours ago
router

v1.161.3

Version 1.161.3 - 2/20/26, 12:00 AM

Changes

Fix

  • avoid false positives in import-protection plugin (#6708) (f453943) by Manuel Schiller

Chore

  • migrate to @tanstack/store 0.9.1 (#6691) (c3ad063) by @Sheraff
  • bump srvx 0.11.2 -> 0.11.7 (#6705) (965d95f) by Birk Skyum

Docs

  • fix syntax error in create-route-property-order.md (#6699) (c87d848) by Ulrich Stark
  • add NotFoundError to lint exceptions and fix wording (#6701) (149e760) by Ulrich Stark

Packages

  • @tanstack/router-core@1.161.3
  • @tanstack/solid-router@1.161.3
  • @tanstack/react-router@1.161.3
  • @tanstack/vue-router@1.161.3
  • @tanstack/start-plugin-core@1.161.3
  • @tanstack/solid-router-ssr-query@1.161.3
  • @tanstack/react-router-ssr-query@1.161.3
  • @tanstack/vue-router-ssr-query@1.161.3
  • @tanstack/router-ssr-query-core@1.161.3
  • @tanstack/zod-adapter@1.161.3
  • @tanstack/valibot-adapter@1.161.3
  • @tanstack/arktype-adapter@1.161.3
  • @tanstack/router-devtools@1.161.3
  • @tanstack/solid-router-devtools@1.161.3
  • @tanstack/react-router-devtools@1.161.3
  • @tanstack/vue-router-devtools@1.161.3
  • @tanstack/router-devtools-core@1.161.3
  • @tanstack/router-generator@1.161.3
  • @tanstack/router-cli@1.161.3
  • @tanstack/router-plugin@1.161.3
  • @tanstack/router-vite-plugin@1.161.3
  • @tanstack/solid-start@1.161.3
  • @tanstack/solid-start-client@1.161.3
  • @tanstack/solid-start-server@1.161.3
  • @tanstack/vue-start@1.161.3
  • @tanstack/vue-start-client@1.161.3
  • @tanstack/vue-start-server@1.161.3
  • @tanstack/start-client-core@1.161.3
  • @tanstack/start-server-core@1.161.3
  • @tanstack/start-storage-context@1.161.3
  • @tanstack/react-start@1.161.3
  • @tanstack/react-start-client@1.161.3
  • @tanstack/react-start-server@1.161.3
  • @tanstack/start-static-server-functions@1.161.3