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
5 changes: 0 additions & 5 deletions .changeset/fix-comprehensive-demo-hmr-coverage.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hmr-memory-guard.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-memory-guard.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.40

### Patch Changes

- 📦 **Dependencies** [`4df1978`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4df19785c5df7295b968ac8a106405676be55ee0)
→ `weapp-tailwindcss@5.0.14`

## 0.0.39

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

## 5.0.14

### Patch Changes

- 🐛 **补全面向 demo 的热更新回归覆盖,修复 Vite watch 下样式源刷新不及时的问题,并调整 Taro Web/H5 与 Webpack demo 的 HMR 断言,使小程序端、H5 端、正常开发和热更新场景都能稳定通过。** [#935](https://github.com/sonofmagic/weapp-tailwindcss/pull/935) by @sonofmagic

- 🐛 **修复 Vite HMR 局部增量构建中缓存 hash 记录持续累积的问题,并为 watch/HMR 与 CI 流程补充内存报告和内存守卫,便于提前发现内存异常。** [`4d5447c`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4d5447cf49be20126691e36d53a41f370383398d) by @sonofmagic

- 🐛 **优化 Tailwind v3/v4 增量生成缓存的内存占用:隔离 CSS 源可复用增量缓存,同时超出候选数或 CSS 字节上限的大型生成结果不再进入长期缓存,避免 HMR 中保留无效的大型 Tailwind context。** [`318e3f6`](https://github.com/sonofmagic/weapp-tailwindcss/commit/318e3f6b21f5f31ea9f840538ce836d0e914a839) by @sonofmagic

## 5.0.13

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

### Patch Changes

- 📦 **Dependencies** [`4df1978`](https://github.com/sonofmagic/weapp-tailwindcss/commit/4df19785c5df7295b968ac8a106405676be55ee0)
→ `weapp-tailwindcss@5.0.14`

## 1.0.32

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