Skip to content

Releases: eleme/morjs

v1.0.49

30 May 09:31
Compare
Choose a tag to compare

Features

  • plugin-compiler & runtime-mini: 微信转支付宝、web时,支持双向绑定 by @shujian-cao in #45
  • plugin-compiler-baidu: 完善微信转百度双向绑定适配以及修复 s-for 指令适配逻辑 by @lyfeyaj in (3d15094)

1.0.48

23 May 04:29
Compare
Choose a tag to compare

1.0.48 (2023-05-23)

Bug Fixes

  • plugin-generator: 替换脚手架生成的 eslint 配置项,防止 eslint-config-prettier 8.0 所有子包收束到 prettier 后的报错 (#43) (004ce55)
  • runtime-mini: 修改生命周期执行顺序,修复微信 DSL 首次传入 props 未执行 observer 的问题 (#44) (3ee2f9a)

1.0.47

22 May 07:42
Compare
Choose a tag to compare

1.0.47 (2023-05-22)

Features

  • runtime-web: fields 调用和 scrollOffset,boundingClientRect 调用隔离 (#42) (f6d23e1)

1.0.46

19 May 08:40
Compare
Choose a tag to compare

1.0.46 (2023-05-19)

Features

  • runtime-mini: 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 (#38) (0044d4a)
  • runtime-web: selectorQuery 方法重构 & 支持 fields 查询 (#41) (902ffb7)

1.0.45

17 May 08:58
Compare
Choose a tag to compare

1.0.45 (2023-05-17)

Bug Fixes

  • runtime-web: swiper 默认为 inline 元素导致上下边距异常 (#39) (4b852c1)

Features

  • runtime-web: tabbar 组件之间的切换方法由 navigateTo 切换为 switchTab 行为与小程序保持一致 (b0f29ad)

1.0.44

12 May 06:29
Compare
Choose a tag to compare

1.0.44 (2023-05-12)

Bug Fixes

  • plugin-compiler-web: 修复 web 组件转换在生产模式下 js 文件名称错误及内容为空的问题 (7501253)
  • plugin-compiler: 修复 web 编译在生产模式下 css 文件可能未被压缩的问题 (ed509e4)

1.0.43

09 May 13:15
Compare
Choose a tag to compare

1.0.43 (2023-05-09)

Bug Fixes

  • runtime-web: 修复 onAppear 在某些特殊场景下可能不执行的问题 (#37) (1413271)