Releases: mathuo/dockview
Releases · mathuo/dockview
v3.1.1
v3.1.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Close tab with middle mouse button #847
🛠 Miscs
- Bug: Fix crash on navigation with open popout group #835 #845
- Bug: Subscribe to
onDidAcitvePanelChange
immediately, rather than deferred toqueueMicrotask
#843 - Bug: Minor theme fixup #831
🔥 Breaking changes
v3.0.2
v3.0.1
v3.0.0
Release Notes
This is a major release version due to some breaking changes in the dockview-core
package. If you use the react or vue versions of dockview you should not see any breaking changes when upgrading. There are no new features in this release.
Please reference docs @ dockview.dev.
🚀 Features
🛠 Miscs
🔥 Breaking changes
- Standardize
dockview-core
components for generic framework extensions following the pattern inDockviewComponent
#810SplitviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
PaneviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
and replaceheaderComponents
andheaderFrameworkComponents
withcreateHeaderComponent
GridviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
- rename class
dockview-react-part
todv-react-part
#806 - rename type
PaneviewDropEvent
toPaneviewDidDropEvent
#812 - remove
showDndOverlay
fromPaneviewComponent
in favour ofapi.onUnhandledDragOverEvent
#812
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Persist custom popout urls in layouts #769
- Ensure group always exists #783
- Serialization of maximized views #762
- Set
react
as an explicit peerDependency of thedockview
package - Make tabs container non-focusable #761
🛠 Miscs
- Bug: fix
setVisible
for floating groups #755 - Bug: fix
onDidAddGroup
event firing when adding floating groups and panels #785 - Documentation #743 #770
- Build tooling #789 #759