mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 17:35:57 +00:00
1.5 KiB
1.5 KiB
slug | title | tags | |
---|---|---|---|
dockview-1.7.0-release | Dockview 1.7.0 |
|
Release Notes
Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.
🚀 Features
- The
title
parameter for dockview panels has been made optional #197. - Simplify dockview
toJSON()
format.1.7.0
will continue to load legacy formats successfully. #199. - Examples found @ dockview.dev now all link to CodeSandboxes where you can try them out for yourself and view the underlying code.
- Fix dockview group api
setContaints
method to work as expected. #212. - Fix dnd events for third-party dnd controls within dockview panels #126.
🛠 Miscs
- Split
dockview
into two packages,dockview-core
containing the core logic anddockview
containing the react wrapper. #174 #199.dockview
depends ondockview-core
so no installation changes are required, you still only need to installdockview
.- This is work in progress for supporting a vanilla JS version of dockview. At this time
dockview-core
is not designed to be used directly.
🔥 Breaking changes
- Remove
setConstraints
from the dockview panel api. #212.