@floating-ui/vue@2.0.0
- breaking: drop the abandoned and soon-to-be-deprecated
vue-demipackage (see Deprecation Warning), ending support for Vue 2 and Vue <3.3.0
v16.3.0-canary.48
- [turbopack] Enable turbopackFileSystemCacheForBuild by default in non-stable releases: #94616
- Add a cold cache dev indicator: #94611
- instant: build fix-card Copy AI prompt dynamically from title + link: #94637
- Stage short-lived
'use cache'entries correctly in dev: #94645 - docs: next/root-params references on i18n guide: #94629
- [ci] Reduce usage of turborepo cache in
build_and_deploy.yml: #94319 - [ci] Download fnm directly from GitHub releases and validate checksum: #94579
- Call
register_assignment_scope()invisit_export_default_expr()andvisit_export_default_decl(): #94581 - fix: handle shell errors when resuming Node streams: #94668
Huge thanks to @lukesandberg, @unstubbable, @aurorascharff, @icyJoseph, @bgw, @sampoder, and @gnoff for helping!
v3.3.0
- feat: enable Rspack lazy compilation by default in CSR and stream SSR dev (string SSR / RSC / SSG stay disabled) in https://github.com/web-infra-dev/modern.js/pull/8638
- feat(builder): support TypeScript Go checks through
tools.tsCheckerin https://github.com/web-infra-dev/modern.js/pull/8673
- feat: keep stream SSR first-screen assets correct under lazy compilation by forcing route components eager feat: CSR 与 stream SSR 开发环境下默认开启 Rspack 按需编译(string SSR / RSC / SSG 仍默认关闭) feat: 通过强制路由组件 eager 编译,保证 stream SSR 在按需编译下首屏资源仍正确, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8638
- feat(builder): 通过
tools.tsChecker支持 TypeScript Go 类型检查, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8673
v6.0.1
- Fix media sizing with CSS resets #649 (@ValentinH)
- Update pnpm 11 configuration #648 (@ValentinH)
- Valentin Hervieu (@ValentinH)
astro@6.4.6
-
#16765
b10e86eThanks @fkatsuhiro! - Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image without crashing. -
#17026
add3df1Thanks @matthewp! - HardensaddAttributeto drop attribute names containing characters that are invalid per the HTML spec (",',>,/,=, whitespace) -
#17033
ffda27bThanks @matthewp! - Validates the request origin againstallowedDomainsbefore fetching prerendered error pages. WhenallowedDomainsis configured and the Host header matches, the original origin is used. Otherwise, the fetch falls back tolocalhost.