Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit e5c6a2f

Browse files
committed
docs: clean changelog
1 parent 91428a8 commit e5c6a2f

File tree

2 files changed

+56
-57
lines changed

2 files changed

+56
-57
lines changed

CHANGELOG.md

+53-54
Original file line numberDiff line numberDiff line change
@@ -7,156 +7,155 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
* fix transformed quotes, close https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37 ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @
10+
* fix transformed quotes, close <https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37> ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @ModyQyW
1111

1212
## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28)
1313

1414
### Bug Fixes
1515

16-
* fix style judgement ([76378eb](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/76378eb60b048b075d6ad14ca9f2e7fb3f013b97)) - by @
17-
* fix template judgement ([fa43006](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/fa430065e69be2eb864d7ab820ca4b254df3ccd6)) - by @
18-
19-
# 改动日志
16+
* fix style judgement ([76378eb](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/76378eb60b048b075d6ad14ca9f2e7fb3f013b97)) - by @ModyQyW
17+
* fix template judgement ([fa43006](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/fa430065e69be2eb864d7ab820ca4b254df3ccd6)) - by @ModyQyW
2018

2119
## 0.15.0 (2024-03-13)
2220

23-
- feat: 支持 `[email protected]` [设置直接子元素样式](https://tailwindcss.com/docs/hover-focus-and-other-states#styling-direct-children)
24-
- feat: 支持修复 `.text-[32rpx]` 样式设置,现在会正确地使用 `font-size` 而不是 `color`
21+
* feat: 支持 `[email protected]` [设置直接子元素样式](https://tailwindcss.com/docs/hover-focus-and-other-states#styling-direct-children)
22+
* feat: 支持修复 `.text-[32rpx]` 样式设置,现在会正确地使用 `font-size` 而不是 `color`
2523

2624
## 0.14.2 (2023-11-27)
2725

28-
- feat: `transformScript` 支持对象键转换
26+
* feat: `transformScript` 支持对象键转换
2927

3028
## 0.14.1 (2023-11-27)
3129

32-
- fix: 修复 unicode 没有被替换的问题
30+
* fix: 修复 unicode 没有被替换的问题
3331

3432
## 0.14.0 (2023-11-22)
3533

36-
- fix: 修复正则表达式不正确的问题
34+
* fix: 修复正则表达式不正确的问题
3735

3836
## 0.14.0-0 (2023-10-13)
3937

40-
- feat: 增加 `shouldTransformScript` 选项,允许转换脚本文件
41-
- feat!: 选项 `shouldTransformTemplateAttribute` 重命名为 `shouldTransformAttribute`,该选项目前也被用于脚本文件的转换
42-
- feat!: 调整 `elementMap` 默认值,移除 `span` 的转换,`span` 目前被用于微信小程序 Skyline 引擎元素
38+
* feat: 增加 `shouldTransformScript` 选项,允许转换脚本文件
39+
* feat!: 选项 `shouldTransformTemplateAttribute` 重命名为 `shouldTransformAttribute`,该选项目前也被用于脚本文件的转换
40+
* feat!: 调整 `elementMap` 默认值,移除 `span` 的转换,`span` 目前被用于微信小程序 Skyline 引擎元素
4341

4442
## 0.13.1 (2023-09-27)
4543

46-
- revert: 回滚 0.13.0
44+
* revert: 回滚 0.13.0
4745

4846
## 0.13.0 (2023-09-27)
4947

50-
- feat: 移除 `babel`,现在直接替换模板内的相关类值
48+
* feat: 移除 `babel`,现在直接替换模板内的相关类值
5149

5250
## 0.12.0 (2023-09-20)
5351

54-
- feat: 增加 `@` 字符支持
55-
- fix: 修复字符替换顺序
52+
* feat: 增加 `@` 字符支持
53+
* fix: 修复字符替换顺序
5654

5755
## 0.11.0 (2023-09-14)
5856

59-
- feat: 增加 `?` 字符支持
57+
* feat: 增加 `?` 字符支持
6058

6159
## 0.10.0 (2023-05-16)
6260

63-
- build: 切换到 `unbuild`
64-
- feat: 增加 `shouldTransformTemplateAttribute` 选项,允许自定义更多类名支持
65-
- feat: 增加默认类名支持
66-
- feat: 增加 `$` 字符支持
67-
- feat!: 移除 `apply``getShouldApply` 选项,请使用 `shouldApply` 代替
61+
* build: 切换到 `unbuild`
62+
* feat: 增加 `shouldTransformTemplateAttribute` 选项,允许自定义更多类名支持
63+
* feat: 增加默认类名支持
64+
* feat: 增加 `$` 字符支持
65+
* feat!: 移除 `apply``getShouldApply` 选项,请使用 `shouldApply` 代替
6866

6967
## 0.9.1 (2023-01-04)
7068

71-
- build: 切换到 `rollup`
69+
* build: 切换到 `rollup`
7270

7371
## 0.9.0 (2022-12-14)
7472

75-
- feat: 支持 vite@4
76-
- feat: 支持处理更多的类属性
77-
- feat!: 要求 `node >= 14.18`
73+
* feat: 支持 vite@4
74+
* feat: 支持处理更多的类属性
75+
* feat!: 要求 `node >= 14.18`
7876

7977
## 0.8.1 (2022-11-16)
8078

81-
- fix: 修复构建
79+
* fix: 修复构建
8280

8381
## 0.8.0 (2022-11-16)
8482

85-
- feat!: 迁移到 `@uni-helper/vite-plugin-uni-tailwind`
86-
- feat!: 要求 `node >= 14.16`
83+
* feat!: 迁移到 `@uni-helper/vite-plugin-uni-tailwind`
84+
* feat!: 要求 `node >= 14.16`
8785

8886
## 0.7.1 (2022-11-03)
8987

90-
- perf: 优化默认的 `getShouldApply` 方法
88+
* perf: 优化默认的 `getShouldApply` 方法
9189

9290
## 0.7.0 (2022-10-20)
9391

94-
- feat: 支持 `=``&` 符号转换
92+
* feat: 支持 `=``&` 符号转换
9593

9694
## 0.6.2 (2022-10-12)
9795

98-
- fix: 修复构建
96+
* fix: 修复构建
9997

10098
## 0.6.1 (2022-10-12)
10199

102-
- perf: 移除多余元素映射,现在生成的样式代码更少
103-
- fix: 修复 `space-between``divide-width` 样式替换不正确的问题
100+
* perf: 移除多余元素映射,现在生成的样式代码更少
101+
102+
* fix: 修复 `space-between``divide-width` 样式替换不正确的问题
104103

105104
## 0.6.0 (2022-09-30)
106105

107-
- feat: 支持替换模板 `class``classname``class-name``*-class``*-classname``*-class-name` 中的类名
108-
- feat!: 现在要求使用 `node >= 12.2`
109-
- feat!: 现在构建目标是 `node12.2`
110-
- fix: 修复了构建不正常的问题
106+
* feat: 支持替换模板 `class``classname``class-name``*-class``*-classname``*-class-name` 中的类名
107+
* feat!: 现在要求使用 `node >= 12.2`
108+
* feat!: 现在构建目标是 `node12.2`
109+
* fix: 修复了构建不正常的问题
111110

112111
## 0.5.0
113112

114-
- feat!: 移除 `*` 特殊处理,现在可以指定插件应用于哪些平台,默认为 `MP``QUICKAPP`
115-
- feat!: 更名为 `vite-plugin-uni-app-tailwind`,现在只支持 `vite`
113+
* feat!: 移除 `*` 特殊处理,现在可以指定插件应用于哪些平台,默认为 `MP``QUICKAPP`
114+
* feat!: 更名为 `vite-plugin-uni-app-tailwind`,现在只支持 `vite`
116115

117116
## 0.4.1
118117

119-
- fix: 修复编译成 `APP``uni-app` 插入的样式选择器替换不正确的问题
118+
* fix: 修复编译成 `APP``uni-app` 插入的样式选择器替换不正确的问题
120119

121120
## 0.4.0
122121

123-
- feat: 增加 `replaceStarSelectorPlatform``getShouldReplaceStarSelector` 选项
124-
- feat!: 增加 `*` 特殊处理,现在默认只在 `MP``QUICKAPP` 平台替换 `*`
125-
- fix: 修复选择器带有 `uni-` 前缀时仍被替换的问题
126-
- fix: 修复编译成 `APP``uni-app` 插入的样式选择器替换不正确的问题
122+
* feat: 增加 `replaceStarSelectorPlatform``getShouldReplaceStarSelector` 选项
123+
* feat!: 增加 `*` 特殊处理,现在默认只在 `MP``QUICKAPP` 平台替换 `*`
124+
* fix: 修复选择器带有 `uni-` 前缀时仍被替换的问题
125+
* fix: 修复编译成 `APP``uni-app` 插入的样式选择器替换不正确的问题
127126

128127
## 0.3.1
129128

130-
- fix: 补充元素映射
129+
* fix: 补充元素映射
131130

132131
## 0.3.0
133132

134-
- feat: 增加 `+` 转码
133+
* feat: 增加 `+` 转码
135134

136135
## 0.2.2
137136

138-
- fix: 修复类型定义
137+
* fix: 修复类型定义
139138

140139
## 0.2.1
141140

142-
- fix: 修复构建和导出
141+
* fix: 修复构建和导出
143142

144143
## 0.2.0
145144

146-
- feat!: 重命名为 `unplugin-uni-app-tailwind`
147-
- feat: 使用 `unplugin` 支持 `webpack`
145+
* feat!: 重命名为 `unplugin-uni-app-tailwind`
146+
* feat: 使用 `unplugin` 支持 `webpack`
148147

149148
## 0.1.0
150149

151150
同 0.0.3。
152151

153152
## 0.0.3
154153

155-
- fix: 修复错误处理文件内容的问题
154+
* fix: 修复错误处理文件内容的问题
156155

157156
## 0.0.2
158157

159-
- fix: 修复导入
158+
* fix: 修复导入
160159

161160
## 0.0.1
162161

packages/core/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
* fix transformed quotes, close https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37 ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @
10+
* fix transformed quotes, close <https://github.com/uni-helper/vite-plugin-uni-tailwind/issues/37> ([ce18454](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/ce18454c1a3d3273b20317912feeb1bc958dab81)) - by @ModyQyW
1111

1212
## [0.15.1](https://github.com/uni-helper/vite-plugin-uni-tailwind/compare/v0.15.0...v0.15.1) (2024-10-28)
1313

1414
### Bug Fixes
1515

16-
* fix style judgement ([76378eb](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/76378eb60b048b075d6ad14ca9f2e7fb3f013b97)) - by @
17-
* fix template judgement ([fa43006](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/fa430065e69be2eb864d7ab820ca4b254df3ccd6)) - by @
16+
* fix style judgement ([76378eb](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/76378eb60b048b075d6ad14ca9f2e7fb3f013b97)) - by @ModyQyW
17+
* fix template judgement ([fa43006](https://github.com/uni-helper/vite-plugin-uni-tailwind/commit/fa430065e69be2eb864d7ab820ca4b254df3ccd6)) - by @ModyQyW

0 commit comments

Comments
 (0)