File tree Expand file tree Collapse file tree 10 files changed +57
-8
lines changed Expand file tree Collapse file tree 10 files changed +57
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
+
8
+ ### Features
9
+
10
+ - ** plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([ 148c9fe] ( https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e ) )
11
+ - ** plugin-compiler:** 优化类名拆分逻辑 ([ f518e98] ( https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765 ) )
12
+ - ** plugin-compiler:** 优化去除文件路径后缀逻辑 ([ 5d30d0e] ( https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688 ) )
13
+ - ** plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([ 6abc138] ( https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520 ) )
14
+
6
15
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
16
8
17
### Features
Original file line number Diff line number Diff line change 25
25
"message" : " chore(release): publish packages"
26
26
}
27
27
},
28
- "version" : " 1.0.102 "
28
+ "version" : " 1.0.103 "
29
29
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
+
8
+ ** Note:** Version bump only for package @morjs/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
15
8
16
** Note:** Version bump only for package @morjs/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/cli" ,
3
- "version" : " 1.0.102 " ,
3
+ "version" : " 1.0.103 " ,
4
4
"description" : " mor cli" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
},
35
35
"dependencies" : {
36
36
"@morjs/plugin-analyzer" : " 1.0.71" ,
37
- "@morjs/plugin-compiler" : " 1.0.102 " ,
37
+ "@morjs/plugin-compiler" : " 1.0.103 " ,
38
38
"@morjs/plugin-composer" : " 1.0.72" ,
39
39
"@morjs/plugin-generator" : " 1.0.71" ,
40
40
"@morjs/plugin-mocker" : " 1.0.71" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
+
8
+ ** Note:** Version bump only for package create-mor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
15
8
16
** Note:** Version bump only for package create-mor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-mor" ,
3
- "version" : " 1.0.102 " ,
3
+ "version" : " 1.0.103 " ,
4
4
"license" : " MIT" ,
5
5
"authors" : [
6
6
" Felix Liu <lyfeyaj@gmail.com> (https://github.com/lyfeyaj)"
26
26
},
27
27
"homepage" : " https://github.com/eleme/morjs/tree/main/packages/create-mor#readme" ,
28
28
"dependencies" : {
29
- "@morjs/cli" : " 1.0.102 "
29
+ "@morjs/cli" : " 1.0.103 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([ 148c9fe] ( https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.95] ( https://github.com/eleme/morjs/compare/v1.0.95-beta.1...v1.0.95 ) (2024-01-16)
7
18
8
19
** Note:** Version bump only for package @morjs/plugin-compiler-baidu
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-baidu" ,
3
- "version" : " 1.0.95 " ,
3
+ "version" : " 1.0.103 " ,
4
4
"description" : " mor complier plugin for baidu miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** plugin-compiler:** 优化类名拆分逻辑 ([ f518e98] ( https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765 ) )
12
+ * ** plugin-compiler:** 优化去除文件路径后缀逻辑 ([ 5d30d0e] ( https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688 ) )
13
+ * ** plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([ 6abc138] ( https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
20
8
21
** Note:** Version bump only for package @morjs/plugin-compiler
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler" ,
3
- "version" : " 1.0.102 " ,
3
+ "version" : " 1.0.103 " ,
4
4
"description" : " mor compiler plugin" ,
5
5
"keywords" : [
6
6
" mor" ,
31
31
"dependencies" : {
32
32
"@morjs/api" : " 1.0.69" ,
33
33
"@morjs/plugin-compiler-alipay" : " 1.0.95" ,
34
- "@morjs/plugin-compiler-baidu" : " 1.0.95 " ,
34
+ "@morjs/plugin-compiler-baidu" : " 1.0.103 " ,
35
35
"@morjs/plugin-compiler-bytedance" : " 1.0.95" ,
36
36
"@morjs/plugin-compiler-dingding" : " 1.0.95" ,
37
37
"@morjs/plugin-compiler-kuaishou" : " 1.0.95" ,
You can’t perform that action at this time.
0 commit comments