Releases: mathuo/dockview
Releases · mathuo/dockview
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-corecomponents for generic framework extensions following the pattern inDockviewComponent#810SplitviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponentPaneviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponentand replaceheaderComponentsandheaderFrameworkComponentswithcreateHeaderComponentGridviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponent
- rename class
dockview-react-parttodv-react-part#806 - rename type
PaneviewDropEventtoPaneviewDidDropEvent#812 - remove
showDndOverlayfromPaneviewComponentin 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
reactas an explicit peerDependency of thedockviewpackage - Make tabs container non-focusable #761
🛠 Miscs
- Bug: fix
setVisiblefor floating groups #755 - Bug: fix
onDidAddGroupevent firing when adding floating groups and panels #785 - Documentation #743 #770
- Build tooling #789 #759
🔥 Breaking changes
v2.0.0
Release Notes
This major version bump is due to breaking changes related to classnames.
Please reference docs @ dockview.dev.
🚀 Features
- Add panel within group at specific index #751
🛠 Miscs
- Set drag event dataTransfer object to empty string #738
- General code cleanup / housekeeping #740 #746
- Bug: Popout window initial sizing #737 #727
- Bug: Close popout window on unload (refresh) #731
- Bug: Preserve Vue3 inject/provide context #673
- Bug: Fix Contraints #744
- Bug: Fix popout window issues #748