2 hours ago
rollup

v4.58.0

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

  • #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (@njg7194, @lukastaegert)
  • #6259: docs: Correct typo and improve sentence structure in docs for output.experimentalMinChunkSize (@millerick, @lukastaegert)
  • #6260: fix(deps): update rust crate swc_compiler_base to v47 (@renovate[bot], @lukastaegert)
  • #6261: fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #6262: Avoid unnecessary cloning of the code string (@lukastaegert)
  • #6263: fix(deps): update minor/patch updates (@renovate[bot], @lukastaegert)
  • #6265: chore(deps): lock file maintenance (@renovate[bot])
  • #6267: fix(deps): update minor/patch updates (@renovate[bot])
  • #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (@renovate[bot], @lukastaegert)
  • #6269: chore(deps): update dependency lru-cache to v11 (@renovate[bot])
  • #6270: chore(deps): lock file maintenance (@renovate[bot])
  • #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (@lukastaegert)
3 hours 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!

9 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

10 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

11 hours ago
rari
11 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

12 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

13 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)
13 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

13 hours ago
vuetify

v3.11.9

🔧 Bug Fixes

🧪 Labs

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