v16.2.0-canary.14
- Limit number of server action arguments to 1000: #89068
- [prebuilt-skew-protection] feat: adding in automatic deploymentId: #88958
- [ci] Exclude tests by filename when merging manifests: #89093
- Turbopack: import with type should be handled via condition: #89035
- CC Guide: Fix filenames, reduce line breaks: #89065
- Enable pnpm dependency caching in e2e deploy tests: #88953
- [ci] Make
gh auth statusoptional when triggering a release: #89098 - docs: fix code highlight in 07-fetching-data.mdx: #88727
- Update Rspack development test manifest: #89084
- tweak LRU sentinel cache key: #89123
- Turbopack: allow key block without hash in SST files: #88938
Huge thanks to @unstubbable, @sokra, @delbaoliveira, @eps1lon, @Juneezee, @brookemosby, @vercel-release-bot, and @ztanner for helping!
v16.1.6
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
- Upgrade to swc 54 (#88207)
- implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
- tweak LRU sentinel key (#89123)
Huge thanks to @mischnic, @wyattjoh, and @ztanner for helping!
v1.13.4
The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.
Full Changelog: v1.13.3...v1.13.4
- fix: issues with version 1.13.3 (#7352) (ee90dfc)
- Fixed issues discovered in v1.13.3 release
- Cleaned up interceptor test files
- Improved workflow configurations
-
refactor: ci and build (#7340) (8ff6c19)
- Major refactoring of CI/CD workflows
- Consolidated workflow files for better maintainability
- Added mise configuration for the development environment
- Improved sponsor block update automation
- Enhanced issue and PR templates
- Added automatic release notes generation
- Implemented workflow cancellation for concurrent runs
-
chore: codegen and some updates to workflows (76cf77b)
- Code generation improvements
- Workflow optimisations
None in this release.
None in this release.
Thank you to all contributors who made this release possible! Special thanks to:
- jasonsaayman - Release management and CI/CD improvements
@blueprintjs/core@6.7.0
- [core] Adding design tokens to core package (#7722)
- [chore]: Update many table tests to use RTL (#7149)
- [chore]: Refactor TimePicker tests (#7524)
- [core] Update elevation shadow styles (2)(#7718)
- [node-build-scripts] Fix rgba hex color conversion for Less output (#7717)
Full changelog: https://github.com/palantir/blueprint/compare/@blueprintjs/core@6.6.1...@blueprintjs/core@6.7.0
chore(release): publish 4.1.11
- fix(ascf): 适配ascf - @2extliuweijian32
- fix(taro-vite-runner): vite打包循环引用 - @NiuGuohui
- fix(binding): 修复 darwin-x64 构建配置并添加验证脚本 - @Single-Dancer
- fix: 修改list组件属性名统一多端,textarea新增竞争态机制 - @Muyouz
- fix(taro-components): 修复 input type=search 样式 - @Single-Dancer
- Chores
- 版本 4.1.11 正式发布,所有软件包已从 Beta 版本更新至稳定版本,包括核心库、插件系统、构建工具和各平台支持包,提供更加稳定可靠的使用体验。
✏️ Tip: You can customize this high-level summary in your review settings.
astro@6.0.0-beta.4
-
#15308
89cbcfaThanks @matthewp! - Fixes styles missing in dev for prerendered pages when using Cloudflare adapter -
#15279
8983f17Thanks @ematipico! - Fixes an issue where the dev server would serve files like/README.mdfrom the project root when they shouldn't be accessible. A new route guard middleware now blocks direct URL access to files that exist outside ofsrcDirandpublicDir, returning a 404 instead.