Skip to content

chore(release): publish 3.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 11:07

特性

小程序

  • 迁移plugin-inject到主仓 (6390b29)
  • advanced: 虚拟列表支持 enhanced 属性 fix #13217 (55de2b6)
  • vue support fragment fix (c0aa4e0)

H5

  • h5: 更新 navigator 组件支持参数 (f6af1ea)
  • h5: 优化 ScrollViewContext 支持 (77a5063)

修复

小程序

  • 修复 location pathname 错误解析逻辑 (ec09d98)
  • 修复拼写错误 (1c21446)@hxlniada
  • components: update input methods (0a2790a)
  • components: VirtualList restCount可能是负数 (4e3cad3)@halodong
  • library: 修复旧版本适配器导出 (9f82c0a)
  • react: 禁用 react 合成事件抛出 fix #13223 (ff64cad)

H5

  • h5: 为 vue 适配器映射 tap & click 事件 fix #13210 (591dd76)
  • h5: 修复 vue2 v-model 语法使用 (406dfc4)
  • h5: lint styles (1b272b1)

RN

  • postcss-pxtransform: 修复px值在transform过程中重复执行问题 (#13243) (63c8dab)