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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"benchmark-published-baseline",
"clean-weapp-tailwindcss-unused-code",
"default-generator-mode-v5",
"fast-v3-engine-runtime-cache",
"fast-vite-source-watch",
"fix-gulp-watch-runtime-css",
"fix-mpx-watch-script-css",
Expand All @@ -94,6 +95,7 @@
"fix-src-type-strictness",
"fix-tailwind-source-negation",
"fix-uni-app-vite-dynamic-classes",
"fix-v3-uni-vite-hot-update-runtime",
"fix-v3-vite-watch-runtime",
"framework-support-matrix",
"fresh-v3-colors-for-weapp",
Expand Down
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.26-next.12

### Patch Changes

- 📦 **Dependencies** [`aceef73`](https://github.com/sonofmagic/weapp-tailwindcss/commit/aceef7393f419cd9da144a0856489e4c6c04274a)
→ `weapp-tailwindcss@5.0.0-next.12`

## 0.0.26-next.11

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

## 5.0.0-next.12

### Patch Changes

- 🐛 **修复 Tailwind CSS v3 生成器在 uni-app Vite 热更新中重复清理 Tailwind require cache 导致 wxss 生成缓存失效、增量编译明显变慢的问题。现在 v3 生成器会复用运行时 patch 初始化结果,并在每次生成前主动重置 Tailwind v3 plugin 上下文,避免旧 class 泄漏。** [`aceef73`](https://github.com/sonofmagic/weapp-tailwindcss/commit/aceef7393f419cd9da144a0856489e4c6c04274a) by @sonofmagic

- 🐛 **修复 Tailwind CSS v3 在 uni-app vite build-mode dev 首次增量热更新时全量扫描输出 JS/WXML,导致候选集被 vendor 普通字符串放大、热更新极慢的问题,并将 `bgObj` 对象 key 热更新场景纳入 watch-HMR e2e 回归。** [#862](https://github.com/sonofmagic/weapp-tailwindcss/pull/862) by @github-actions

## 5.0.0-next.11

### Minor 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.0-next.11",
"version": "5.0.0-next.12",
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down