57 minutes ago
vant

v4.9.20

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: https://github.com/youzan/vant/compare/v4.9.19...v4.9.20

2 hours ago
eruda

v3.4.3

  • fix: redundant code imported
3 hours ago
eruda

v3.4.2

  • fix: elements horizontal scrollbar #504
5 hours ago
lightGallery

2.9.0-beta.1

  • fix(lg-zoom): avoid reference error when containerRect in not defined #1684 - Author - @felix-berlin
  • Move all scss @import to @use/@forward #1697 - Author - @joeworkman

⚠️ Breaking: SCSS migrated to @use / @forward

Replaced all deprecated SCSS @import statements with the modern @use / @forward syntax. This improves maintainability and performance, but may break setups where you override lightGallery variables.

If you're not overriding any SCSS variables, nothing changes for you. But if you are, you'll now need to pass them at the time of use, like this:

@use 'lg-variables' as * with (
  $lg-theme-color: #f00
);

Overrides must be defined before importing lightGallery styles. Avoid mixing @import and @use in the same file.

12 hours ago
next.js

v15.4.0-canary.83

Core Changes

  • [dynamicIO] Use filled Resume Data Cache for final-phase prerenders: #79743

Misc Changes

  • perf(turbopack): Introduce static analysis for immutable tasks: #80415

Credits

Huge thanks to @kdy1 and @unstubbable for helping!

15 hours ago
sharp
15 hours ago
Chart.js

v4.5.0

Essential Links

Enhancements

  • #11470 Fix min js two renames
  • #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • #12070 Fix: display stacked bar with multiple x-Axis

Types

  • #12064 Document requirement of 'this' when calling tick formatters
  • #12063 Add type definition for beforeEvent changed

Documentation

  • #12088 Fix grammar typo: 'only draw line' -> 'only draw lines'
  • #12087 Fix minified URL for development builds in the docs
  • #12084 fix: correct grammar in segment comments (an segment -> a segment)
  • #12082 Update docs for Developers API
  • #12068 Fix minor typo, missing period

Development

  • #12090 bump version to 4.5.0
  • #12025 Bump pnpm/action-setup from 4.0.0 to 4.1.0

Thanks to @FabTechAT, @Jee-on, @LeeLenaleee, @R2Jeu-prive, @dependabot[bot], @ffdm, @fulldecent, @joshkel, @lucasleung8, @nakanoh, @xavierleune and dependabot[bot]

16 hours ago
router

v1.121.13

Version 1.121.13 - 6/14/25, 7:50 PM

Changes

Fix

  • replace backslashes in full paths when generating route nodes (#4430) (d83b6f2) by Yeoh Joer

Chore

  • examples: Some packages are missing in package.json in start-supabase-basic project (#4426) (954c3b2) by Benny Freeman

Packages

  • @tanstack/router-generator@1.121.13
  • @tanstack/router-cli@1.121.13
  • @tanstack/router-plugin@1.121.13
  • @tanstack/router-vite-plugin@1.121.13
  • @tanstack/start-plugin-core@1.121.13
  • @tanstack/solid-start-plugin@1.121.13
  • @tanstack/react-start-plugin@1.121.13
  • @tanstack/solid-start@1.121.13
  • @tanstack/react-start@1.121.13
23 hours ago
axios

Release v1.10.0

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release

1 days ago
next.js

v15.4.0-canary.82

Core Changes

  • feat: in Rspack using native fn implemented by us using SWC to replace load module: #80342
  • chore: fix link to good first issue: #80478
  • Disable fetch cache size limit for implicit caching during build: #80480
  • [dynamicIO] Split up static generation into two phases: #79629
  • fix(turbopack): Fix config caching for turbopack + React Compiler: #80498

Misc Changes

  • Rename empty-fallback-shells test suite to just fallback-shells: #80461
  • Turbopack: don't revisit nodes: #80455
  • Update Turbopack development test manifest: #80476
  • Update Rspack development test manifest: #80474
  • Update Rspack production test manifest: #80473
  • Update Turbopack production test manifest: #80475
  • Update from-create-react-app.mdx: #80451
  • Fix variable assignment in docs example: #80418
  • perf(turbopack): Remove needless alloc for AQMF: #80468
  • [turbopack] Allow value_trait items to not be annotated with turbo_tasks::function: #79217
  • refactor(turbopack): Make invalidator flag explicit: #80487
  • test(turbopack): Make HMR benchmark less flaky: #80488

Credits

Huge thanks to @SyMind, @unstubbable, @mischnic, @maurobonfietti, @navandstokes, @icyJoseph, @kdy1, and @lukesandberg for helping!