Skip to content

Releases: CodinGame/monaco-vscode-api

v1.67.20

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:41
e955658

1.67.20 (2022-07-21)

  • fix: Add missing polyfills (88d185a)
  • fix: Improve/simplify syntax (6041fe0)

v1.67.19

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:12
13ef4f1

1.67.19 (2022-07-21)

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

v1.67.18

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:46
e89dc4e

1.67.18 (2022-07-21)

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

v1.67.17

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:09
d06e3d7

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

Choose a tag to compare

@github-actions github-actions released this 20 Jul 10:26
3dfbf27

1.67.16 (2022-07-20)

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

v1.67.15

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:44
314125c

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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 13:27
f9b3f17

1.67.14 (2022-07-18)

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

v1.67.13

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:20
4e40991

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

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:14
c3b4d81

1.67.12 (2022-07-11)

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

v1.67.11

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:01
443e45a

1.67.11 (2022-07-08)

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