Releases: paol-imi/react-reparenting
Releases · paol-imi/react-reparenting
v0.6.1
Added
- Fixed typos in the types #17.
v0.6.0
Added
- Full support for React 17.
v0.5.0
Added
- Added the ability to create a virtual Space to group
<Reparentable>
s.
Breaking
- Removed support for class components.
- The
useParent( )
hook no longer rely on DOM elements.
v0.4.0
Misc
- The
useParent( )
hook now requires a ref to the parent element.
v0.3.0
Added
- Some new tests (reached codecov 100%).
Misc
- Small refactoring in the core algorithm.
- Small refactoring in tests.
- The
<Reparentable>
component no more need a Provider.
v0.2.0
Misc
- Some redundant warnings removed.