Skip to content

Commit 4fdbc44

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (next)
1 parent 7612981 commit 4fdbc44

5 files changed

Lines changed: 21 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@
8686
"benchmark-published-baseline",
8787
"clean-weapp-tailwindcss-unused-code",
8888
"default-generator-mode-v5",
89+
"fast-vite-source-watch",
8990
"fix-gulp-watch-runtime-css",
9091
"fix-mpx-watch-script-css",
9192
"fix-reset-types",
9293
"fix-rpx-arbitrary-length",
94+
"fix-tailwind-source-negation",
9395
"fix-uni-app-vite-dynamic-classes",
9496
"framework-support-matrix",
9597
"fresh-v3-colors-for-weapp",

packages/build-all/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @weapp-tailwindcss/build-all
22

3+
## 0.0.26-next.10
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`7612981`](https://github.com/sonofmagic/weapp-tailwindcss/commit/7612981348bb98b50f42315f1534f9189deb566e)
8+
`weapp-tailwindcss@5.0.0-next.10`
9+
310
## 0.0.26-next.9
411

512
### Patch Changes

packages/build-all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@weapp-tailwindcss/build-all",
33
"type": "module",
4-
"version": "0.0.26-next.9",
4+
"version": "0.0.26-next.10",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages/weapp-tailwindcss/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# weapp-tailwindcss
22

3+
## 5.0.0-next.10
4+
5+
### Patch Changes
6+
7+
- 🐛 **优化 Vite、webpack、gulp 开发构建下的热更新路径:复用已有候选集合与 runtime class set,仅在 source 配置或运行时相关内容变化时重新扫描。** [`7612981`](https://github.com/sonofmagic/weapp-tailwindcss/commit/7612981348bb98b50f42315f1534f9189deb566e) by @sonofmagic
8+
9+
- 🐛 **修复生成模式的额外源码候选扫描绕过 Tailwind 扫描排除规则的问题,确保 Tailwind CSS v3 `content` 中的 `!` 排除以及 Tailwind CSS v4 `@source not` 不会被 Vite/PostCSS 补扫重新引入。** [#858](https://github.com/sonofmagic/weapp-tailwindcss/pull/858) by @github-actions
10+
- 新增 e2e-watch HMR 速度报告产物,CI 每次 watch 回归都会输出 hot update 的 avg/p50/p95/max、按项目和按场景拆分的耗时摘要,并随 artifact 上传。
11+
- 补齐 Tailwind CSS v4 `@source inline(...)``@source not inline(...)` 在 Vite/PostCSS 生成模式下的候选收集支持,覆盖 brace expansion、换行参数、`source(none)`/全量排除以及内联排除文件候选等场景。
12+
313
## 5.0.0-next.9
414

515
### Patch Changes

packages/weapp-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weapp-tailwindcss",
3-
"version": "5.0.0-next.9",
3+
"version": "5.0.0-next.10",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)