Skip to content

Releases: CodinGame/monaco-vscode-api

v1.67.19

21 Jul 12:12
13ef4f1
Compare
Choose a tag to compare

1.67.19 (2022-07-21)

  • doc: Explain why we need those polyfills (ecf6780)
  • fix: Add missing polyfill (63aea7d)

v1.67.18

21 Jul 11:46
e89dc4e
Compare
Choose a tag to compare

1.67.18 (2022-07-21)

  • feat: Export the configurationRegistry from monaco (feecabf)
  • feat!: Simplify configuration api [BREAKING CHANGE] (e61f628)

v1.67.17

21 Jul 11:09
d06e3d7
Compare
Choose a tag to compare

1.67.17 (2022-07-21)

  • 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)

v1.67.16

20 Jul 10:26
3dfbf27
Compare
Choose a tag to compare

1.67.16 (2022-07-20)

  • fix: Reuse monaco IEditorOverrideServices interface (ed25f71)
  • fix: Typo (2947ec5)

v1.67.15

20 Jul 08:44
314125c
Compare
Choose a tag to compare

1.67.15 (2022-07-20)

  • feat: Add a service-override for the configuration (adf55b7)
  • fix: Add missing polyfill (4d8fb9f)
  • feat: Implement configuration api using services (8eef8a5)
  • feat: Implement tabGroups api as it's used by the new LSP diagnostics protocol (b1deb2a)
  • fix: Make vscode VSBuffer return monaco instances (617c3bc)
  • fix: Missing annotation (5b244ca)

v1.67.14

18 Jul 13:27
f9b3f17
Compare
Choose a tag to compare

1.67.14 (2022-07-18)

  • feat: Export enum (b84158e)
  • fix: Mark more methods as pure (94754de)

v1.67.13

12 Jul 14:20
4e40991
Compare
Choose a tag to compare

1.67.13 (2022-07-12)

  • fix: Typos (d95ddc7)
  • fix: Fix ref disposal when unused (3f65b04)
  • fix: Directly return a ref to existing models (2814729)

v1.67.12

11 Jul 10:14
c3b4d81
Compare
Choose a tag to compare

1.67.12 (2022-07-11)

  • feat: Focus editor when opening it (426a9b3)

v1.67.11

08 Jul 13:01
443e45a
Compare
Choose a tag to compare

1.67.11 (2022-07-08)

  • fix: Do not fails if services weren't installed (6485cc7)
  • fix: Add missing monaco polyfills (04c4fe8)

v1.67.10

08 Jul 09:13
ca44f3d
Compare
Choose a tag to compare

1.67.10 (2022-07-08)

  • fix: Always destroy the ref when the model is disposed (d8c4517)
  • fix: Fix eslint warning (c0f548c)