-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.24.1](v1.24.0...v1.24.1) (2022-03-13) ### Bug Fixes * Resolve issue where JSON/XML editors would not display correctly if opened quickly ([719ba1e](719ba1e)) * Specify the custom typescript worker on initial initialization, to get around issues with the CodeHost not loading correctly ([a13934f](a13934f)) * Update monaco-editor to 0.33.0 ([e7abaec](e7abaec)) * Update snippets to use `let` instead of `var` ([3e00849](3e00849))
- Loading branch information
1 parent
719ba1e
commit 33de8f5
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@placatus/twx-monaco-editor", | ||
"packageName": "MonacoScriptEditor", | ||
"version": "1.24.0", | ||
"version": "1.24.1", | ||
"description": "Replaces the out of the box code editor in the old composer with a new one.", | ||
"author": "[email protected]", | ||
"minimumThingWorxVersion": "6.0.0", | ||
|