v5.0.0
- fix: close tab overflow popover on window resize by @mathuo in https://github.com/mathuo/dockview/pull/1061
- fix: properly dispose panel and group event subscriptions in effect cleanup by @iXanadu13 in https://github.com/mathuo/dockview/pull/1077
- Angular change detection compatibility by @puschie286 in https://github.com/mathuo/dockview/pull/1079
- ci: run CI on pull requests from forked repos by @mathuo in https://github.com/mathuo/dockview/pull/1085
- Angular build by @puschie286 in https://github.com/mathuo/dockview/pull/1078
- chore: migrate monorepo orchestration from Lerna to NX by @mathuo in https://github.com/mathuo/dockview/pull/1087
- chore: eslint and formats by @mathuo in https://github.com/mathuo/dockview/pull/1090
- fix: add build steps to publish workflow and dry-run for experimental by @mathuo in https://github.com/mathuo/dockview/pull/1091
- fix script by @mathuo in https://github.com/mathuo/dockview/pull/1092
- update release.version.git by @mathuo in https://github.com/mathuo/dockview/pull/1093
- chore: remove prepublishOnly scripts from all packages by @mathuo in https://github.com/mathuo/dockview/pull/1095
- chore: switch to npm trusted publishing via OIDC by @mathuo in https://github.com/mathuo/dockview/pull/1096
- Fix/publish build steps by @mathuo in https://github.com/mathuo/dockview/pull/1097
- fix: use npm as package manager for nx release publish by @mathuo in https://github.com/mathuo/dockview/pull/1098
- chore: remove specifierSource prompt from nx release config by @mathuo in https://github.com/mathuo/dockview/pull/1099
- Fix/publish build steps by @mathuo in https://github.com/mathuo/dockview/pull/1102
- fix: add scrollbar to tabs overflow dropdown list by @kaigritun in https://github.com/mathuo/dockview/pull/1084
- fix: filter init params in Angular renderer to match React behavior by @mathuo in https://github.com/mathuo/dockview/pull/1106
- fix: enrich Vue header actions props to match React behavior by @mathuo in https://github.com/mathuo/dockview/pull/1107
- fix: attach "always" renderer panels to DOM during fromJSON by @mathuo in https://github.com/mathuo/dockview/pull/1109
- chore: slim rollup bundles by @mathuo in https://github.com/mathuo/dockview/pull/1105
- feat: Pr 941 header position by @mathuo in https://github.com/mathuo/dockview/pull/1103
- fix: add missing headerPosition to Vue header actions props by @mathuo in https://github.com/mathuo/dockview/pull/1111
- ci: split CI workflow into independent re-runnable jobs by @mathuo in https://github.com/mathuo/dockview/pull/1110
- chore: rename CLAUDE.md to AGENTS.md with symlinks for compatibility by @mathuo in https://github.com/mathuo/dockview/pull/1112
- chore: improve package READMEs, metadata, and AI/LLM discoverability by @mathuo in https://github.com/mathuo/dockview/pull/1113
- npm pkg fix by @mathuo in https://github.com/mathuo/dockview/pull/1114
- fix: doc template issues across all frameworks by @mathuo in https://github.com/mathuo/dockview/pull/1116
- fix: call init() on framework parts in gridview/splitview panel views by @mathuo in https://github.com/mathuo/dockview/pull/1115
- chore: add missing peer deps to reduce install warnings by @mathuo in https://github.com/mathuo/dockview/pull/1117
- @iXanadu13 made their first contribution in https://github.com/mathuo/dockview/pull/1077
- @puschie286 made their first contribution in https://github.com/mathuo/dockview/pull/1079
- @kaigritun made their first contribution in https://github.com/mathuo/dockview/pull/1084
Full Changelog: https://github.com/mathuo/dockview/compare/v4.13.1...v5.0.0
v4.13.1
- fix: complete fix for drag-to-edge overlay positioning with defaultRe… by @mathuo in https://github.com/mathuo/dockview/pull/1060
Full Changelog: https://github.com/mathuo/dockview/compare/v4.13.0...v4.13.1
v4.13.0
- security: Update Angular peer dependencies to address CVE-2025-66412 by @mathuo in https://github.com/mathuo/dockview/pull/1054
- fix: Export missing event types WillShowOverlayLocationEvent and Dock… by @mathuo in https://github.com/mathuo/dockview/pull/1055
- fix: panel content does not render when dragged to extreme drop targets by @DanielGarciaGuillen in https://github.com/mathuo/dockview/pull/1048
- chore: optimize test setup by @mathuo in https://github.com/mathuo/dockview/pull/1058
- Fix/GitHub issue 1027 floating panel expand to full container width height during resize by @mathuo @aseef17 in https://github.com/mathuo/dockview/pull/1059
- Fix/iframe pointer events issue 1049 by @mathuo in https://github.com/mathuo/dockview/pull/1053
- fix: Preserve group size when setting visibility to false (issue #1050) by @mathuo in https://github.com/mathuo/dockview/pull/1056
- @DanielGarciaGuillen made their first contribution in https://github.com/mathuo/dockview/pull/1048
- @aseef17 made their first contribution in https://github.com/mathuo/dockview/pull/1059
Full Changelog: https://github.com/mathuo/dockview/compare/v4.12.0...v4.13.0
v4.12.0
- feat(angular): Add Angular 20 compatibility by @thakkarkeyur in https://github.com/mathuo/dockview/pull/1036
- feat: add reuseExistingPanels by @david-tsai-skydio in https://github.com/mathuo/dockview/pull/1033
- feat: experimental work - reuseExistingPanels by @mathuo in https://github.com/mathuo/dockview/pull/1035
- Fix FocusTracker sync issue when adding panels from within panel content by @mathuo in https://github.com/mathuo/dockview/pull/1045
- @thakkarkeyur made their first contribution in https://github.com/mathuo/dockview/pull/1036
- @david-tsai-skydio made their first contribution in https://github.com/mathuo/dockview/pull/1033
Full Changelog: https://github.com/mathuo/dockview/compare/v4.11.0...v4.12.0
v4.11.0
- fix: constraints persistence and precedence issues by @mathuo in https://github.com/mathuo/dockview/pull/967
Full Changelog: https://github.com/mathuo/dockview/compare/v4.10.0...v4.11.0
v4.10.0
- fix: title possibly out of sync in DockviewDefaultTab (#1003) by @yo35 in https://github.com/mathuo/dockview/pull/1015
- feat: enhance Vue component tests with comprehensive DOM and API testing by @mathuo in https://github.com/mathuo/dockview/pull/1024
- fix: move registerPanel after doAddGroup to prevent undefined API errors by @mathuo in https://github.com/mathuo/dockview/pull/1026
- @yo35 made their first contribution in https://github.com/mathuo/dockview/pull/1015
Full Changelog: https://github.com/mathuo/dockview/compare/v4.9.0...v4.10.0
v4.9.0
Please reference docs @ dockview.dev.
- Angular framework wrapper support #1001
v4.7.1
Please reference docs @ dockview.dev.
v4.6.2
Please reference docs @ dockview.dev.
- 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