You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ The project does _not_ follow Semantic Versioning and the changes are documented
7
7
8
8
## December 2025
9
9
10
+
### Added
11
+
12
+
- Variability: The intention "Update all configurations" for feature models has been improved: Now a modal dialog with a progress bar and some additional information is shown. The process is now completely sequential, improving stability. Moreover, there is some timing output in the log. Finally, performance has been improved by postponing the event handling for all changes to the involved models.
13
+
10
14
### Fixed
11
15
12
16
- Variability: The propagation of configuration updates to referencing configurations has been improved. Due to this optimization, it needs much less CPU time now.
@@ -15,17 +19,21 @@ The project does _not_ follow Semantic Versioning and the changes are documented
15
19
## November 2025
16
20
17
21
### Added
22
+
18
23
- The Maven POM now contains all bundled JARs as dependencies with `provided` scope to help with automated license and
19
24
vulnerability scanning.
20
25
21
26
### Fixed
27
+
22
28
- A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
23
29
- Added missing support for IndexExpr for the operations findFirst and forEach.
24
30
- An invalid checking rule for parameter value types of functional component instances has been removed. It was introduced by a move of IETS3.Core languages in February 2025.
25
31
32
+
26
33
## October 2025
27
34
28
35
### Added
36
+
29
37
- Variability: Some changes regarding variant configurations:
30
38
- A check has been added for duplicate names of configurations in the same container.
31
39
- Configurations might become inconsistent due to errors during manual conflict merges. A couple of model checks have been added to detect this. Additionally, there are quickfixes to fix such errors.
@@ -38,25 +46,29 @@ The project does _not_ follow Semantic Versioning and the changes are documented
38
46
- A new intention is available to split kernelF StringLiterals into concatenation parts
39
47
40
48
### Fixed
49
+
41
50
- Improved the readability of lists by enforcing a new line when a threshold of three elements per list is exeeded.
42
51
- A DecTab bug not respecting the default value was fixed and a corresponding warning was added to warn users which default value takes precedence
43
52
- Ignored concepts of the coverage analyzer are now colored with IGNORED_COLOR.
44
53
54
+
45
55
## September 2025
46
56
47
57
### Added
58
+
48
59
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
49
60
50
61
### Fixed
62
+
51
63
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
52
64
- Variability: For feature attributes, the inspector in the configuration editor shows the current value of the attribute and what caused this value (manual input by user, default, forced by tool, etc). This assignment cause is read-only now. An intention is added to manually set it to 'manual' state.
53
65
- Variability: In the configuration editor, pressing Return/Enter anywhere will create an empty line after the configuration. Pressing Shift-Return/Enter on the header line of a configuration will create an empty line before the configuration.
54
66
55
-
56
67
### Added
57
68
58
69
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
59
70
71
+
60
72
## July 2025
61
73
62
74
### Fixed
@@ -66,6 +78,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
66
78
- Duplicated colors for PARTIAL and IGNORED
67
79
68
80
### Added
81
+
69
82
- CI tests for InterpreterCoverageAssQuery which make use use the calculated coverage data
70
83
- Solver: Add test infrastructure to ensure that errors computed by any solver are converted to editor messages properly.
71
84
- Variability: APIs for FilterParams (configuration of filter&instantiate process) and skeleton tree data structure were extended
0 commit comments