Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 13:54
· 360 commits to main since this release
051b03f

2.2.0 (2024-02-26)

New features

  • add a way to provide readme and changelog url (6cd950c)
  • allow to override product configuration (3e372a4)
  • demo: add banner message and change window title (02c0992)
  • demo: add new service overrides (f558dd6)
  • demo: demo full workbench mode (680201d)
  • display extensions in extension gallery as builtin (cfd9aa0)
  • export SplitView component (d7903f5)
  • export tools required to finely register views (c1c5d41)
  • export type (f5846ea)
  • missing service overrides (0b27751)
  • move more function to common file (ad807ea)
  • workbench service override (647d6b1)

Bugfixes

  • add missing contributions (15e3a1e)
  • backport keyboard layout detection fix (d41ca14)
  • consider all extensions as builtin (b28738e)
  • demo: flag extension as web (bca6727)
  • do not fallback on defaut extension if the provided extension doesn't exist (121c6c6)
  • export missing service identifier (81cb459)
  • fix custom panel scrollbar scan (a133ca1)
  • fix fullscreen mode (ac64996)
  • fix readdir function on Window (8d100b2)
  • force extension host sooner (cb481e4)
  • increase build max memory (ef22f74)
  • missing assets (5dbf342)
  • missing extension assets bundling (8c8cc8b)
  • missing interface export (7716482)
  • only add extension if it's enabled (77d8e05)
  • only apply style if service is used (a383a10)
  • properly wait restoration (384f22b)
  • provide readme and changelog url of extensions (bd4a6f2)
  • remove check preventing from using React fragment for editor panels (bd3221a)
  • restore standalone editor style (0065700)
  • trigger delete and add event at the same time when renaming (5dd50a9)
  • wait service initialization (b8e2bf2)

Refactor

  • apply style on custom class (054dc6a)
  • extract tools to another module (eb2b04d)
  • put contribution at the end of imports (88d7db5)

Cleanup

  • demo: remove useless config (87699cd)
  • remove duplicated use of layout service override (324e7c4)
  • remove unused disposable store (f581c77)

Documentation

  • document new service overrides (c36ab72)

Libraries