@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 CHANGED
@@ -16,10 +16,9 @@ wiamap.yml
16
16
 
17
17
  package.json
18
18
  package-lock.json
19
- package
20
19
  yarn.lock
21
20
 
21
+ node_modules
22
22
  dist
23
23
  doc
24
24
  .vscode
25
- node_modules
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
- rename wiapage.js
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.9",
4
- "description": "wia app core package. refer to Framework7.",
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",