7 hours ago
router

v1.154.12

Version 1.154.12 - 1/22/26, 10:37 PM

Changes

Refactor

  • router-core: skip full matchRoutesInternal for Link"s buildLocation, use simple getMatchedRoutes (#6445) (655496f) by @Sheraff

Packages

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

v1.154.11

Version 1.154.11 - 1/22/26, 10:20 PM

Changes

Fix

  • router-generator: respect explicit virtual route siblings (#6458) (70c81b3) by Manuel Schiller

Test

  • react-start: benchmarking setup w/ platformatic/flame and autocannon (#6457) (d0b472e) by @Sheraff

Packages

  • @tanstack/router-generator@1.154.11
  • @tanstack/router-cli@1.154.11
  • @tanstack/router-plugin@1.154.11
  • @tanstack/router-vite-plugin@1.154.11
  • @tanstack/start-plugin-core@1.154.11
  • @tanstack/solid-start@1.154.11
  • @tanstack/vue-start@1.154.11
  • @tanstack/react-start@1.154.11
  • @tanstack/start-static-server-functions@1.154.11
8 hours ago
next.js

v16.2.0-canary.4

Core Changes

  • [prebuilt-skew-protection] feat: adding in automatic deploymentId: #88496

Misc Changes

  • [test] Skip failing deploy test in searchparams-reuse-loading.test.ts: #88821
  • [test] Skip flaky prefetch-runtime tests for deploy tests: #88826

Credits

Huge thanks to @eps1lon and @brookemosby for helping!

10 hours ago
router

v1.154.10

Version 1.154.10 - 1/22/26, 8:24 PM

Changes

Refactor

  • react-router: Link component self time improvements by removing "delete" (#6456) (5d60070) by @Sheraff

Packages

  • @tanstack/react-router@1.154.10
  • @tanstack/react-router-ssr-query@1.154.10
  • @tanstack/zod-adapter@1.154.10
  • @tanstack/valibot-adapter@1.154.10
  • @tanstack/arktype-adapter@1.154.10
  • @tanstack/router-devtools@1.154.10
  • @tanstack/react-router-devtools@1.154.10
  • @tanstack/router-plugin@1.154.10
  • @tanstack/router-vite-plugin@1.154.10
  • @tanstack/react-start@1.154.10
  • @tanstack/react-start-client@1.154.10
  • @tanstack/react-start-server@1.154.10
  • @tanstack/start-plugin-core@1.154.10
  • @tanstack/start-static-server-functions@1.154.10
  • @tanstack/solid-start@1.154.10
  • @tanstack/vue-start@1.154.10
11 hours ago
next.js

v16.2.0-canary.3

Core Changes

  • Remove deploymentId from App Router RenderOptsPartial: #88866
  • feat: implement LRU cache with invocation ID scoping for minimal mode response cache: #88509

Misc Changes

  • Update Rspack production test manifest: #88882

Credits

Huge thanks to @mischnic, @vercel-release-bot, and @wyattjoh for helping!

12 hours ago
anime

v4.3.3

Improvements

  • Refresh

    • Function-based "from" values now refresh correctly when calling .refresh()
    • Unit conversion (e.g., svh to rem) is recalculated on refresh
  • onScroll

    • Add onResize callback that triggers when the scroll container refreshes due to a resize event

Documentation

  • Playback

    • Add missing tl.backward / anim.backward / time.backward property doc
  • Easing

    • Add an opacity animation preview to the easing functions editor
12 hours ago
anime

v4.3.2

Bug Fixes

  • Layout
    • Fix an issue where inline tags, like or weren't detected when surrounded by comments (again)
13 hours ago
router

v1.154.9

Version 1.154.9 - 1/22/26, 5:21 PM

Changes

Fix

  • solid-router: skip URL parsing for safe "to" props (#6453) (ef3486c) by @Sheraff

Packages

  • @tanstack/solid-router@1.154.9
  • @tanstack/solid-router-ssr-query@1.154.9
  • @tanstack/solid-router-devtools@1.154.9
  • @tanstack/solid-start@1.154.9
  • @tanstack/solid-start-client@1.154.9
  • @tanstack/solid-start-server@1.154.9
  • @tanstack/start-static-server-functions@1.154.9
13 hours ago
astro

astro@5.16.14

Patch Changes

  • #15213 c775fce Thanks @florian-lefebvre! - BREAKING CHANGE to the experimental Fonts API only

    Updates how the local provider must be used when using the experimental Fonts API

    Previously, there were 2 kinds of font providers: remote and local.

    Font providers are now unified. If you are using the local provider, the process for configuring local fonts must be updated:

    -import { defineConfig } from "astro/config";
    +import { defineConfig, fontProviders } from "astro/config";
    
    export default defineConfig({
        experimental: {
            fonts: [{
                name: "Custom",
                cssVariable: "--font-custom",
    -            provider: "local",
    +            provider: fontProviders.local(),
    +            options: {
                variants: [
                    {
                        weight: 400,
                        style: "normal",
                        src: ["./src/assets/fonts/custom-400.woff2"]
                    },
                    {
                        weight: 700,
                        style: "normal",
                        src: ["./src/assets/fonts/custom-700.woff2"]
                    }
                    // ...
                ]
    +            }
            }]
        }
    });

    Once configured, there is no change to using local fonts in your project. However, you should inspect your deployed site to confirm that your new font configuration is being applied.

    See the experimental Fonts API docs for more information.

  • #15213 c775fce Thanks @florian-lefebvre! - Exposes root on FontProvider init() context

    When building a custom FontProvider for the experimental Fonts API, the init() method receives a context. This context now exposes a root URL, useful for resolving local files:

    import type { FontProvider } from "astro";
    
    export function registryFontProvider(): FontProvider {
      return {
        // ...
    -    init: async ({ storage }) => {
    +    init: async ({ storage, root }) => {
            // ...
        },
      };
    }
  • #15185 edabeaa Thanks @EricGrill! - Add .vercel to .gitignore when adding the Vercel adapter via astro add vercel

14 hours ago
react-content-loader

v7.1.2

7.1.2 (2026-01-22)

Bug Fixes

  • hydration: use useId for dom variant (#325) (c8a6b6c)