Skip to content

Releases: pierpo/react-archer

0.3.3 - bugfixes again

16 Dec 10:23
Compare
Choose a tag to compare
  • Fix an issue with the container not displaying properly #15. Thanks @robinvenneman!
  • Fix minified bundle issue #24. Thanks @jfo84 for the fix 😊

0.3.2 - Bugfix

05 Dec 22:17
Compare
Choose a tag to compare

Bugfixes

  • Fixed arrows not properly redrawing when relations changed (it only worked when labels changed)

0.3.1 - bugfixes

01 Dec 15:32
Compare
Choose a tag to compare
  • Fix for issue #7 : duplicate SVGs for programmatically added] (thanks @anilox86)
  • Properly unregister elements (thanks @robinvenneman)

0.3.0

10 Nov 10:24
Compare
Choose a tag to compare

New features

  • You can now customize each arrow individually

Bugfixes

  • Fix the Cannot find module 'react-archer' error #13

0.2.3

07 Nov 20:34
Compare
Choose a tag to compare
  • Bugfix: using multiple ArcherContainers does not duplicate the arrow color between containers

0.2.2

12 Oct 12:04
Compare
Choose a tag to compare
  • Fix a potential conflict with Jest

0.2.1

25 Sep 12:12
Compare
Choose a tag to compare
  • Fix a problem occuring after unmounting a component

0.2.0 - Arrow labels

11 Jun 18:16
Compare
Choose a tag to compare

Features

  • Add arrow labels (thanks to jrfferreira)

0.1.8

21 May 16:21
Compare
Choose a tag to compare

Bugfixes

  • Fix arrow in Safari when having a base element
  • Fix setState call on unmounted component (happened when switching pages using react-router)