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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,18 @@ The project does _not_ follow Semantic Versioning and the changes are documented
29
29
30
30
- The Maven POM now contains all bundled JARs as dependencies with `provided` scope to help with automated license and
31
31
vulnerability scanning.
32
+
- The Grammar Cells of KernelF editors can now be customized through the extension point `EditorCustomization`. Optional cells, flag cells, constant cells, substitute cells and side transformations can be customized (activation of substitutions, side transformations, description text, post-processing etc.).
32
33
33
34
### Fixed
34
35
35
36
- A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
36
37
- Added missing support for IndexExpr for the operations findFirst and forEach.
38
+
- The AssessmentAnalyzer doesn't try to modify read-only models on the CI anymore.
37
39
- 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.
38
40
41
+
### Improved
42
+
43
+
- Some editor action descriptions were improved.
39
44
40
45
## October 2025
41
46
@@ -69,13 +74,17 @@ The project does _not_ follow Semantic Versioning and the changes are documented
69
74
70
75
- The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
71
76
- 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.
77
+
- Updated API for build.gentests and junit.interpreter.run.configuration
72
78
- 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.
73
79
74
80
### Added
75
81
76
82
- Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.
77
83
78
84
85
+
### Removed
86
+
- To enable github release the usage of `listMergedPRs` script is removed for the time beeing.
- Linux solution 1: `xclip -o | sed 's/^.\{13\}//' | git apply`
242
241
- Linux solution 2: `xsel --clipboard --output | sed 's/^.\{13\}//' | git apply`
242
+
243
+
## Automatic Updating Of Dependencies
244
+
245
+
The [Renovate](https://docs.renovatebot.com/) bot updates the dependencies automatically for the master branch or optionally other branches and creates PRs for those changes. The configuration can be found at [renovate.json5](https://github.com/IETS3/iets3.opensource/blob/master/.github/renovate.json5). The documentation for the configuration can be found at https://docs.renovatebot.com/configuration-options/.
0 commit comments