0.2.10 (alpha)
Pre-releaseRelease notes - 0.2.10 (alpha)
We are happy to announce a fresh Kogito Tooling release!
On this release, we did a lot of improvements and bug fixes. We progressed a lot on the DMN/BPMN Editors, delivered a new feature able to export the Diagram SVG from Business Modeler and also improved a lot the 'native' experience of VSCode with "is dirty" support.
It's important to also remind, that we are also packing our extension with the new VSCode Custom webview proposed API. Soon, this extension will become our default option, deprecating the original implementation.
In order to give it a try, you will need to download the latest version of VSCode (1.43.0+), install the specific extension (vscode_extension_kogito_kie_editors_0.2.10-new-webview-api-release.vsix) and run it with the following command:
OSX: code --args --enable-proposed-api kiegroup.vscode-extension-pack-kogito-kie-editors
Linux/Windows: code --enable-proposed-api kiegroup.vscode-extension-pack-kogito-kie-editors
In case you don't want to run VSCode in proposed API mode, for now, we are still packing vscode_extension_kogito_kie_editors_0.2.10.vsix, but this will be soon deprecated.
Features and fixes included on this release
DMN Editor Improvements/Bug Fixes
- KOGITO-986: Display a message showing that DMN1.1 is not supported
- KOGITO-1014: [DMN Designer] ACE Editor is not shown for invalid DMN content
- KOGITO-1454: [DMN Designer] Docks: Rename 'Preview' to 'Explore diagram'
- DROOLS-5006: [DMN Designer] Code Completion - When users leave it opened, it never disappears
- DROOLS-5125: [DMN Designer] Node data type is lost after drag and drop in data type editor
- DROOLS-5137: [DMN Designer] Decision Navigator shows Name.toString() value for diagram
- DROOLS-5157: [DMN Designer] Monaco editor: Scrolling inside LiteralExpression editor breaks users ability to input data
- DROOLS-5178: [DMN Designer] Generate unnecessary typerRef on output tag
BPMN Improvements/Bug Fixes
- KOGITO-1463: BPMN editor - Explorer screen - Rename and re-order
- KOGITO-779: Make sure that BPMN editor is published to Maven built with production parameters
- KOGITO-989: VSCode - BPMN modeler can not delete global variables
- KOGITO-990: BPMN saving data assignments does not save process model
- KOGITO-1158: Zoom controls remain opened on different tabs
- KOGITO-466: Stunner - Process with Reusable sub-process print errors to the server
- KOGITO-437: Stunner - Zoom widget duplicated after
setContent
calls. - KOGITO-444: SVG generation feature in BPMN Designer
VSCode Improvements
- KOGITO-1172: Is Dirty VSCode support.
API Improvements
- KOGITO-1236: Create Preview API
Known Issues
- Undo/Redo on the online editor is not working until we resolve KOGITO-766
- KOGITO-469: Fix disabled Save button on VSCode "File > Save" menu (Fixed on the new API)
- KOGITO-347: Error logs happening during BPMN marshaling.
- AF-2113: No indication of a modified BPMN diagram. (Fixed on the new API)
- AF-2168: No confirmation popup when closing a modified BPMN diagram. (Fixed on the new API)
- KOGITO-155: Flicker when opening or restoring editors. (Fixed on the new API)
- AF-2167: Native editor key bindings for macOS.
- AF-2113: No indication of a modified BPMN diagram. (Fixed on the new API)
- KOGITO-157: Copy/paste between different BPMN diagrams.
- KOGITO-225: Custom type definitions aren’t re-used within the diagram.