Skip to content

v2.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 09:53
· 0 commits to af7bcae6af3812a94d483a96ed636353d7da0654 since this release

v2.16.0

17 March 2022

🎉 New Features

🐛 Bug Fixes

  • use web save dialog in Remote Mode #669 by @yantze

  • fix plainWebview may load twice in electron #667 by @MMhunter

  • Add missing i18n #665 by @bytemain

  • fix cannot create connection to backend in electron #616 by @bytemain

  • use sorted editor groups #631 by @erha19

  • validate style when create file #655 by @AhkunTa

  • document formatting provider bug #660 by @Aaaaash

  • fix extension register container hidden state not restore #610 by @bytemain

  • 修复插件进程重启时带视图组件的 sumi 插件副作用清理逻辑 #534 by @bk1012

  • Display containerId when not set title in browserView contributes #556 by @bytemain

  • change handlerValueChange deps and function name #559 by @iamxukai

  • 修复阻止冒泡导致的 popover 自动隐藏不生效问题 #529 by @EAGzzyCSL

  • 修复侧边栏 tab 拖拽时拖拽图显示问题 #520 by @EAGzzyCSL

📚 Documentation Changes

💄 Code Style Changes

💄 Style Changes

🪚 Refactors

  • 通过 vscode.window.createInputBox 创建的 InputBox 可以动态更新显示效果了 #591 by @bytemain

🧹 Chores