Skip to content

Latest commit

 

History

History
140 lines (72 loc) · 3.75 KB

releasenotes.md

File metadata and controls

140 lines (72 loc) · 3.75 KB

v1.8.0

  • Allow Conditional to support 'true' or 'false' along with 'yes' and 'no' #128 thanks to bhedge

v1.7.0

v1.6.6

  • Fix disruptive space char when parsing #105

v1.6.5

  • set proper engine version in package.json

v1.6.4

  • raphael now is an npm dependency (not the git reference anymore)

v1.6.3

v1.6.2

  • Fixed not calculate viewBox and size properly thanks to jackycute #74

v1.6.1

  • Fixed lines are not included in the calculation of viewBox and size thanks to jackycute #72 #67

v1.6.0

  • changed build to use only webpack thanks to sergeyt #70

v1.4.2

  • optimized handling of special characters thanks to the advice of Badhumvee

v1.4.0

v1.3.4

  • make text better readable #31
  • sorry

v1.3.3

  • make text better readable #31

v1.3.2

  • optimized a bit for left support #26

v1.3.1

  • added support for css class #24

v1.3.0

  • added support for color coding (flowstate) #23 thanks to Stwissel

v1.2.12

  • optimized start from right #22

v1.2.11

v1.2.10

  • fix direction changes #15

v1.2.9

  • try to optimize handle directions on other symbols too #15
  • added more font options (font, font-family, font-weight)

v1.2.8

  • try to handle directions on other symbols too #15

v1.2.7

  • merge #12
  • fixed subroutine

v1.2.6

  • added a maxWidth option for the chart #10

v1.2.5

  • different styles for different symbol types #9

v1.2.4

  • fixed condition jump to an other symbol on same column

v1.2.3

  • added "arrow-end" option #6

v1.2.2

  • fix flowchart parsing

v1.2.1

  • fix condition direction

v1.2.0

  • ability to specify directionality of condition branches #3

v1.1.3

  • fix for old browsers

v1.1.2

  • let lines jump

v1.1.1

  • set yes or no text to source start instead of middle

v1.1.0

  • optional link for symbols

v1.0.0

  • first release