Skip to content

v2.13.0

Compare
Choose a tag to compare
@erha19 erha19 released this 21 Dec 13:37
· 2376 commits to main since this release
1b92981

v2.13.0

16 December 2021

🐛 Bug Fixes

  • improve menu registry performance #131 by @Aaaaash

  • unable to load a local resource whose path has been encoded #122 by @alyzhao

  • make editor tabs and actions display as expected #120 by @erha19

  • fix storage path on Windows #121 by @EAGzzyCSL

  • remove @opensumi/ide-core-browser from types package #102 by @jinboker

  • fix configuration parse on extension process such as a.b.c value #72 by @Aaaaash

  • fix theme fallback logic while has no theme #63 by @Aaaaash

  • rename default applicationName #38 by @Aaaaash

  • fix some ref error #37 by @Aaaaash

  • compatible with icon of submenus contribution points #8 by @Aaaaash

🎉 New Features

📚 Documentation Changes

💄 Code Style Changes

🪚 Refactors

  • improve debug view render perf (#98) #98 by @Aaaaash

  • optimize the rendering performance of the Search interface and reduce partial redrawing #94 by @Aaaaash

🧹 Chores

💄 Style Changes