Releases: danreeves/react-tether
Releases · danreeves/react-tether
v3.0.0
Ported source to TypeScript and simplified the repo. Upgrade from 2.x if you want, this is just prepping the repo for v4
v2.0.4
- Added constraints property to Typescript type definitions. Thanks @JabbyPanda
- Improved stability of class names on the tethered element. Thanks @j3tan
2.0.2
- Fixed attachment property in TypeScript definition. Thanks @dylan-baskind
2.0.1
Fix unnecessary DOM mutations in render, which caused unexpected behaviour. Thanks @NilSet
1.0.4
- Fixed passing of event arguments to onUpdate and onRepositioned. Thanks @minznerjosh
- Improved TypeScript definition. Thanks @minznerjosh
1.0.3
- Added some missing props in the TypeScript definition. Thanks to @flacerdk
1.0.1
- Add
className
to the TypeScript definition for the TetherComponent. Thanks @ryprice