This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
v1.2.0
Features
- Added
useChildWindow
hook (thanks to @AugusteBa) - Added additional undocking options to
useDockWindow
hook (thanks to @jrhenderson1988)
Bug Fixes
- Fixed bug with
useDockWindow
sometimes initialising with wrong screen edge (thanks to @kangelSL)
Miscellaneous
- Changed from MIT to Apache 2.0 License (thanks to @ColinEberhardt, @maoo)
- Moved
react-scripts
andTypeScript
from devDependencies to dependencies (demo application) (thanks to @ColinEberhardt , @maoo)