Skip to content

Releases: valb3r/flowable-bpmn-intellij-plugin

UI/UX major improvement

05 Mar 11:57
d9c0667
Compare
Choose a tag to compare
  • 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'

24 Feb 11:24
4e23bec
Compare
Choose a tag to compare

Bugfix for MismatchedInputException on faledJobRetry

23 Oct 19:06
Compare
Choose a tag to compare
  • Fixed bug that boundary events and alike couldn't have attached sequence flow element
  • Fixed MismatchedInputException when parsing failedJobRetryTimeCycle

Activiti plugin release

17 Oct 20:25
Compare
Choose a tag to compare

This release contains the plugin for the Activiti BPMN, not for Flowable

Hotfix for non-ASCII locales (WIndows)

24 Aug 12:48
Compare
Choose a tag to compare
  • 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

23 Aug 09:32
efb2262
Compare
Choose a tag to compare
Chinese charset fix Pre-release
Pre-release
v0.4.1-charset

Merge pull request #182 from valb3r/bugfix/FBP-181-allow-empty-proces…

Support for creating new BPMN process

02 Aug 12:22
Compare
Choose a tag to compare
  • 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

12 Jul 12:55
Compare
Choose a tag to compare
  • 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

05 Jul 14:39
Compare
Choose a tag to compare
  • 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

21 Jun 11:11
Compare
Choose a tag to compare
  • 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