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/cool-dolphins-generate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-empty-mini-program-css-at-rules.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-taro-webpack-css-entry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-v3-patch-generator-resolution.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-tailwindcss-patch-943.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.34

### Patch Changes

- 📦 **Dependencies** [`14ea5e9`](https://github.com/sonofmagic/weapp-tailwindcss/commit/14ea5e918d6820fb9b24fcba21d1772f6eab6f5a)
→ `weapp-tailwindcss@5.0.8`, `@weapp-tailwindcss/postcss@3.0.5`, `@weapp-tailwindcss/experimental@0.0.7`

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.7

### Patch Changes

- 📦 **Dependencies** [`4e9d664`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4e9d66437832957a39bb1966a2c352a0e8a6e49e)
→ `@weapp-tailwindcss/postcss@3.0.5`

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.5

### Patch Changes

- 🐛 **修复小程序 CSS 产物中仅含注释或已被清空的 `@media` 块未被移除的问题,避免微信开发者工具在 WXSS 编译时报 `unexpected token }`。同时同步 watch-HMR 的 Taro React v4 H5 脚本断言和 issue33 性能预算覆盖逻辑。** [#912](https://github.com/sonofmagic/weapp-tailwindcss/pull/912) by @sonofmagic

## 3.0.4

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

## 5.0.8

### Patch Changes

- 🐛 **generator 的 Tailwind CSS v3 路径会优先复用 tailwindcss-patch 提供的 raw 生成引擎,并在旧版本依赖下保持原有回退逻辑。** [`14ea5e9`](https://github.com/sonofmagic/weapp-tailwindcss/commit/14ea5e918d6820fb9b24fcba21d1772f6eab6f5a) by @sonofmagic

- 🐛 **修复小程序 CSS 产物中仅含注释或已被清空的 `@media` 块未被移除的问题,避免微信开发者工具在 WXSS 编译时报 `unexpected token }`。同时同步 watch-HMR 的 Taro React v4 H5 脚本断言和 issue33 性能预算覆盖逻辑。** [#912](https://github.com/sonofmagic/weapp-tailwindcss/pull/912) by @sonofmagic

- 🐛 **修复 Taro Webpack 开发态下 Tailwind CSS v4 入口样式的所有权判断:当 `src/app.css` 已经由 webpack loader 生成过样式时,`app.wxss` 不再重复走 Tailwind 生成链路,避免 `cssEntries` 场景中同一个工具类被输出两次。** [#912](https://github.com/sonofmagic/weapp-tailwindcss/pull/912) by @sonofmagic

- 🐛 **修复 Tailwind CSS v3 生成器在临时项目或 CI 环境中无法从项目目录解析 Tailwind v3 内部模块时失败的问题。** [`63968d8`](https://github.com/sonofmagic/weapp-tailwindcss/commit/63968d83388ba2285fa87150a2bd45b565c42a53) by @sonofmagic

- 🐛 **升级 `tailwindcss-patch` 到 `9.4.3`,并让 `tailwindcss-patch` token/style 示例复用上游统一的候选提取与 v4 样式生成 API,减少本地重复编排逻辑。** [#912](https://github.com/sonofmagic/weapp-tailwindcss/pull/912) by @sonofmagic
- 📦 **Dependencies** [`4e9d664`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4e9d66437832957a39bb1966a2c352a0e8a6e49e)
→ `@weapp-tailwindcss/postcss@3.0.5`

## 5.0.7

### 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.7",
"version": "5.0.8",
"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.27

### Patch Changes

- 📦 **Dependencies** [`14ea5e9`](https://github.com/sonofmagic/weapp-tailwindcss/commit/14ea5e918d6820fb9b24fcba21d1772f6eab6f5a)
→ `weapp-tailwindcss@5.0.8`

## 1.0.26

### 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.26",
"version": "1.0.27",
"private": true,
"author": "ice breaker <1324318532@qq.com>",
"repository": {
Expand Down
Loading