v16.3.0-canary.67
- Restore canary version 16.3.0-canary.66 after v16.3.0-preview.4 preview release
- Fix local fonts in statically prerendered
ImageResponsemetadata route: #95121 - docs(root-params): generateStaticParams section and CC requirement: #95073
- Surface an error for blocking routes under the Navigation Inspector: #95139
- Suppress prefetch={true} warning when route opts out via instant = false: #95099
- skill(cc-adoption): recommend next-dev-loop and add build-only path: #95122
Huge thanks to @unstubbable, @icyJoseph, @acdlite, and @aurorascharff for helping!
v2.15.0-dev.1
- fix: use nodeMap for source/clone child alignment in inlineBackgroundImages by @FlavioLimaMindera in https://github.com/zumerlab/snapdom/pull/440
- fix(fonts): scan the capture element's ownerDocument so iframe fonts embed (#441) by @stefanofa in https://github.com/zumerlab/snapdom/pull/442
- @stefanofa made their first contribution in https://github.com/zumerlab/snapdom/pull/442
Full Changelog: https://github.com/zumerlab/snapdom/compare/v2.15.0-dev.0...v2.15.0-dev.1
v16.3.0-canary.66
- Revert "Remove legacy PPR codepaths": #95113
- dev-overlay: wire Link prefetch={true} Partial Prefetching warning into Insights: #94798
- Docs/partial prefetching: #94855
- [ci] Make preview tarballs available while new Canaries are being published: #95112
- [cd] add ad-hoc preview release cut from canary: #95086
- Add missing switch case: #95127
- Revert "Add missing switch case": #95129
- Fix Navigation Inspector styles in dark mode: #95126
- [test] Reorder
hmr-intercept-routestest to avoid a reload/refresh race: #95134
Huge thanks to @eps1lon, @aurorascharff, @icyJoseph, @unstubbable, and @samselikoff for helping!
tdesign-miniprogram@1.15.2
Form: 新增contentAlign属性,支持配置表单内容对齐方式 @novlan1 (#4506)Navbar: 新增isHiddenInSpecialScene属性,表示是否销毁导航栏,仅场景值为 1433、1434、1177、1175 时有效 @anlyyao (#4509)TabBar:TabBarItem新增url和linkType属性 @anlyyao (#4523)
Button:⚠️ --td-button-xx-font-size系列变更为--td-button-xx-font;⚠️ 移除--td-button-font-weight,请改用--td-button-xx-font,或者组件库级别的 css var 调整字号、行高、字重、字体等文本样式 @liweijie0812 (#4501)Popover: 修复外部样式类class无效 @anlyyao (#4499)TabBar: 修复shape为round时占位高度未包含底部安全区的问题 @novlan1 (#4521)Text: 修复组件在 Mpx 跨端小程序框架中报错 @anlyyao (#4498)
v5.13.0
- Extend theme definitions with required cssVar property
- Constrain text width on p elements instead of topic container to allow LaTeX to render at full width
- Prevent keyboard event processing during IME composition in DOM and SVG handlers
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.12.2...v5.13.0
v16.3.0-canary.65
- docs(cache-components): clarify allow-runtime, sync-IO and instant=false, CLS fallback: #94997
- Keep the resolved cache life for
cacheMaxMemorySize: 0caches in dev: #95100 - Avoid mutating
req.headerswhen stripping internal headers: #95116
Huge thanks to @aurorascharff and @unstubbable for helping!