Releases: mathuo/dockview
Releases · mathuo/dockview
v4.13.1
v4.13.0
What's Changed
- security: Update Angular peer dependencies to address CVE-2025-66412 by @mathuo in #1054
- fix: Export missing event types WillShowOverlayLocationEvent and Dock… by @mathuo in #1055
- fix: panel content does not render when dragged to extreme drop targets by @DanielGarciaGuillen in #1048
- chore: optimize test setup by @mathuo in #1058
- Fix/GitHub issue 1027 floating panel expand to full container width height during resize by @mathuo @aseef17 in #1059
- Fix/iframe pointer events issue 1049 by @mathuo in #1053
- fix: Preserve group size when setting visibility to false (issue #1050) by @mathuo in #1056
New Contributors
- @DanielGarciaGuillen made their first contribution in #1048
- @aseef17 made their first contribution in #1059
Full Changelog: v4.12.0...v4.13.0
v4.12.0
What's Changed
- feat(angular): Add Angular 20 compatibility by @thakkarkeyur in #1036
- feat: add reuseExistingPanels by @david-tsai-skydio in #1033
- feat: experimental work - reuseExistingPanels by @mathuo in #1035
- Fix FocusTracker sync issue when adding panels from within panel content by @mathuo in #1045
New Contributors
- @thakkarkeyur made their first contribution in #1036
- @david-tsai-skydio made their first contribution in #1033
Full Changelog: v4.11.0...v4.12.0
v4.11.0
v4.10.0
What's Changed
- fix: title possibly out of sync in DockviewDefaultTab (#1003) by @yo35 in #1015
- feat: enhance Vue component tests with comprehensive DOM and API testing by @mathuo in #1024
- fix: move registerPanel after doAddGroup to prevent undefined API errors by @mathuo in #1026
New Contributors
Full Changelog: v4.9.0...v4.10.0
v4.9.0
v4.7.1
v4.7.0
v4.6.2
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
🛠 Miscs
- Bug: Fix close button functionality in tab overflow dropdown #985
- Bug: Fix cursor behavior on empty container spaces #978
- Bug: Fix theming consistency between JavaScript and React implementations #970
- Bug: Fix themes with gap overflow issues #963
- Chore: Project maintenance and build script improvements #982, #980
🔥 Breaking changes
v4.5.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Add
skipSetActiveparameter to moveTo functions #962
🛠 Miscs
- Bug: Prevent ghost group creation when dragging popout groups back to grid #966
- Bug: Correct positioning when dragging groups from popout to main window #964