0.2.0 (alpha)
Pre-releaseWe are happy to announce a fresh Kogito Tooling alpha release that includes a major milestone for our team -- the DMN support for VSCode and GitHub Chrome extensions 🎉
VSCode Extension
From this release on, you'll be able to edit DMN files directly on VSCode just like you did with BPMN on the previous releases.
Features
- KOGITO-448: Configure extensions to support DMN files
- AF-2119: Integrate UX design of Loading Screen
Chrome Extension
We also added some important enhancements to our GitHub Chrome Extension. Now users will be able to not just edit but also visualize DMN/BPMN diagrams -- what is especially cool on Pull Request reviews as seen below.
Features
- AF-2274: Open editor on the assets of a PR to compare
- AF-2273: Open editor on visualization screen on GitHub
- KOGITO-448: Configure extensions to support DMN files
- AF-2119: Integrate UX design of Loading Screen
NOTE: When editing a file directly on GitHub's interface and committing it, GitHub takes a while to make the new file available on
raw.githubusercontent.com
. Since that's where we fetch the files from, you might see outdated versions for a while. Don't panic! After a few moments the files will be in sync.
Known issues
- KOGITO-469: Fix disabled Save button on VSCode "File > Save" menu
- KOGITO-437: Stunner - Zoom widget duplicated after
setContent
calls. - KOGITO-342: Check why BPMN editor shows error on page closing.
- KOGITO-347: Error logs happening during BPMN marshaling.
- AF-2113 No indication of a modified BPMN diagram.
- AF-2168 No confirmation popup when closing a modified BPMN diagram.
- KOGITO-155 Flicker when opening or restoring editors.
- AF-2167 Native editor key bindings for macOS.
- AF-2113 No indication of a modified BPMN diagram.
- AF-2168 No confirmation popup when closing a modified BPMN diagram.
- KOGITO-157 Copy/paste between different BPMN diagram.
- KOGITO-224 An error message is displayed if you try to create a new type by pressing
Enter
. - KOGITO-225 Custom type definitions aren’t re-used within the diagram.
- KOGITO-272 Editor doesn't close when file is deleted.