File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments