1 hours ago
swiper

v12.1.1

Bug Fixes

  • a11y: fix focus in virtual mode enabled (3055008), closes #8147
  • core: avoid double-subtracting offsets in centerInsufficientSlides (#8158) (60b0052)
  • core: prevent duplicate module initialization in constructor (#8155) (#8156) (07738a2)
  • types: support boolean as a11y value (#8157) (6bf76d5)
2 hours ago
router

v1.159.7

Version 1.159.7 - 2/13/26, 8:10 PM

Changes

Fix

  • don"t propagate directCall kind through var bindings (#6651) (d931bcf) by Manuel Schiller

Packages

  • @tanstack/start-plugin-core@1.159.7
  • @tanstack/solid-start@1.159.7
  • @tanstack/vue-start@1.159.7
  • @tanstack/react-start@1.159.7
  • @tanstack/start-static-server-functions@1.159.7
2 hours ago
next.js

v16.2.0-canary.43

Core Changes

  • Fix parallel routes with deferred entries: #89967

Misc Changes

  • Turbopack: Add inline loader configuration via import attributes: #89644
  • Turbopack: Use std::any::type_name for global naming of turbo-task items: #89874

Credits

Huge thanks to @sokra, @ijjk, and @bgw for helping!

4 hours ago
router

v1.159.6

Version 1.159.6 - 2/13/26, 6:35 PM

Changes

Fix

  • don"t cache server side route tree during dev (#6650) (85b34a7) by Manuel Schiller

Chore

  • optimize links to github (#6633) (174be10) by Birk Skyum

Test

  • vite ecosystem ci entry points (#6644) (97658cd) by Birk Skyum

Docs

  • start: Update TanStack Builder link in getting started guide (#6641) (a8c786c) by Yuki Terashima

Packages

  • @tanstack/router-core@1.159.6
  • @tanstack/solid-router@1.159.6
  • @tanstack/react-router@1.159.6
  • @tanstack/vue-router@1.159.6
  • @tanstack/solid-router-ssr-query@1.159.6
  • @tanstack/react-router-ssr-query@1.159.6
  • @tanstack/vue-router-ssr-query@1.159.6
  • @tanstack/router-ssr-query-core@1.159.6
  • @tanstack/zod-adapter@1.159.6
  • @tanstack/valibot-adapter@1.159.6
  • @tanstack/arktype-adapter@1.159.6
  • @tanstack/router-devtools@1.159.6
  • @tanstack/solid-router-devtools@1.159.6
  • @tanstack/react-router-devtools@1.159.6
  • @tanstack/vue-router-devtools@1.159.6
  • @tanstack/router-devtools-core@1.159.6
  • @tanstack/router-generator@1.159.6
  • @tanstack/router-cli@1.159.6
  • @tanstack/router-plugin@1.159.6
  • @tanstack/router-vite-plugin@1.159.6
  • @tanstack/solid-start@1.159.6
  • @tanstack/solid-start-client@1.159.6
  • @tanstack/solid-start-server@1.159.6
  • @tanstack/vue-start@1.159.6
  • @tanstack/vue-start-client@1.159.6
  • @tanstack/vue-start-server@1.159.6
  • @tanstack/start-client-core@1.159.6
  • @tanstack/start-server-core@1.159.6
  • @tanstack/start-storage-context@1.159.6
  • @tanstack/react-start@1.159.6
  • @tanstack/react-start-client@1.159.6
  • @tanstack/react-start-server@1.159.6
  • @tanstack/start-plugin-core@1.159.6
  • @tanstack/start-static-server-functions@1.159.6
4 hours ago
next.js

v16.2.0-canary.42

Core Changes

  • fix: support multiple icon formats with same base name (icon.png + icon.svg): #89504
  • Turbopack: Move turbopackIgnoreIssue from experimental to turbopack.ignoreIssue: #89817
  • Build with dev runtimes when --debug-prerender is set: #89834
  • Append deployment id query string for next-font: #89960

Misc Changes

  • Next-api: Check client_source_maps before generate source map: #89915
  • docs: improve next/image localPatterns error page: #89914
  • docs: inline-css dev-action oriented: #89064
  • Upgrade to swc 56: #89111
  • Turbopack: fix CSS dependency locations: #89761
  • docs: document cacheLife expire omission behavior and fix default preset value: #89913
  • docs: Activity boundary guide: #89126
  • Enable backtraces in turbopack integration tests: #89935

Credits

Huge thanks to @FurryR, @icyJoseph, @mischnic, @01-binary, @lukesandberg, @sokra, and @unstubbable for helping!

4 hours ago
downshift

v9.3.1

9.3.1 (2026-02-13)

Bug Fixes

  • useElementIds: prevent Webpack static analysis issue with useId (#1676) (9e79c4e)
5 hours ago
opensheetmusicdisplay

1.9.6

See Changelog:

1.9.6 (2026-02-13)

Bug Fixes

  • Cursor/Repetition: Fix cursor.next() not respecting repetitions. Fix left repeat barline not respecting instructions like clef (shifted to left). Fix double thin barline after "to coda" etc (PR #1644) (90f704b)
  • Demo/PDF: Improve PDF export. Add SVG option. Fix invisible notes being visible, fix broken unicode characters (e.g. Chinese characters or Vietnamese accents) (#1184, #1296) (f097116)
  • Grace Notes: Fix grace note fingering positioning for multiple grace notes with fingering (PR #1642) (0204800)

Features

  • MeasureNumbers: Add CSS class 'measure-number' to measure number labels (PR #1643) (6fe46ae)
  • Repetition: Add EngravingRule CursorIgnoreRepetitions (default false). Restores behavior of previous versions (cursor ignores repetitions) (#1644) (6801c02)
5 hours ago
electron

electron v38.8.2

Release Notes for v38.8.2

Other Changes

  • Backported fix for 483569511. #49792
5 hours ago
anime

v4.3.6

Bug Fixes

  • Auto Layout
    • Fix auto layout not properly synced with onScroll, allowing controlling layout animations like this:
layout.animate({
  autoplay: onScroll({
    sync: true,
  })
});
7 hours ago
electron

electron v39.6.0

Release Notes for v39.6.0

Features

  • Added a disclaim option to the UtilityProcess API to allow for TCC disclaiming on macOS. #49696 (Also in 40, 41)

Fixes

  • Addressed upstream Chromium shift to enable CoreAudio Tap API for audio capture used in electron's desktopCapturer (🍏 macOS). #49740 (Also in 41)

Other Changes

  • Backported fix for 483569511. #49791