Skip to content

Latest commit

 

History

History
159 lines (143 loc) · 9.88 KB

CHANGELOG.md

File metadata and controls

159 lines (143 loc) · 9.88 KB

2.0.12 (2013-04-04)

Features

Improvements

  • create diagram:
    • cleanup naming in wizard (45d78e06)
    • update bpmn diagram categories and hook into quick create lists (1394f662, b79c2bfb)
    • open property panels after creation (b3ca6427)
  • layout:
    • check boundary event and attached to bounds when computing overlapping bendpoints after move (1ebde976)
  • move:
    • correcty move sequence flows and element labels on container resize (8db64700)
    • disable drop on connections for existing flow nodes (949f6ce4)
  • add:

Bug Fixes

  • import:
  • export:
    • image generates properly with spaces in diagram file name (3884ec18)
  • layout:
    • fix infinite loop regression on boundary event layout after move (3e05e1dc)
    • fix connection layouting if bendpoint is close to shape (9bf366dd)
  • canvas:
  • property panels:

2.0.11 (inofficial)

2.0.10 (2013-02-20)

Features

Improvements

  • export: isExecutable in saved xml is "false" per default (794c6e4e)
  • visual: default size of subprocess decreased (25d5cc73)
  • import:
    • missleading import warning removed (0396380b)
    • editor opens with current import result, even if unrecoverable error occurs (0c519c18)
  • move: connections get moved on multi element move (f4bd3428)

Bug Fixes

  • subprocess: fix containment bug (14746f6d)
  • export:
    • remove empty attribute after service task type change (c6be5745)
    • di information is properly saved when participant gets resized (63e7c2bba)
    • task and execution listener defaults get saved (0d670f77)
  • lane: fix adding hides elements on pool (0396380b, 539b8282)
  • boundary event:
    • connection layouting (70b1559b)
    • fix offset when attached to activity (0d670f77)
  • label: offset gets properly updated after multi element move (1227790e)
  • id: fix id generated twice (5ebb1cae)

Know Issues

  • property panel enter in text field will trigger focus on first control in tab (most often the id field) occurs only in eclipse juno 4.2, is fixed in eclipse kepler 4.3