Releases: CodinGame/monaco-editor-wrapper
Releases · CodinGame/monaco-editor-wrapper
v10.1.1
10.1.1 (2024-12-03)
Bugfixes
- prevent edit when uneditable range and selected range intersect or touch (417adf4)
v10.1.0
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
10.0.1 (2024-11-07)
Bugfixes
- properly restore model on editor disposal (16c4a24)
v10.0.0
10.0.0 (2024-10-09)
⚠ BREAKING CHANGES
- improve lock code feature
New features
- improve lock code feature (111d1e4)
v9.0.1
9.0.1 (2024-08-23)
Cleanup
- remove placeholder feature as it's now a monaco-editor builtin (f44392a)
v9.0.0
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
8.2.0 (2024-07-29)
New features
- always use workingCopy service (c0ed058)
v8.1.0
8.1.0 (2024-07-11)
New features
- split working copy service (13b7ad2)
v8.0.0
8.0.0 (2024-07-10)
⚠ BREAKING CHANGES
Libraries
v7.2.1
7.2.1 (2024-06-26)
Bugfixes
- make worker cross-origin compatible (23bd76b)
- wrong worker configuration (57db6cc)