Releases: valb3r/flowable-bpmn-intellij-plugin
Releases · valb3r/flowable-bpmn-intellij-plugin
UI/UX major improvement
- Added scroll bars, fit to window buttons
- Keyboard shortcuts: Pan/Zoom(Arrow keys, Ctrl + / Ctrl -), Copy/Cut/Paste(Ctrl C / Ctrl V), New element(Shift N), Delete element(delete key)
- Jump through properties in table with TAB
Hotfix for 'Can't find template Flowable BPMN 2.0 diagram'
v0.4.4.1 Prepare hotfix release
Bugfix for MismatchedInputException on faledJobRetry
- Fixed bug that boundary events and alike couldn't have attached sequence flow element
- Fixed MismatchedInputException when parsing failedJobRetryTimeCycle
Activiti plugin release
This release contains the plugin for the Activiti BPMN, not for Flowable
Hotfix for non-ASCII locales (WIndows)
- Fixed: Fix for broken non-ASCII symbols when locale is not UTF-8 (Windows + non-ASCII/UTF-8 locale)
- Fixed: Process name should be optional
- Fixed: Exception when changing element ID and clicking on it
- Fixed: Changing process ID causes diagram to disappear
Chinese charset fix
v0.4.1-charset Merge pull request #182 from valb3r/bugfix/FBP-181-allow-empty-proces…
Support for creating new BPMN process
- Plugin can now create 'new' BPMN process
- Improved multiselection functionality - it can select elements in subprocess, remove subprocesses
- Fixed: Element could be dragged if mouse cursor was not on it
- Fixed: Paste'd elements were not selected by default
Copy-cut-paste support
- Copy-cut-paste support
- Highlight close anchors when dragging element
- Fixed: Empty xmlns namespaces generated
- Fixed: Wrong xml parent for boundary events
SubProcess editing bugfix release
-
Now names on sequence flow elements are shown-
-
Better start and end point selection for sequence flow element
-
Bugfix: When subprocess its child diagram elements might stay
-
Bugfix: Unable to remove 'expression' value completely
-
Bugfix: Process audit now works properly with subprocesses
-
Bugfix: Dragged subprocess might get overlaid until drag ended
-
Bugfix: Removed middle points of sequence elements from anchors
-
Bugfix: Certain fields that already do have default values could appear in XML
New model to link activities
- New mechanism to create linking edge elements (sequenceFlow), like in Flowable-Web
- More properties supported for serviceTask-like elements (Mule task, Shell task, etc.)
- Fixed: Multi-element drag caused wrong parent element selection
- Fixed: Audit log (debug) elements position
- Fixed: Condition of sequence flow can't be changed