Skip to content

Commit 0c210ea

Browse files
github-actions[bot]sonofmagic
authored andcommitted
Version Packages
1 parent 3224229 commit 0c210ea

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

.changeset/fix-stale-fallback-source-location.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.19
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`13fcf19`](https://github.com/sonofmagic/weapp-tailwindcss/commit/13fcf19ef2dd30516825651c61dcb9f65f69e751)
8+
`weapp-tailwindcss@4.10.1`
9+
310
## 0.0.18
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.18",
4+
"version": "0.0.19",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.10.1
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 JS 转译误伤问题,并将 JS 候选匹配策略收敛为 classNameSet 精确命中。** [`13fcf19`](https://github.com/sonofmagic/weapp-tailwindcss/commit/13fcf19ef2dd30516825651c61dcb9f65f69e751) by @sonofmagic
8+
- JS 仅转译来自 `tailwindcss-patch``classNameSet` 命中项,不再对普通字符串做启发式 fallback 转译
9+
- `App.vue:4``index.ts:120:3`、日志/堆栈/业务文本等非 class 字符串不再被误转义
10+
- 补充回归测试,覆盖 `staleClassNameFallback=true/false` 下仍保持 classNameSet-only 行为
11+
312
## 4.10.0
413

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

0 commit comments

Comments
 (0)