Skip to content

Releases: modelix/modelix.text-editor

1.5.3

20 Dec 02:46
Compare
Choose a tag to compare

1.5.3 (2024-12-20)

Bug Fixes

  • compile error because of missing NullConcept (212dc07)
  • migration to modelix.core:10.+ by specifying useRoleIds = false (eedfee2)
  • reduce priority of mavenLocal to fix Kotlin compile errors (3c743c7)

1.5.2

06 Dec 15:37
5fddcc1
Compare
Choose a tag to compare

1.5.2 (2024-12-06)

Bug Fixes

  • publish all-editor-plugins.zip to artifacts.itemis.cloud (5fddcc1)

1.5.1

06 Dec 14:38
0db7399
Compare
Choose a tag to compare

1.5.1 (2024-12-06)

Bug Fixes

  • publishing of plugins to GitHub packages (3cdb2ec)

1.5.0

06 Dec 13:27
addae93
Compare
Choose a tag to compare

1.5.0 (2024-12-06)

Bug Fixes

  • catch exception in reference presentation (baa510f)

Features

1.4.2

19 Nov 13:05
Compare
Choose a tag to compare

1.4.2 (2024-11-19)

Bug Fixes

  • enable publishing to itemis nexus (3f6e41e)

1.4.1

24 Oct 02:46
ee11f77
Compare
Choose a tag to compare

1.4.1 (2024-10-24)

Bug Fixes

  • generate to java instead of kotlin (4fc5df3)

1.4.0

23 Oct 02:46
308beda
Compare
Choose a tag to compare

1.4.0 (2024-10-23)

Bug Fixes

  • interpreter: introduced operand stack (d164f1b)
  • kernelf editor fixes (51a47b5)
  • projectional-editor: cc menu entry can be executed by continue typing (e83eba9)
  • projectional-editor: kernelf editor fixes (226580b)

Features

  • interpreter: revert deletion (453af55)
  • notation for more baseLanguage concepts implemented (8bf49b7)
  • projectional-editor: ConceptEditor doesn't apply to subconcepts anymore by default (6068546)
  • projectional-editor: regex can be specified for properties (7a7632e)

1.3.0

23 Jul 02:31
8258090
Compare
Choose a tag to compare

1.3.0 (2024-07-23)

Features

  • MPS language for rendering web UIs using React (57ac5f6)

1.2.0

16 May 14:24
a705a07
Compare
Choose a tag to compare

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

01 May 02:26
8a443f8
Compare
Choose a tag to compare

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)