Releases: thingworx-field-work/MonacoEditorTWX
Releases · thingworx-field-work/MonacoEditorTWX
v1.26.1
1.26.1 (2024-02-11)
Bug Fixes
- Updated the monaco library to 0.46.0 (8333d72)
- Completions showing as underline (5ced477)
- Editing of subscriptions on 9.5 fails. Fix #56 (2d8d4e5)
- expressions not being editable. Fix #42 (f76bcaf)
- prevent more text showing as underlined with it shouldn't (4d7a8b7)
- typescript services not being saved and generally not working. Fix #55 (54c7854)
v1.25.6
1.25.6 (2023-11-13)
Bug Fixes
- pipeline: resolve issue where the production release was not attached to the release (7efef88)
v1.25.5
1.25.5 (2023-11-13)
Bug Fixes
- if prettier config was missing the editor would not be initialized (aa72a5e)
v1.25.4
1.25.4 (2023-09-13)
Bug Fixes
- deps: update monaco to 0.43.0 (05053a4)
v1.25.3
1.25.3 (2023-09-10)
Bug Fixes
- autocompletion for all thingworx types not working. This was due to the ThingWorx type definitions being incorrectly imported (1c8c822)
v1.25.2
1.25.2 (2023-08-22)
Bug Fixes
- resolve prettier (format document) no longer working (a5b5394)
v1.25.1
1.25.1 (2023-08-22)
Bug Fixes
- Update dependencies, update monaco to 0.39.0. Improve upload to thingworx (91dcf52)
v1.24.2
1.24.2 (2022-03-16)
Bug Fixes
- JSON service output is not correctly displayed after multiple executions. Fix #37 (94cc92b)
- Set the editor property
fixedOverflowWidgets
to true so hints appear on top of composer elements (579b604)