Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/add-css-source-trace.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-tailwind-v4-empty-var-fallback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-uni-vite-hmr-main-css.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-uni-vite-hmr-replay-app-wxss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-web-tailwind-v4-source-scan.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.33

### Patch Changes

- 📦 **Dependencies** [`9cf24ea`](https://github.com/sonofmagic/weapp-tailwindcss/commit/9cf24eaabf73c368c91ecdda7f1661b8bf0945d2)
`weapp-tailwindcss@5.0.7`, `@weapp-tailwindcss/postcss@3.0.4`, `@weapp-tailwindcss/experimental@0.0.6`

## 0.0.32

### 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.32",
"version": "0.0.33",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @weapp-tailwindcss/experimental

## 0.0.6

### Patch Changes

- 📦 **Dependencies** [`92c822e`](https://github.com/sonofmagic/weapp-tailwindcss/commit/92c822eb29be8ad3571bb0a7fc27327e6defb19c)
`@weapp-tailwindcss/postcss@3.0.4`

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/experimental",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "@weapp-tailwindcss/experimental",
"author": "ice breaker <1324318532@qq.com>",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weapp-tailwindcss/postcss

## 3.0.4

### Patch Changes

- 🐛 **修复 Tailwind CSS v4.3 生成的 `var(--tw-*,)` 空 fallback 在微信开发者工具中解析异常的问题,确保 `rotate-y-90` 等 transform 工具类输出为小程序可识别的 `var(--tw-*, )`。** [`92c822e`](https://github.com/sonofmagic/weapp-tailwindcss/commit/92c822eb29be8ad3571bb0a7fc27327e6defb19c) by @sonofmagic

## 3.0.3

### 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": "3.0.3",
"version": "3.0.4",
"description": "@weapp-tailwindcss/postcss",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/weapp-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# weapp-tailwindcss

## 5.0.7

### Patch Changes

- 🐛 **新增可选的 CSS token 来源追踪能力,开启后会在输出样式中标注工具类来自的源码文件,便于排查 demo 与快照中的多余样式。** [`9cf24ea`](https://github.com/sonofmagic/weapp-tailwindcss/commit/9cf24eaabf73c368c91ecdda7f1661b8bf0945d2) by @sonofmagic

- 🐛 **修复 uni-app Vite 开发模式下 Tailwind CSS v4 热更新后主样式没有同步注入 `app.wxss` 的问题,避免 `text-[338rpx]` 等新增任意值类名在小程序端不生效。** [`7827f47`](https://github.com/sonofmagic/weapp-tailwindcss/commit/7827f4715afd4c81601de0062937e1843a48df48) by @sonofmagic

- 🐛 **修复 uni-app Vite 开发模式下入口 CSS 热更新 replay 后没有同步写入 `app.wxss` 的问题,确保连续修改 `text-[102.43rpx]` 等任意值类名时小程序主样式立即更新。** [`6487443`](https://github.com/sonofmagic/weapp-tailwindcss/commit/64874439019319b9a8eabc5bceaab4445a19c0a7) by @sonofmagic

- 🐛 **修复 webpack web target 下 Tailwind CSS v4 入口被路径匹配后没有继续扫描显式 `@source` 的问题,避免 `sr-only`、`rounded-full` 等只出现在源码中的工具类漏生成。** [`951092e`](https://github.com/sonofmagic/weapp-tailwindcss/commit/951092ecb8093114112ca5c7fea26d7e95830a36) by @sonofmagic
- 📦 **Dependencies** [`92c822e`](https://github.com/sonofmagic/weapp-tailwindcss/commit/92c822eb29be8ad3571bb0a7fc27327e6defb19c)
→ `@weapp-tailwindcss/postcss@3.0.4`

## 5.0.6

### 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": "5.0.6",
"version": "5.0.7",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 1.0.26

### Patch Changes

- 📦 **Dependencies** [`9cf24ea`](https://github.com/sonofmagic/weapp-tailwindcss/commit/9cf24eaabf73c368c91ecdda7f1661b8bf0945d2)
`weapp-tailwindcss@5.0.7`

## 1.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/website",
"version": "1.0.25",
"version": "1.0.26",
"private": true,
"author": "ice breaker <1324318532@qq.com>",
"repository": {
Expand Down
Loading