Skip to content

Releases: CodinGame/monaco-vscode-api

v1.69.9

Choose a tag to compare

@github-actions github-actions released this 23 Aug 16:18
d11e44e

1.69.9 (2022-08-23)

  • fix: fix module side effect in second rollup pass (09aeb9b)
  • fix: re-apply rollup double-pass (954d3b6)

v1.69.8

Choose a tag to compare

@github-actions github-actions released this 23 Aug 15:51
71c1867

1.69.8 (2022-08-23)

  • fix: remove rollup double pass (177370e)
  • clean(demo): do not use deprecated message service override (a909690)
  • lib(demo): update dependencies (0f41303)

v1.69.7

Choose a tag to compare

@github-actions github-actions released this 23 Aug 15:13
9012f96

1.69.7 (2022-08-23)

  • fix: import polyfills from monaco module (b7b9657)

v1.69.6

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:56
71bb6fc

1.69.6 (2022-08-22)

  • fix: missing typeVersions (a6206dc)

v1.69.5

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:45
36e82a5

1.69.5 (2022-08-22)

  • feat: split message feature-override into notifications and messages (40036f7)

v1.69.4

Choose a tag to compare

@github-actions github-actions released this 19 Aug 14:37
54c2cff

1.69.4 (2022-08-19)

  • fix: put user configuration and keybindings in separate scheme (0c03413)
  • fix: properly polyfill Color class (f13f5d4)
  • refactor: create and use polyfill functions (e595525)

v1.69.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 09:31
fd0f896

1.69.3 (2022-08-19)

v1.69.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 10:16
6c7807f

1.69.2 (2022-08-16)

  • fix: add missing polyfill (d9363b9)

v1.69.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 09:52
e415984

1.69.1 (2022-08-16)

  • fix: use partial version of wrong vscode types (d7faa2f)
  • fix!: only take the path as parameter (a43c49b)
  • fix: initialize service right after they are initialized (254dd0c)
  • fix: configurationService requires workspaceContextService (fefc0d6)
  • fix: rewrite dynamic imports so it works everywhere (9717862)
  • feat: expose registerColor function (6fe57ac)
  • feat: expose json schema getter function (139289b)
  • fix: force load snippet service (3116e8e)
  • feat: register configuration json schemas (01de7ed)
  • clean: clean comment (1c98073)
  • clean: remove non-working code (b240d49)

v1.69.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:58
6135f54

1.69.0 (2022-08-14)

  • fix: add missing polyfill (fac183b)
  • chore: use self hosted runner (90153ec)
  • doc: update README (7fbbe2e)
  • feat: snippets service override (8078b54)
  • feat: language service override (d90ce95)
  • clean: remove now useless hack (33bbc76)
  • fix: suppress warnings in console (32bc5c6)
  • fix: improve polyfills and add some more (3a8d11e)
  • feat: export additional things (c484c9b)
  • feat: update monaco and vscode-api code (e162b89)
  • fix: resolve json modules (16c6883)
  • fix: preserve const enums (4c03df8)
  • fix: improve treeshaking, do not hack pure function to remove unwanted code (46ff824)
  • fix: fix ConfiguredStandaloneEditor (2e7d80f)
  • fix: remove another method call (fb5c3a1)
  • fix: Better handle externals (ee87cd9)
  • fix: keep ExtensionsRegistry (02549d8)
  • fix: Keep some registerSchema calls (88c493e)
  • fix: Wrap pure comments in parenthesis (dc4f276)
  • fix: Ignore warning (a7e65e1)
  • fix: Improve treeshaking (ba07ac1)
  • fix: Fix ConfiguredStandaloneEditor, merge options (d4dbe5a)
  • fix: patch vscode so it builds (??) (03cba07)
  • lib: update monaco and vscode types (1c1ed62)
  • fix: Add missing interface overrides (bb5a8a1)
  • feat: token classification service override (55d22ad)
  • refactor: Factorize code (bfbb545)
  • feat: Export missing stuff (5397abb)
  • feat: theme service override (ffd3ce5)
  • feat: language configuration service override (e2ce630)
  • fix: Add more missing services (a21bc7c)
  • fix: Help rollup resolve resolve vscode dynamic import (ac61324)
  • fix: Ignore semver import (f2b2104)
  • fix: Remove useless breaking pure function (28d9a4d)
  • fix: Add more pure functions (f039023)
  • fix: Override some modules to help treeshaking (81fb6fb)
  • feat: Add textmate service override (847984a)
  • feat: Add keybindings service override (0050c85)
  • fix: Improve default implementations of missing services (9f0c1c5)
  • lib: Update libraries (6932d2e)
  • refactor: Split LayoutService override (238dd88)
  • fix: Improve injection tools (92f54d7)
  • chore: Accept es2021 (b6ecbed)
  • feat: Improve configuration service override using file services (5894817)
  • feat: Add file services override (a4ea95f)
  • fix: Run 2 rollup passes to improve treeshaking (81bc7e6)
  • fix: Disable hoistTransitiveImports (ad14a68)
  • fix: Disable useless hashes in chunks (07e5496)
  • fix: Add missing dom api mock (909e4ee)
  • refactor: Split code (c88cca9)
  • refactor: register IExtensionService (1dbd30b)
  • clean: remove sed (5ad6223)
  • fix: build for Darwin (11c1231)
  • fix: Fix github action trigger (10690cb)
  • fix: Add missing polyfills (88d185a)
  • fix: Improve/simplify syntax (6041fe0)
  • doc: Explain why we need those polyfills (ecf6780)
  • fix: Add missing polyfill (63aea7d)
  • feat: Export the configurationRegistry from monaco (feecabf)
  • feat!: Simplify configuration api [BREAKING CHANGE] (e61f628)
  • doc: Add editor configuration section (3d3f31a)
  • doc: Add troubleshoot section (88ebeba)
  • feat: Add 2 methods to get editors plugged on the configuration service (f6db058)
  • chore: Add helper function (76bdfc2)
  • feat: Use TextResourceConfigurationService along with ConfigurationService (a0d6524)
  • fix: Reuse monaco IEditorOverrideServices interface (ed25f71)
  • fix: Typo (2947ec5)
  • feat: Add a service-override for the configuration (adf55b7)
  • fix: Add missing polyfill ([4d8fb9f](...
Read more