Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

48 lines (24 loc) · 2.7 KB

3.2.0 (2022-04-25)

Bug Fixes

  • 更新插件文档 (4d8fd98)
  • 添加消息监听与发送消息的示例代码 (ab7fb4c)
  • 修复部分类型错误: 添加英文注释 | add English Comment (a439a0a)
  • 修复无法打包问题 (3b2a703)
  • 修复git commit规范不生效问题: 使用新的包指定commit规范 (93a7c1c)
  • 在globalProperties中添加消息监听,适配CompositionAPI (a9ca073)
  • update .gitignore (a154d53)

Features

  • 更新版本号: 更新日志记录 (bb5555b)
  • 使用vue3+typescript重构原来的插件: 删除代码内已经废弃的vue2方法,替换为vue3支持的写法 (d21f3b6)
  • 添加VueCLI作为打包工具 (7475000)
  • add pinia support (7298187)
  • add sample code for message monitoring and message sending (fa5f37a)

3.0.2 (2020-11-20)

Bug Fixes

  • 修复部分类型错误: 添加英文注释 | add English Comment (a439a0a)

3.0.1 (2020-11-04)

Bug Fixes

  • 修复git commit规范不生效问题: 使用新的包指定commit规范 (93a7c1c)

3.0.0 (2020-10-29)

Features

  • 使用vue3+typescript重构原来的插件: 删除代码内已经废弃的vue2方法,替换为vue3支持的写法 (d21f3b6)