Releases: pierpo/react-archer
Releases Β· pierpo/react-archer
v1.4.0
Features
- Add optional parameter offset for padding between stroke and an element (9de847d, thanks @milansusnjar)
Bugfixes
v1.3.0
Features
- Add
noCurves
option to have angled paths instead of curvy paths
v1.2.0
Features
- You can now add dashes to strokes using the
strokeDasharray
property.
v1.1.2
Bugfixes
- Fix buggy re-render when mounting/unmounting elements tied to one same source (thanks @Carnewal! #54)
v1.1.1
Bugfixes
- Fix labels not being clickable when there are many paths #50 (thanks @hashwin !)
v1.0.2
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
Bug fixes
- Fix
arrowThickness
not taken into account in individual arrows.
v1.0.0 π
The only change in this first major version is a change in the API of the ArcherElement
s to make it more robust, readable and performant. Huge thanks to @jfo84 for his amazing job!