diff --git a/CHANGLOG.md b/CHANGLOG.md index e7fabfa..48ec1f8 100644 --- a/CHANGLOG.md +++ b/CHANGLOG.md @@ -2,7 +2,12 @@ > Since the 5.1.11 version, we will provide change logs for each version of the update. -## v5.1.12 - beta +## v5.1.13 + +- 去掉`index.css`中的`padding` `margin` +- 新增`.inactive`class + +## v5.1.12 - 删除`src/miox-convert`模块,因为没有历史包袱,我们不需要使用这个模块。 - `webview:beforeEnter`事件,不再对于新创建webview过程而言,而是对于整个过程而言。因为将要展示的webview必定是存在的。但是可能选取的时候是不存在的。 diff --git a/package.json b/package.json index 2dc6891..a4a4b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "miox", - "version": "5.1.12", + "version": "5.1.13", "description": "[Modern infrastructure of complex SPA] Miox 可以自动帮你处理路由切换、webview 生命周期管理等各种单页应用会面临的问题,让你专注于 webview 内的业务开发。Miox 实现了生命周期和路由管理的最佳实践,避免了不统一的开发方式可能造成的性能下降和错误,并且可以平滑接入", "author": "沈赟杰", "license": "MIT", diff --git a/src/miox-animation/package.json b/src/miox-animation/package.json index c321b80..f0ecfdf 100644 --- a/src/miox-animation/package.json +++ b/src/miox-animation/package.json @@ -1,6 +1,6 @@ { "name": "miox-animation", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-compose/package.json b/src/miox-compose/package.json index 986286c..53923e9 100644 --- a/src/miox-compose/package.json +++ b/src/miox-compose/package.json @@ -1,6 +1,6 @@ { "name": "miox-compose", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-css/index.css b/src/miox-css/index.css index 0bdf5d4..268ce12 100644 --- a/src/miox-css/index.css +++ b/src/miox-css/index.css @@ -539,6 +539,13 @@ body, z-index: 0; } +.mx-webview.active { + z-index: 2; +} +.mx-webview.inactive { + z-index: 1; +} + .mx-webview>*:first-child { height: 100%!important; display: block!important; @@ -547,8 +554,4 @@ body, padding: 0; margin: 0; background-color: #fff; -} - -.mx-webview.active { - z-index: 1; } \ No newline at end of file diff --git a/src/miox-css/package.json b/src/miox-css/package.json index d1aa8dc..e9075bb 100644 --- a/src/miox-css/package.json +++ b/src/miox-css/package.json @@ -1,6 +1,6 @@ { "name": "miox-css", - "version": "5.1.12", + "version": "5.1.13", "description": "miox css", "main": "index.css", "author": "沈赟杰", diff --git a/src/miox-koa-vue2x-server-render/package.json b/src/miox-koa-vue2x-server-render/package.json index 5e78ee6..c985262 100644 --- a/src/miox-koa-vue2x-server-render/package.json +++ b/src/miox-koa-vue2x-server-render/package.json @@ -1,6 +1,6 @@ { "name": "miox-koa-vue2x-server-render", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-react/package.json b/src/miox-react/package.json index 1380d70..e81672d 100644 --- a/src/miox-react/package.json +++ b/src/miox-react/package.json @@ -1,6 +1,6 @@ { "name": "miox-react", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-router/package.json b/src/miox-router/package.json index 4452123..6f4028d 100644 --- a/src/miox-router/package.json +++ b/src/miox-router/package.json @@ -1,6 +1,6 @@ { "name": "miox-router", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", @@ -8,6 +8,6 @@ ], "dependencies": { "path-to-regexp": "^2.0.0", - "miox-compose": "^5.1.12" + "miox-compose": "^5.1.13" } } \ No newline at end of file diff --git a/src/miox-vue2x-classify/package.json b/src/miox-vue2x-classify/package.json index 2ec0282..6216479 100644 --- a/src/miox-vue2x-classify/package.json +++ b/src/miox-vue2x-classify/package.json @@ -1,6 +1,6 @@ { "name": "miox-vue2x-classify", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-vue2x-container/package.json b/src/miox-vue2x-container/package.json index 7b79b66..9fa3fbd 100644 --- a/src/miox-vue2x-container/package.json +++ b/src/miox-vue2x-container/package.json @@ -1,6 +1,6 @@ { "name": "miox-vue2x-container", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-vue2x-webpack-config/package.json b/src/miox-vue2x-webpack-config/package.json index 92c7ede..af18c49 100644 --- a/src/miox-vue2x-webpack-config/package.json +++ b/src/miox-vue2x-webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "miox-vue2x-webpack-config", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox-vue2x/package.json b/src/miox-vue2x/package.json index 8028cf1..19bc3ac 100644 --- a/src/miox-vue2x/package.json +++ b/src/miox-vue2x/package.json @@ -1,6 +1,6 @@ { "name": "miox-vue2x", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", diff --git a/src/miox/package.json b/src/miox/package.json index da47005..68cf795 100644 --- a/src/miox/package.json +++ b/src/miox/package.json @@ -1,6 +1,6 @@ { "name": "miox", - "version": "5.1.12", + "version": "5.1.13", "main": "build/index.js", "files": [ "build", @@ -9,7 +9,7 @@ "dependencies": { "flatten": "^1.0.2", "is-class": "0.0.4", - "miox-compose": "^5.1.12", + "miox-compose": "^5.1.13", "url": "^0.11.0" } } \ No newline at end of file