Skip to content

Commit 8fbca28

Browse files
Version Packages
1 parent 0f033c1 commit 8fbca28

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

.changeset/blue-spoons-unite.md

Lines changed: 0 additions & 11 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.25
4+
5+
### Patch Changes
6+
7+
- 📦 **Dependencies** [`a835a94`](https://github.com/sonofmagic/weapp-tailwindcss/commit/a835a94ae0780610dcb4da8439cdb8f5a44bb36c)
8+
`@weapp-tailwindcss/[email protected]`, `[email protected]`
9+
310
## 0.0.24
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.24",
4+
"version": "0.0.25",
55
"private": true,
66
"engines": {
77
"node": "^20.19.0 || >=22.12.0"

packages/postcss/CHANGELOG.md

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

3+
## 2.1.8
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 `uni-app x``uvue/nvue` 样式目标会输出宿主不支持 CSS 的问题。** [`a835a94`](https://github.com/sonofmagic/weapp-tailwindcss/commit/a835a94ae0780610dcb4da8439cdb8f5a44bb36c) by @sonofmagic
8+
-`uvue` 目标下过滤非 class selector,避免继续输出 `space-x-*``space-y-*` 这类组合器选择器。
9+
-`uvue` 目标下过滤不兼容声明,例如 `display: block``display: inline-flex``display: grid``grid-template-columns``gap``min-height: 100vh`
10+
- 新增 `uniAppX.uvueUnsupported` 配置,支持 `error | warn | silent`,默认 `warn`
11+
- 当策略为 `warn` 时,跳过不兼容 utility 并输出包含 class 名与来源文件的警告,避免 HBuilderX 因非法 CSS 直接报错。
12+
313
## 2.1.7
414

515
### 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.1.7",
3+
"version": "2.1.8",
44
"description": "@weapp-tailwindcss/postcss",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

packages/weapp-tailwindcss/CHANGELOG.md

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

3+
## 4.11.3
4+
5+
### Patch Changes
6+
7+
- 🐛 **修复 `uni-app x``uvue/nvue` 样式目标会输出宿主不支持 CSS 的问题。** [`a835a94`](https://github.com/sonofmagic/weapp-tailwindcss/commit/a835a94ae0780610dcb4da8439cdb8f5a44bb36c) by @sonofmagic
8+
-`uvue` 目标下过滤非 class selector,避免继续输出 `space-x-*``space-y-*` 这类组合器选择器。
9+
-`uvue` 目标下过滤不兼容声明,例如 `display: block``display: inline-flex``display: grid``grid-template-columns``gap``min-height: 100vh`
10+
- 新增 `uniAppX.uvueUnsupported` 配置,支持 `error | warn | silent`,默认 `warn`
11+
- 当策略为 `warn` 时,跳过不兼容 utility 并输出包含 class 名与来源文件的警告,避免 HBuilderX 因非法 CSS 直接报错。
12+
- 📦 **Dependencies** [`a835a94`](https://github.com/sonofmagic/weapp-tailwindcss/commit/a835a94ae0780610dcb4da8439cdb8f5a44bb36c)
13+
`@weapp-tailwindcss/[email protected]`
14+
315
## 4.11.2
416

517
### 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": "4.11.2",
3+
"version": "4.11.3",
44
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
55
"author": "ice breaker <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)