Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1 KB

CHANGLOG.md

File metadata and controls

33 lines (22 loc) · 1 KB

Miox change logs

Since the 5.1.11 version, we will provide change logs for each version of the update.

5.1.15 pending - beta

  • miox-router 新增static方法,用来简化路由队列。

static方法演示:

route.static({
  '/a/:id': WebviewA,
  '/b/:id': WebviewB,
  ...
})

v5.1.14

  • 修正dictionary中key变量全部字符串化的Bug.

v5.1.13

  • 去掉index.css中的padding margin
  • 新增.inactiveclass

v5.1.12

  • 删除src/miox-convert模块,因为没有历史包袱,我们不需要使用这个模块。
  • webview:beforeEnter事件,不再对于新创建webview过程而言,而是对于整个过程而言。因为将要展示的webview必定是存在的。但是可能选取的时候是不存在的。
  • 在miox页面切换的时候,增加.inactive类,与.active对应。同时更新animate.js的动画处理逻辑,使其能够更加自如应对各种情况。
  • 修改miox-css中的.mx-webview>*样式,要求是一个全屏容器。