Releases: mathuo/dockview
Releases · mathuo/dockview
v1.7.6
v1.7.5
v1.7.4
Release Notes
Please reference to docs @ dockview.dev.
🚀 Features
- Improvements and tests added to the panel
api.updateParameters(...)
method #265
🛠 Miscs
- Fix bug associated with overidding panel titles when using
api.updateParameters(...)
#265 - Cleanup listeners and disposables after use #257
🔥 Breaking changes
v1.7.3
v1.7.2
v1.7.1
Release Notes
Please reference to docs @ dockview.dev.
If you feel anything is missing or unclear please let me know.
🚀 Features
- Resize observer #227
- Minor type fix #237
- Fix close button on default watermark #225
- Fix edge-case bug when dropping a panel on far corners #243
🛠 Miscs
- Additional documentation and examples #217 #221 #228 #229 #240 #241
- Adjust build configurations #223 #235 #244
🔥 Breaking changes
- Remove tab height control as prop to
DockviewReact
component. Please control via CSS instead, see docs for tab height. #236
v1.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.
v1.6.0
Release Notes
Please reference to docs @ dockview.dev.
If you feel anything is missing or unclear please let me know.
🚀 Features
- Allow drag events to edge of dockview containers #177
- group dnd #171
- full width tabs #171
- addPanel improvements
- update parameters via panel.api.updateParameters
- allow dnd on empty groups #168
- Change watermark logic #194
🛠 Miscs
- Fix dockview panel.api.setSize to work as expected #184
- Fix dockview setTitle #190
- Fix group dnd logic to filter for same dockview instance #185
- Update dependencies including the dev dependencies for dockview and all dependencies for the docs website.
#180 - A variety of internal changes including file name changes
- Improve internal dnd control logic to handle a wider variety of cases
- Various doc enhancements @ dockview.dev
🔥 Breaking changes
- addEmptyGroup renamed to addGroup
v1.5.2
v1.5.1
Release Notes
🚀 Features
🛠 Miscs
- Fix
.params
method on dockview panels to return the user provided panel params #144 - Various doc enhancements @ dockview.dev
🔥 Breaking changes
- Remove
onTabContextMenu
fromDockviewReact
to simplify library. As an alternative provide onContextMenu listeners in a custom tab. #127 - Remove
suppressClosable
flag forDockviewReact
panels to simplify library. As an alternative manage the features of a tab such as it's ability to be closed using a custom tab #146