Skip to content

Releases: danreeves/react-tether

v3.0.0

16 Sep 18:09
Compare
Choose a tag to compare

Ported source to TypeScript and simplified the repo. Upgrade from 2.x if you want, this is just prepping the repo for v4

2.0.7

13 Jan 16:08
Compare
Choose a tag to compare

2.0.6

04 Dec 10:24
Compare
Choose a tag to compare

v2.0.4

10 Sep 14:26
Compare
Choose a tag to compare
  • Added constraints property to Typescript type definitions. Thanks @JabbyPanda
  • Improved stability of class names on the tethered element. Thanks @j3tan

2.0.2

24 Apr 17:14
Compare
Choose a tag to compare
  • Fixed attachment property in TypeScript definition. Thanks @dylan-baskind

2.0.1

22 Mar 17:34
Compare
Choose a tag to compare

Fix unnecessary DOM mutations in render, which caused unexpected behaviour. Thanks @NilSet

1.0.4

17 Nov 00:07
Compare
Choose a tag to compare
  • Fixed passing of event arguments to onUpdate and onRepositioned. Thanks @minznerjosh
  • Improved TypeScript definition. Thanks @minznerjosh

1.0.3

17 Nov 00:07
Compare
Choose a tag to compare
  • Added some missing props in the TypeScript definition. Thanks to @flacerdk

1.0.2

26 Sep 14:46
Compare
Choose a tag to compare
  • Some rendering optimisations (#189). Thanks to @eaglus

1.0.1

27 Jun 10:59
Compare
Choose a tag to compare
  • Add className to the TypeScript definition for the TetherComponent. Thanks @ryprice