@wiajs/core 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierignore +1 -2
- package/CHANGELOG.md +14 -1
- package/package.json +2 -2
package/.prettierignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2023-08-13
|
|
4
|
+
|
|
5
|
+
- src/touch
|
|
6
|
+
document touch 事件传递到 app,便于 app.on 接收。
|
|
7
|
+
|
|
8
|
+
## 2023-08-08
|
|
9
|
+
|
|
10
|
+
- wiapage.js
|
|
11
|
+
输出 page 类,方便 vite 模式下加载调试。
|
|
12
|
+
- wia.config.js
|
|
13
|
+
wia 相关配置从 src/config/app.js 中移到 wia.config.js 中
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## 2020-04-06
|
|
4
17
|
|
|
5
18
|
- \* util/wiamap.js
|
|
@@ -11,7 +24,7 @@
|
|
|
11
24
|
pub pubing 存放到 wia 下面
|
|
12
25
|
|
|
13
26
|
- \* util/pages.js
|
|
14
|
-
|
|
27
|
+
-> wiapage.js
|
|
15
28
|
自动处理编译、发布时 page 目录下的页面代码
|
|
16
29
|
- \+ wiaconfig.js
|
|
17
30
|
wia 相关配置从 src/config/app.js 中移到 wiaconfig.js 中
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wiajs/core",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "wia app core package. refer
|
|
3
|
+
"version": "1.0.10",
|
|
4
|
+
"description": "wia app core package. refer from Framework7.",
|
|
5
5
|
"main": "./dist/core.cmn.js",
|
|
6
6
|
"module": "./dist/core.esm.js",
|
|
7
7
|
"types": "./dist/core.d.ts",
|