Skip to content

Latest commit

 

History

History
223 lines (111 loc) · 6.23 KB

releasenotes.md

File metadata and controls

223 lines (111 loc) · 6.23 KB

v1.18.0

  • introduce input and output #251

v1.17.1

  • fix start and end roundness introduced in #227

v1.17.0

  • Styling to allow rounded corners #227

v1.16.0

  • Custom annotations for parallel #225

v1.15.0

v1.14.3

  • Removed types introduced in #212 again

v1.14.2

v1.14.1

v1.14.0

v1.13.0

  • Provide low cost means of lines not colliding until they converge #191 thanks to robertleeplummerjr
  • update raphael dependency

v1.12.3

  • Cleaning error fix, Linestyle parsing cycle fix, Dynamic flowState update #188 thanks to murich

v1.12.2

  • shrink npm package

v1.12.1

v1.12.0

  • onclick function binding to chart nodes #172 thanks to ndrqu

v1.11.3

  • try to optimize horizontal rendering for end symbols #155

v1.11.2

  • try to optimize left handling #152

v1.11.1

  • fix direction issue for condition #151

v1.11.0

v1.9.0

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