Releases: mathuo/dockview
Releases · mathuo/dockview
v5.0.0
What's Changed
- fix: close tab overflow popover on window resize by @mathuo in #1061
- fix: properly dispose panel and group event subscriptions in effect cleanup by @iXanadu13 in #1077
- Angular change detection compatibility by @puschie286 in #1079
- ci: run CI on pull requests from forked repos by @mathuo in #1085
- Angular build by @puschie286 in #1078
- chore: migrate monorepo orchestration from Lerna to NX by @mathuo in #1087
- chore: eslint and formats by @mathuo in #1090
- fix: add build steps to publish workflow and dry-run for experimental by @mathuo in #1091
- fix script by @mathuo in #1092
- update release.version.git by @mathuo in #1093
- chore: remove prepublishOnly scripts from all packages by @mathuo in #1095
- chore: switch to npm trusted publishing via OIDC by @mathuo in #1096
- Fix/publish build steps by @mathuo in #1097
- fix: use npm as package manager for nx release publish by @mathuo in #1098
- chore: remove specifierSource prompt from nx release config by @mathuo in #1099
- Fix/publish build steps by @mathuo in #1102
- fix: add scrollbar to tabs overflow dropdown list by @kaigritun in #1084
- fix: filter init params in Angular renderer to match React behavior by @mathuo in #1106
- fix: enrich Vue header actions props to match React behavior by @mathuo in #1107
- fix: attach "always" renderer panels to DOM during fromJSON by @mathuo in #1109
- chore: slim rollup bundles by @mathuo in #1105
- feat: Pr 941 header position by @mathuo in #1103
- fix: add missing headerPosition to Vue header actions props by @mathuo in #1111
- ci: split CI workflow into independent re-runnable jobs by @mathuo in #1110
- chore: rename CLAUDE.md to AGENTS.md with symlinks for compatibility by @mathuo in #1112
- chore: improve package READMEs, metadata, and AI/LLM discoverability by @mathuo in #1113
- npm pkg fix by @mathuo in #1114
- fix: doc template issues across all frameworks by @mathuo in #1116
- fix: call init() on framework parts in gridview/splitview panel views by @mathuo in #1115
- chore: add missing peer deps to reduce install warnings by @mathuo in #1117
New Contributors
- @iXanadu13 made their first contribution in #1077
- @puschie286 made their first contribution in #1079
- @kaigritun made their first contribution in #1084
Full Changelog: v4.13.1...v5.0.0
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