Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/blue-spoons-unite.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/build-all

## 0.0.25

### Patch Changes

- 📦 **Dependencies** [`a835a94`](https://github.com/sonofmagic/weapp-tailwindcss/commit/a835a94ae0780610dcb4da8439cdb8f5a44bb36c)
→ `@weapp-tailwindcss/postcss@2.1.8`, `weapp-tailwindcss@4.11.3`

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/build-all",
"type": "module",
"version": "0.0.24",
"version": "0.0.25",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @weapp-tailwindcss/postcss

## 2.1.8

### Patch Changes

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

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/postcss",
"version": "2.1.7",
"version": "2.1.8",
"description": "@weapp-tailwindcss/postcss",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# weapp-tailwindcss

## 4.11.3

### Patch Changes

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

## 4.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-tailwindcss",
"version": "4.11.2",
"version": "4.11.3",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down