Skip to content

Releases: CodinGame/monaco-editor-wrapper

v10.1.1

03 Dec 15:03
bc2973e
Compare
Choose a tag to compare

10.1.1 (2024-12-03)

Bugfixes

  • prevent edit when uneditable range and selected range intersect or touch (417adf4)

v10.1.0

21 Nov 11:20
221a01d
Compare
Choose a tag to compare

10.1.0 (2024-11-21)

New features

  • add and export function to collapse code from ranges (282b94e)
  • add and export functions to lock code from ranges, without ranges, from decoration and without decoration (4d0cc45)
  • add functions to lock code with ranges or with decorations (27c090d)
  • move and export extraction of ranges from tokens in generic function (6146f08)

Bugfixes

  • use decorationFilter to lock code instead of ranges (ecb48f9)

Refactor

  • rename lock functions and update their parameters doc (e80833d)

Cleanup

  • remove functions that lock code with ranges (781efe8)
  • remove unecessary createDecorationsForRanges function (24a86fd)

Documentation

  • re-add missing comment in lockCodeUsingDecoration and fix README extractRangesFromTokens description (4c714ed)

v10.0.1

07 Nov 11:31
2d13a96
Compare
Choose a tag to compare

10.0.1 (2024-11-07)

Bugfixes

  • properly restore model on editor disposal (16c4a24)

v10.0.0

09 Oct 14:32
a303d8c
Compare
Choose a tag to compare

10.0.0 (2024-10-09)

⚠ BREAKING CHANGES

  • improve lock code feature

New features

  • improve lock code feature (111d1e4)

v9.0.1

23 Aug 14:13
Compare
Choose a tag to compare

9.0.1 (2024-08-23)

Cleanup

  • remove placeholder feature as it's now a monaco-editor builtin (f44392a)

v9.0.0

23 Aug 14:09
Compare
Choose a tag to compare

9.0.0 (2024-08-23)

⚠ BREAKING CHANGES

  • update VSCode and other dependencies

Bugfixes

  • prevent updating internal node types (c892818)

Libraries

  • update VSCode and other dependencies (d70b2f7)

v8.2.0

29 Jul 10:43
Compare
Choose a tag to compare

8.2.0 (2024-07-29)

New features

  • always use workingCopy service (c0ed058)

v8.1.0

11 Jul 15:12
Compare
Choose a tag to compare

8.1.0 (2024-07-11)

New features

  • split working copy service (13b7ad2)

v8.0.0

10 Jul 09:56
Compare
Choose a tag to compare

8.0.0 (2024-07-10)

⚠ BREAKING CHANGES

  • update dependencies

Libraries

v7.2.1

26 Jun 15:48
Compare
Choose a tag to compare

7.2.1 (2024-06-26)

Bugfixes

  • make worker cross-origin compatible (23bd76b)
  • wrong worker configuration (57db6cc)