@marsjs/core

0.2.22 (2019-09-03)

Bug Fixes

  • core: fix navigateBack detached error (645ac08)

Features

  • core: 增加生命周期类型定义 (0773f94)

0.2.21 (2019-09-02)

Bug Fixes

0.2.20 (2019-08-30)

Features

BREAKING CHANGES

  • core: swan lifecycle-2-0 is a breaking change

0.2.19 (2019-08-21)

Features

  • core: 增加 recognizeImage 类型定义 (802dec5)
  • core: 补充 ts 定义 (e86a7db)
  • core & build: 小程序 SFC 中支持 Vue.extend() 写法 (#161) (44a6cf5)

0.2.18 (2019-08-08)

Note: Version bump only for package @marsjs/core

0.2.17 (2019-08-08)

Features

  • core: export Vue and config in wx (87662a3)

0.2.16 (2019-07-19)

Features

0.2.15 (2019-07-11)

Bug Fixes

  • core: fix 切换组件 inited 时 computed 数据错误 (#133) (803bac8)

0.2.14 (2019-07-04)

Performance Improvements

  • core: 去掉不需要的初始 setData 和数据字段 (#129) (8a19371)

0.2.13 (2019-06-20)

Note: Version bump only for package @marsjs/core

0.2.12 (2019-06-19)

Bug Fixes

0.2.11 (2019-06-11)

Features

  • build & core: class 和 style 属性支持使用过滤器 (fe652db)

0.2.10 (2019-05-29)

Note: Version bump only for package @marsjs/core

0.2.9 (2019-05-14)

Features

  • build & core: (require build@0.2.24+) add h5 runtime entry (f1f7ff9)

0.2.8 (2019-05-13)

Features

0.2.7 (2019-04-22)

Features

  • core & build: (require build@0.2.13+) 微信小程序支持 filter 和复杂表达式 (9fdb951)

0.2.6 (2019-04-19)

Features

  • core & build: (require build@0.2.12+) 支持过滤器和复杂表达式 (2e13b5e)

0.2.5 (2019-04-17)

Features

  • core & build: (require build@0.2.10+) 支持跳过实例更新时跳过 computed 通过 properties 传给小程序 skipLaterCalc (6dcf61c)

0.2.4 (2019-04-17)

Bug Fixes

  • core: v-model in pages not working (16cbaf4)

Performance Improvements

  • core: disable computed props for later render (50c89fb)

0.2.3 (2019-04-09)

  • initial version