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
15 changes: 0 additions & 15 deletions .changeset/babel-eight-module-packages.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/busy-cows-behave.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/compiler-graph-foundation.md

This file was deleted.

106 changes: 0 additions & 106 deletions .changeset/engine-native-generation-session.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/issue-1002-uni-app-x-uvue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-dodos-load.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/source-aware-generator-stability.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages-runtime/theme-transition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# theme-transition

## 2.0.4

### Patch Changes

- 🐛 **升级核心 Babel 工具链到 Babel 8,并将 Node.js 最低版本提升到 `^22.18.0 || >=24.11.0`。相关包默认采用 ESM 语义,继续同时发布 ESM 与 CommonJS 入口;ESM 产物使用 `.js`,CommonJS 产物使用 `.cjs`,原有公开包名与子路径保持不变。同时收紧 tsdown 的依赖外置策略,避免 ESM 无条件内联可直接消费的依赖,并保证 CommonJS 不会同步加载 ESM-only 依赖。Webpack loader 与 CommonJS runtime 复用同一构建图,避免重复加载 Babel 8 等内联依赖;watch/serve 热更新复用解析缓存并采用轻量 AST 签名遍历,在完整语义约束允许时默认使用 OXC AST 快路径,并在普通 build、不支持的输入或运行时自动回退 Babel,避免冷构建同时加载双解析器。Webpack chunk 直接使用 compilation 产物图独立转译,原生 JS/WXS 才保留输出模块图关联,避免把 runtime bootstrap `require()` 误当作源码链接,降低 MPX、Taro Webpack 等链路的内存和插件处理耗时。Webpack 产物中的 harmony import 注释与 JSDoc import type 不再误触发模块图解析。** [#1004](https://github.com/sonofmagic/weapp-tailwindcss/pull/1004) by @sonofmagic

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-runtime/theme-transition/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "theme-transition",
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"description": "提供 CSS/SCSS/Tailwind 插件的主题过渡能力,适配 weapp-tailwindcss。",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages-runtime/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weapp-tailwindcss/typography

## 1.0.1

### Patch Changes

- 🐛 **升级核心 Babel 工具链到 Babel 8,并将 Node.js 最低版本提升到 `^22.18.0 || >=24.11.0`。相关包默认采用 ESM 语义,继续同时发布 ESM 与 CommonJS 入口;ESM 产物使用 `.js`,CommonJS 产物使用 `.cjs`,原有公开包名与子路径保持不变。同时收紧 tsdown 的依赖外置策略,避免 ESM 无条件内联可直接消费的依赖,并保证 CommonJS 不会同步加载 ESM-only 依赖。Webpack loader 与 CommonJS runtime 复用同一构建图,避免重复加载 Babel 8 等内联依赖;watch/serve 热更新复用解析缓存并采用轻量 AST 签名遍历,在完整语义约束允许时默认使用 OXC AST 快路径,并在普通 build、不支持的输入或运行时自动回退 Babel,避免冷构建同时加载双解析器。Webpack chunk 直接使用 compilation 产物图独立转译,原生 JS/WXS 才保留输出模块图关联,避免把 runtime bootstrap `require()` 误当作源码链接,降低 MPX、Taro Webpack 等链路的内存和插件处理耗时。Webpack 产物中的 harmony import 注释与 JSDoc import type 不再误触发模块图解析。** [#1004](https://github.com/sonofmagic/weapp-tailwindcss/pull/1004) by @sonofmagic

- 🐛 **deps: upgrade** [`17c0dbe`](https://github.com/sonofmagic/weapp-tailwindcss/commit/17c0dbee727a642c78f9f9602e9d567a249d8025) by @sonofmagic

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-runtime/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/typography",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "The tailwindcss typography plugin for weapp",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages-runtime/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weapp-tailwindcss/ui

## 0.0.10

### Patch Changes

- 🐛 **deps: upgrade** [`17c0dbe`](https://github.com/sonofmagic/weapp-tailwindcss/commit/17c0dbee727a642c78f9f9602e9d567a249d8025) by @sonofmagic

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-runtime/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/ui",
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"description": "Atomic utility-first CSS component library for WeChat mini programs.",
"author": "ice breaker <1324318532@qq.com>",
"license": "ISC",
Expand Down
11 changes: 11 additions & 0 deletions packages/build-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @weapp-tailwindcss/build-all

## 0.0.57

### Patch Changes

- 📦 Updated 12 dependencies [`8d9cc88`](https://github.com/sonofmagic/weapp-tailwindcss/commit/8d9cc8878cc430a4953579e2c76213402f0932e1)
<details><summary>Details</summary>

`weapp-tailwindcss@5.2.0`, `@weapp-tailwindcss/debug-uni-app-x@1.0.2`, `@weapp-tailwindcss/init@1.0.13`, `@weapp-tailwindcss/logger@2.0.1`, `@weapp-tailwindcss/postcss@3.2.0`, `@weapp-tailwindcss/shared@2.0.1`, `tailwindcss-config@2.0.2`, `weapp-style-injector@1.0.2`, `tailwindcss-injector@1.0.14`, `@weapp-tailwindcss/minify-preserve@0.0.1`, `@weapp-tailwindcss/experimental@0.0.24`, `wetw@0.1.4`

</details>

## 0.0.56

### 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.56",
"version": "0.0.57",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/debug-uni-app-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @weapp-tailwindcss/debug-uni-app-x

## 1.0.2

### Patch Changes

- 🐛 **升级核心 Babel 工具链到 Babel 8,并将 Node.js 最低版本提升到 `^22.18.0 || >=24.11.0`。相关包默认采用 ESM 语义,继续同时发布 ESM 与 CommonJS 入口;ESM 产物使用 `.js`,CommonJS 产物使用 `.cjs`,原有公开包名与子路径保持不变。同时收紧 tsdown 的依赖外置策略,避免 ESM 无条件内联可直接消费的依赖,并保证 CommonJS 不会同步加载 ESM-only 依赖。Webpack loader 与 CommonJS runtime 复用同一构建图,避免重复加载 Babel 8 等内联依赖;watch/serve 热更新复用解析缓存并采用轻量 AST 签名遍历,在完整语义约束允许时默认使用 OXC AST 快路径,并在普通 build、不支持的输入或运行时自动回退 Babel,避免冷构建同时加载双解析器。Webpack chunk 直接使用 compilation 产物图独立转译,原生 JS/WXS 才保留输出模块图关联,避免把 runtime bootstrap `require()` 误当作源码链接,降低 MPX、Taro Webpack 等链路的内存和插件处理耗时。Webpack 产物中的 harmony import 注释与 JSDoc import type 不再误触发模块图解析。** [#1004](https://github.com/sonofmagic/weapp-tailwindcss/pull/1004) by @sonofmagic

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/debug-uni-app-x/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/debug-uni-app-x",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
"repository": {
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.24

### Patch Changes

- 📦 **Dependencies** [`8d9cc88`](https://github.com/sonofmagic/weapp-tailwindcss/commit/8d9cc8878cc430a4953579e2c76213402f0932e1)
→ `@weapp-tailwindcss/postcss@3.2.0`, `@weapp-tailwindcss/shared@2.0.1`

## 0.0.23

### 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.23",
"version": "0.0.24",
"description": "@weapp-tailwindcss/experimental",
"author": "ice breaker <1324318532@qq.com>",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @weapp-tailwindcss/init

## 1.0.13

### Patch Changes

- 🐛 **升级核心 Babel 工具链到 Babel 8,并将 Node.js 最低版本提升到 `^22.18.0 || >=24.11.0`。相关包默认采用 ESM 语义,继续同时发布 ESM 与 CommonJS 入口;ESM 产物使用 `.js`,CommonJS 产物使用 `.cjs`,原有公开包名与子路径保持不变。同时收紧 tsdown 的依赖外置策略,避免 ESM 无条件内联可直接消费的依赖,并保证 CommonJS 不会同步加载 ESM-only 依赖。Webpack loader 与 CommonJS runtime 复用同一构建图,避免重复加载 Babel 8 等内联依赖;watch/serve 热更新复用解析缓存并采用轻量 AST 签名遍历,在完整语义约束允许时默认使用 OXC AST 快路径,并在普通 build、不支持的输入或运行时自动回退 Babel,避免冷构建同时加载双解析器。Webpack chunk 直接使用 compilation 产物图独立转译,原生 JS/WXS 才保留输出模块图关联,避免把 runtime bootstrap `require()` 误当作源码链接,降低 MPX、Taro Webpack 等链路的内存和插件处理耗时。Webpack 产物中的 harmony import 注释与 JSDoc import type 不再误触发模块图解析。** [#1004](https://github.com/sonofmagic/weapp-tailwindcss/pull/1004) by @sonofmagic
- 📦 **Dependencies** [`8d9cc88`](https://github.com/sonofmagic/weapp-tailwindcss/commit/8d9cc8878cc430a4953579e2c76213402f0932e1)
→ `@weapp-tailwindcss/logger@2.0.1`, `@weapp-tailwindcss/shared@2.0.1`

## 1.0.12

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

## 2.0.1

### Patch Changes

- 🐛 **升级核心 Babel 工具链到 Babel 8,并将 Node.js 最低版本提升到 `^22.18.0 || >=24.11.0`。相关包默认采用 ESM 语义,继续同时发布 ESM 与 CommonJS 入口;ESM 产物使用 `.js`,CommonJS 产物使用 `.cjs`,原有公开包名与子路径保持不变。同时收紧 tsdown 的依赖外置策略,避免 ESM 无条件内联可直接消费的依赖,并保证 CommonJS 不会同步加载 ESM-only 依赖。Webpack loader 与 CommonJS runtime 复用同一构建图,避免重复加载 Babel 8 等内联依赖;watch/serve 热更新复用解析缓存并采用轻量 AST 签名遍历,在完整语义约束允许时默认使用 OXC AST 快路径,并在普通 build、不支持的输入或运行时自动回退 Babel,避免冷构建同时加载双解析器。Webpack chunk 直接使用 compilation 产物图独立转译,原生 JS/WXS 才保留输出模块图关联,避免把 runtime bootstrap `require()` 误当作源码链接,降低 MPX、Taro Webpack 等链路的内存和插件处理耗时。Webpack 产物中的 harmony import 注释与 JSDoc import type 不再误触发模块图解析。** [#1004](https://github.com/sonofmagic/weapp-tailwindcss/pull/1004) by @sonofmagic

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/logger",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"description": "@weapp-tailwindcss/logger",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/minify-preserve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @weapp-tailwindcss/minify-preserve

## 0.0.1

### Patch Changes

- 🐛 **deps: upgrade** [`17c0dbe`](https://github.com/sonofmagic/weapp-tailwindcss/commit/17c0dbee727a642c78f9f9602e9d567a249d8025) by @sonofmagic
2 changes: 1 addition & 1 deletion packages/minify-preserve/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weapp-tailwindcss/minify-preserve",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"description": "Examples for keeping weapp-tailwindcss helper names during minification.",
"author": "ice breaker <1324318532@qq.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-calc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.3

### Patch Changes

- 🐛 **deps: upgrade** [`17c0dbe`](https://github.com/sonofmagic/weapp-tailwindcss/commit/17c0dbee727a642c78f9f9602e9d567a249d8025) by @sonofmagic

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-calc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weapp-tailwindcss/postcss-calc",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"packageManager": "pnpm@11.5.3",
"description": "PostCSS plugin to reduce calc()",
Expand Down
Loading
Loading