Skip to content

Releases: pierpo/react-archer

Release 1.5.0

08 Dec 11:48
Compare
Choose a tag to compare

Features

  • Add middle anchor location (#73 thanks @sho-87 )

v1.4.0

17 Oct 22:10
Compare
Choose a tag to compare

Features

  • Add optional parameter offset for padding between stroke and an element (9de847d, thanks @milansusnjar)

Bugfixes

v1.3.0

07 Oct 22:35
Compare
Choose a tag to compare

Features

  • Add noCurves option to have angled paths instead of curvy paths

v1.2.0

06 Oct 20:24
Compare
Choose a tag to compare

Features

  • You can now add dashes to strokes using the strokeDasharray property.

v1.1.2

10 Aug 06:44
Compare
Choose a tag to compare

Bugfixes

  • Fix buggy re-render when mounting/unmounting elements tied to one same source (thanks @Carnewal! #54)

v1.1.1

04 Aug 08:40
0d8332b
Compare
Choose a tag to compare

Bugfixes

  • Fix labels not being clickable when there are many paths #50 (thanks @hashwin !)

v1.1.0

02 Apr 19:09
Compare
Choose a tag to compare

Features

Bugfixes

v1.0.2

26 Jan 13:39
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug that prevented server side rendering (thanks @jrfferreira ) #37
  • Fixed a minified bundle issue (thanks @jfo84 for the fantastic work) #36
  • Fixed observers being removed multiple times on component unmount (thanks @jfo84 ) #35

v1.0.1 - bugfix

03 Jan 16:43
Compare
Choose a tag to compare

Bug fixes

  • Fix arrowThickness not taken into account in individual arrows.

v1.0.0 πŸŽ‰

01 Jan 23:52
Compare
Choose a tag to compare

The only change in this first major version is a change in the API of the ArcherElements to make it more robust, readable and performant. Huge thanks to @jfo84 for his amazing job!