Releases: modelix/modelix.text-editor
Releases · modelix/modelix.text-editor
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.2.0 (2024-05-16)
Bug Fixes
- caret position after adding an optional part (bb571be)
- caret position wasn't always updated (d21af0a)
- caret positioning after deleting a node (b520055)
- don't create property wrapper actions for empty string (4ac07e4)
- filter some unnecessary wrapper actions (a0cb430)
- MPS constraints weren't evaluated for wrapper actions (483596c)
- removed concepts of not imported languages from the CC menu (fe24c2b)
Features
- delete handler for nodes and placeholders (517da14)
- evaluate MPS property constraints for code completion entries (d641ba2)
- node can be added to a list by typing the separator (cad9140)
- node can be added to a list by typing the separator (f2961c2)
- show wrapping concept in description of wrapper actions (fea10d3)
- side transformations for adding an optional part (75e6df3)
- TABing into flag cells (959a1c1)
- TABing into optional cells (26fcbcb)
- text in the code completion menu for a concepts can be changed (ba541c6)
1.1.0
1.1.0 (2024-05-01)
Bug Fixes
- HTML elements were in wrong order after incremental change (69a7d65)
- missing read access when computing side transformations in MPS (40abfd1)
- missing read action when trying to type the text for substituting a node (3441476)
- sort modules/models/nodes alphabetically (7c077ce)
- wrong concept was provided to MPS scopes (1324537)
Features
- a "new line concept" can be specified that is inserted when pressing ENTER (5ce9fe4)
- wrapper actions derived from child cells (90d3ea5)
Performance Improvements
- collect changed DOM elements efficiently (90a9cae)