Skip to content

Releases: opensumi/core

v2.13.4

24 Dec 02:15
Compare
Choose a tag to compare

v2.13.4

23 December 2021

🐛 Bug Fixes

  • fix the problem that the content of large files may be disordered when saving #189 by @Aaaaash

v2.13.3

21 Dec 13:09
Compare
Choose a tag to compare

v2.13.3

20 December 2021

🐛 Bug Fixes

v2.13.2

21 Dec 13:30
Compare
Choose a tag to compare

v2.13.2

20 December 2021

🎉 New Features

  • support component cdn type configuration #154 by @erha19

📚 Documentation Changes

💄 Style Changes

  • Improve Terminal theme colorToken registration logic #148 by @Aaaaash

v2.13.1

21 Dec 13:32
Compare
Choose a tag to compare

v2.13.1

17 December 2021

🐛 Bug Fixes

  • handle webpack loader and esm module #142 by @yantze

  • fix Github CI Node.js version selection #139 by @yantze

💄 Code Style Changes

🧹 Chores

v2.13.0

21 Dec 13:37
1b92981
Compare
Choose a tag to compare

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