astro@5.16.8
-
#15124
81db3c0Thanks @leonace924! - Fixes an issue where requests with query parameters to thebasepath would return a 404 if trailingSlash was not'ignore'in development -
#15152
39ee41fThanks @rururux! - Fixes a case wherecontext.cookies.set()would be overriden when setting cookies via response headers in development -
#15140
6f6f8f8Thanks @cameronraysmith! - Fixes esbuild warning due to dead code in assets virtual module -
#15127
2cff904Thanks @Princesseuh! - Updates "Unsupported page types found" error to only appear in more realistic cases -
#15149
34f84c2Thanks @rahuld109! - Skips "Use the Image component" audit warning for images inside framework components (React, Vue, Svelte, etc.)
astro-vscode@2.16.7
- #15131
d40ff7dThanks @Princesseuh! - Fixes extension asking for the wrong version of VS Code
2.13.1
2026-01-09
-
Components [color-picker] add
clearableprop andclearevent (#22999 by @keeplearning66) -
Components [calendar] add
controller-typeandformatterprops (#23045 by @keeplearning66) -
Components [message-box] add
confirmButtonTypeandcancelButtonTypeprops (#23193 by @keeplearning66) -
Components [virtual-list] support horizontal scrolling with mouse wheel on Windows/ubuntu (#22168 by @keeplearning66)
-
Components [avatar-group] new component (#23211 by @keeplearning66)
-
Components [upload] add
directoryprop (#23265 by @rzzf) -
Components [form] add
setInitialValuesandsetInitialValuefunction (#23013 by @lw56777) -
Components [dropdown-item] add
iconslot (#23300 by @ZacharyBear) -
Components [timeline] support
modeprop (#22929 by @keeplearning66)
-
Docs missing contributors (#23170 by @btea)
-
Components [date-picker] trigger clear evt in footer slot (#23174 by @Dsaquel)
-
Theme-chalk update dark theme color variables for consistency (#23064 by @tolking)
-
Hooks [use-lockscreen] body width was not restored correctly (#22972 by @rzzf)
-
Components [cascader] scrolls to the wrong active node (#23203 by @rzzf)
-
Components [table] prevent
showOverflowTooltipoverwrite (#23215 by @zhixiaotong) -
Components [timeline] normal rendering default slot (#23217 by @btea)
-
Components [cascader] the prefix slot content is covered by tags (#23236 by @btea)
-
Components [dialog] clear the lingering
closingstate (#23249 by @rzzf) -
Components [select/select-v2] apply popper-options to tag tooltip (#22255 by @keeplearning66)
-
Components [select/select-v2] show empty slot when remote search empty (#23195 by @YXY-cell)
-
Components [table-v2] respect column flexShrink configuration (#22914 by @yicheny)
-
Components [virtual-list] incorrect scroll boundary check (#23289 by @rzzf)
-
Components [virtual-list] incorrect scroll boundary check (#20766 by @hutengyue)
-
Components [table]
current-changeevent exposes the old row object (#23237 by @cassie-ye) -
Components [alert] fix empty slot incorrectly detected as hasDesc (#23312 by @E66Crisp)
-
Components [table-v2] correct the indentation of sub-row (#23306 by @keeplearning66)
-
Components [tour] avoid Teleport inheriting attribute (#23336 by @rzzf)
-
Components [autocomplete] fix incorrect aria-controls value (#23350 by @E66Crisp)
-
Components [table-v2] keep scrollToRow from changing horiz offset (#22930 by @yicheny)
-
Style(components): separate sub component styles (#23153 by @rzzf)
-
Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869 by @rzzf)" (#23224)
-
Test-utils remove redundant code in tick.ts (#21903 by @micaiguai)
-
Components [table] remove unnecessary reactivity (#23254 by @web3Worker-x)
-
Improvement(components): [virtual-list] preventDefault only when the scroll directions match (#22989 by @rzzf)
v1.146.3
Version 1.146.3 - 1/9/26, 7:31 AM
- router-plugin: normalize file paths for Windows compatibility with rspack/webpack (#6333) (70248f2) by Sean Cassiere
- @tanstack/router-plugin@1.146.3
- @tanstack/router-vite-plugin@1.146.3
- @tanstack/start-plugin-core@1.146.3
- @tanstack/solid-start@1.146.3
- @tanstack/vue-start@1.146.3
- @tanstack/react-start@1.146.3
- @tanstack/start-static-server-functions@1.146.3
@platejs/core@52.0.17
- #4806 by @felixfeng33 – skip react-compiler for static rendering
v1.146.2
Version 1.146.2 - 1/8/26, 11:49 PM
- hardening (#6337) (e5fd28b) by Manuel Schiller
- @tanstack/router-core@1.146.2
- @tanstack/solid-router@1.146.2
- @tanstack/react-router@1.146.2
- @tanstack/vue-router@1.146.2
- @tanstack/start-plugin-core@1.146.2
- @tanstack/solid-router-ssr-query@1.146.2
- @tanstack/react-router-ssr-query@1.146.2
- @tanstack/vue-router-ssr-query@1.146.2
- @tanstack/router-ssr-query-core@1.146.2
- @tanstack/zod-adapter@1.146.2
- @tanstack/valibot-adapter@1.146.2
- @tanstack/arktype-adapter@1.146.2
- @tanstack/router-devtools@1.146.2
- @tanstack/solid-router-devtools@1.146.2
- @tanstack/react-router-devtools@1.146.2
- @tanstack/vue-router-devtools@1.146.2
- @tanstack/router-devtools-core@1.146.2
- @tanstack/router-generator@1.146.2
- @tanstack/router-cli@1.146.2
- @tanstack/router-plugin@1.146.2
- @tanstack/router-vite-plugin@1.146.2
- @tanstack/solid-start@1.146.2
- @tanstack/solid-start-client@1.146.2
- @tanstack/solid-start-server@1.146.2
- @tanstack/vue-start@1.146.2
- @tanstack/vue-start-client@1.146.2
- @tanstack/vue-start-server@1.146.2
- @tanstack/start-client-core@1.146.2
- @tanstack/start-server-core@1.146.2
- @tanstack/start-storage-context@1.146.2
- @tanstack/react-start@1.146.2
- @tanstack/react-start-client@1.146.2
- @tanstack/react-start-server@1.146.2
- @tanstack/start-static-server-functions@1.146.2
v16.1.1-canary.19
- next/image: support custom cache handlers: #88248
- feat: add Claude Code plugin marketplace with Cache Components skill: #87993
- Turbopack: remove unused code: #88274
- Turbopack: escape colon in output names: #88273
- [test] Add a failing test for cycle serialization in segment prefetches: #88287
- Turbopack: scope hoisting bug with reexport-self-star: #86131
- Turbopack: Add #[automatically_derived] to proc macros: #88281
- Update Rspack development test manifest: #88260
Huge thanks to @mischnic, @ztanner, @unstubbable, @bgw, @vercel-release-bot, and @wyattjoh for helping!