Skip to content

Commit 7220e78

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages (next)
1 parent 986d802 commit 7220e78

9 files changed

Lines changed: 52 additions & 4 deletions

File tree

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,25 @@
9191
"fix-mpx-watch-script-css",
9292
"fix-reset-types",
9393
"fix-rpx-arbitrary-length",
94+
"fix-src-type-strictness",
9495
"fix-tailwind-source-negation",
9596
"fix-uni-app-vite-dynamic-classes",
97+
"fix-v3-vite-watch-runtime",
9698
"framework-support-matrix",
9799
"fresh-v3-colors-for-weapp",
98100
"generator-config-option",
99101
"generator-plugin-compatibility",
102+
"hmr-plugin-process-budget",
100103
"init-generator-postcss-config",
104+
"preprocessor-tailwind-source",
101105
"quiet-target-record-log",
102106
"quiet-v4-generator-upgrade-coverage",
103107
"remove-init-postinstall-patch",
104108
"remove-legacy-generator-mode",
105109
"remove-obsolete-patcher-compat",
106110
"remove-weapp-tailwindcss-mangle-remnants",
107111
"remove-webpack4-postcss7",
112+
"strict-demo-hmr-budget",
108113
"tailwind-v3-clean-install-runtime",
109114
"tailwind-v3-compatibility-defaults",
110115
"tailwind-v3-generator-auto-compat",
@@ -114,12 +119,14 @@
114119
"tailwind-v4-dark-attribute-weapp",
115120
"tailwind-v4-dark-mode-generator",
116121
"tailwind-v4-default-preflight",
122+
"tailwind-v4-import-fallback",
117123
"tailwind-v4-preflight-generator",
118124
"tailwind-v4-source-detection-generator",
119125
"tailwind-v4-subpath-imports",
120126
"tailwind-v4-theme-generator",
121127
"tailwind-v4-vite-auto-css-entries",
122128
"tailwindcss-config-ts-source",
129+
"tailwindcss-root-import",
123130
"tiny-cycles-draw",
124131
"upgrade-tailwindcss-patch-latest",
125132
"v5-source-discovery",

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.11
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`bc3b689`](https://github.com/sonofmagic/weapp-tailwindcss/commit/bc3b689f916d9dd8e2fbb7a685d040b2510ddee3)
8+
`weapp-tailwindcss@5.0.0-next.11`, `@weapp-tailwindcss/postcss@2.2.1-next.2`, `@weapp-tailwindcss/test-helper@0.0.2-next.1`
9+
310
## 0.0.26-next.10
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.10",
4+
"version": "0.0.26-next.11",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages/postcss/CHANGELOG.md

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

3+
## 2.2.1-next.2
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复核心源码在严格 TypeScript 配置下的类型问题,并清理对应 ESLint 诊断。** [#859](https://github.com/sonofmagic/weapp-tailwindcss/pull/859) by @sonofmagic
8+
39
## 2.2.1-next.1
410

511
### Patch Changes

packages/postcss/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/postcss",
3-
"version": "2.2.1-next.1",
3+
"version": "2.2.1-next.2",
44
"description": "@weapp-tailwindcss/postcss",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

packages/test-helper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @weapp-tailwindcss/test-helper
22

3+
## 0.0.2-next.1
4+
5+
### Patch Changes
6+
7+
- 🐛 **统一 Tailwind CSS v4 示例、测试辅助入口和构建器重写契约,推荐继续使用 `@import "tailwindcss"`,并仅将 `weapp-tailwindcss` CSS 入口保留为兼容解析路径。** [#859](https://github.com/sonofmagic/weapp-tailwindcss/pull/859) by @sonofmagic
8+
39
## 0.0.2-next.0
410

511
### Patch Changes

packages/test-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@weapp-tailwindcss/test-helper",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.2-next.0",
5+
"version": "0.0.2-next.1",
66
"description": "tsdown package template",
77
"author": "ice breaker <1324318532@qq.com>",
88
"license": "MIT",

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 5.0.0-next.11
4+
5+
### Minor Changes
6+
7+
-**默认开启 Tailwind CSS v4 生成模式的 `@import "weapp-tailwindcss"` 兜底识别,并新增 `generator.importFallback` 配置用于显式关闭。该能力用于框架无法完成 `@import "tailwindcss"` 转写时,仍让两种入口产出保持一致。** [#860](https://github.com/sonofmagic/weapp-tailwindcss/pull/860) by @github-actions
8+
9+
### Patch Changes
10+
11+
- 🐛 **修复核心源码在严格 TypeScript 配置下的类型问题,并清理对应 ESLint 诊断。** [#859](https://github.com/sonofmagic/weapp-tailwindcss/pull/859) by @sonofmagic
12+
13+
- 🐛 **修复 Tailwind CSS v3 在 Vite watch 热更新中因源码类名变化反复触发完整 runtime extract 导致 HMR 变慢的问题。v3 首轮仍保留完整 runtime 基线,后续 watch 轮次按文件增量更新源码候选类,避免已删除源码类继续污染 CSS,同时保留 safelist 等非源码基线类。** [#860](https://github.com/sonofmagic/weapp-tailwindcss/pull/860) by @github-actions
14+
15+
- 🐛 **为 watch-HMR 回归增加 weapp-tailwindcss 插件自身处理耗时采集与 500ms 预算校验,区分构建器端到端热更新时间和插件内部处理时间,便于持续优化开发体验。** [#860](https://github.com/sonofmagic/weapp-tailwindcss/pull/860) by @github-actions
16+
17+
- 🐛 **增强 Sass/Less 等预处理器样式入口的 Tailwind 指令识别与改写能力,避免将预处理器私有语法直接交给 Tailwind 解析,并补充真实 demo 与 CI 回归覆盖。** [#860](https://github.com/sonofmagic/weapp-tailwindcss/pull/860) by @github-actions
18+
19+
- 🐛 **收紧 demo watch-HMR 回归验收:所有 demo 热更新样本统一按 2 秒预算校验,并在速度报告中标注 1 秒推荐目标。** [#860](https://github.com/sonofmagic/weapp-tailwindcss/pull/860) by @github-actions
20+
21+
- 🐛 **统一 Tailwind CSS v4 示例、测试辅助入口和构建器重写契约,推荐继续使用 `@import "tailwindcss"`,并仅将 `weapp-tailwindcss` CSS 入口保留为兼容解析路径。** [#859](https://github.com/sonofmagic/weapp-tailwindcss/pull/859) by @sonofmagic
22+
- 📦 **Dependencies** [`bc3b689`](https://github.com/sonofmagic/weapp-tailwindcss/commit/bc3b689f916d9dd8e2fbb7a685d040b2510ddee3)
23+
`@weapp-tailwindcss/postcss@2.2.1-next.2`, `@weapp-tailwindcss/reset@0.1.1-next.0`
24+
325
## 5.0.0-next.10
426

527
### 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.10",
3+
"version": "5.0.0-next.11",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <1324318532@qq.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)