File tree Expand file tree Collapse file tree 12 files changed +84
-10
lines changed Expand file tree Collapse file tree 12 files changed +84
-10
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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** plugin-compiler-web:** 取用户配置空值兜底 ([ bf97608] ( https://github.com/eleme/morjs/commit/bf976083bade3cf78821cfb339e09ec6c841cdac ) )
11
+
12
+ ### Features
13
+
14
+ - ** plugin-compiler-web:** 样式文件中[ @import ] ( https://github.com/import ) 内容可写入样式文件 ([ 935871a] ( https://github.com/eleme/morjs/commit/935871af633322410a734537d7af90b0e37caffa ) )
15
+ - ** plugin-compiler-web:** 转 web 时 tabbar 兼容微信使用场景 ([ 33acea7] ( https://github.com/eleme/morjs/commit/33acea789975d66c076fd5752ec067ac95d61b49 ) )
16
+ - ** plugin-compiler:** css 压缩获取短类名时的执行顺序调整,让业务判断获取更高的优先级 ([ e3d9c3f] ( https://github.com/eleme/morjs/commit/e3d9c3fa8e016475bd7b10a843d94bb854a37065 ) )
17
+ - ** plugin-compiler:** runtime 方法替换兼容 return 语句 ([ caa684e] ( https://github.com/eleme/morjs/commit/caa684e5ccb6cea6297f33b011344d1bca5521d5 ) )
18
+ - ** plugin-compiler:** runtime 方法替换兼容 return 语句(增强判断) ([ 10b4090] ( https://github.com/eleme/morjs/commit/10b4090cc3361fd0d06f70b69b7b5c7a5bc9b198 ) )
19
+ - ** runtime-web:** loading 组件样式调整,对齐支付宝最新样式 ([ 859d075] ( https://github.com/eleme/morjs/commit/859d07586532350ca859169429f86600d93c7689 ) )
20
+ - ** runtime-web:** tabbar 兼容不配置 icon 场景 ([ fa15499] ( https://github.com/eleme/morjs/commit/fa15499f6e21b3bcf1574c60e879d93a96ee0e96 ) )
21
+
6
22
## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
23
8
24
### Bug Fixes
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.109 "
28
+ "version" : " 1.0.110 "
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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+ ** Note:** Version bump only for package @morjs/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
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.109 " ,
3
+ "version" : " 1.0.110 " ,
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.109 " ,
37
+ "@morjs/plugin-compiler" : " 1.0.110 " ,
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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+ ** Note:** Version bump only for package create-mor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
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.109 " ,
3
+ "version" : " 1.0.110 " ,
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.109 "
29
+ "@morjs/cli" : " 1.0.110 "
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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** plugin-compiler-web:** 取用户配置空值兜底 ([ bf97608] ( https://github.com/eleme/morjs/commit/bf976083bade3cf78821cfb339e09ec6c841cdac ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** plugin-compiler-web:** 样式文件中[ @import ] ( https://github.com/import ) 内容可写入样式文件 ([ 935871a] ( https://github.com/eleme/morjs/commit/935871af633322410a734537d7af90b0e37caffa ) )
17
+ * ** plugin-compiler-web:** 转 web 时 tabbar 兼容微信使用场景 ([ 33acea7] ( https://github.com/eleme/morjs/commit/33acea789975d66c076fd5752ec067ac95d61b49 ) )
18
+
19
+
20
+
21
+
22
+
6
23
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-web" ,
3
- "version" : " 1.0.108 " ,
3
+ "version" : " 1.0.110 " ,
4
4
"description" : " mor complier plugin for web" ,
5
5
"keywords" : [
6
6
" mor" ,
32
32
"dependencies" : {
33
33
"@babel/runtime" : " 7.21.0" ,
34
34
"@morjs/plugin-compiler-alipay" : " 1.0.106" ,
35
- "@morjs/runtime-web" : " 1.0.108 " ,
35
+ "@morjs/runtime-web" : " 1.0.110 " ,
36
36
"@morjs/utils" : " 1.0.71" ,
37
37
"postcss" : " 7.0.39" ,
38
38
"postcss-import-sync" : " 7.1.4"
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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** plugin-compiler:** css 压缩获取短类名时的执行顺序调整,让业务判断获取更高的优先级 ([ e3d9c3f] ( https://github.com/eleme/morjs/commit/e3d9c3fa8e016475bd7b10a843d94bb854a37065 ) )
12
+ * ** plugin-compiler:** runtime 方法替换兼容 return 语句 ([ caa684e] ( https://github.com/eleme/morjs/commit/caa684e5ccb6cea6297f33b011344d1bca5521d5 ) )
13
+ * ** plugin-compiler:** runtime 方法替换兼容 return 语句(增强判断) ([ 10b4090] ( https://github.com/eleme/morjs/commit/10b4090cc3361fd0d06f70b69b7b5c7a5bc9b198 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
20
8
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler" ,
3
- "version" : " 1.0.109 " ,
3
+ "version" : " 1.0.110 " ,
4
4
"description" : " mor compiler plugin" ,
5
5
"keywords" : [
6
6
" mor" ,
37
37
"@morjs/plugin-compiler-kuaishou" : " 1.0.106" ,
38
38
"@morjs/plugin-compiler-qq" : " 1.0.106" ,
39
39
"@morjs/plugin-compiler-taobao" : " 1.0.106" ,
40
- "@morjs/plugin-compiler-web" : " 1.0.108 " ,
40
+ "@morjs/plugin-compiler-web" : " 1.0.110 " ,
41
41
"@morjs/plugin-compiler-wechat" : " 1.0.106" ,
42
42
"@morjs/runtime-mini" : " 1.0.106" ,
43
43
"@morjs/utils" : " 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.110] ( https://github.com/eleme/morjs/compare/v1.0.109...v1.0.110 ) (2024-04-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** runtime-web:** loading 组件样式调整,对齐支付宝最新样式 ([ 859d075] ( https://github.com/eleme/morjs/commit/859d07586532350ca859169429f86600d93c7689 ) )
12
+ * ** runtime-web:** tabbar 兼容不配置 icon 场景 ([ fa15499] ( https://github.com/eleme/morjs/commit/fa15499f6e21b3bcf1574c60e879d93a96ee0e96 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/runtime-web" ,
3
- "version" : " 1.0.108 " ,
3
+ "version" : " 1.0.110 " ,
4
4
"description" : " mor runtime for web" ,
5
5
"keywords" : [
6
6
" mor" ,
You can’t perform that action at this time.
0 commit comments