v6.6.1
- fix(dockview-core): cancel pending popout restorations on fromJSON re-entry (#1304) by @mathuo in https://github.com/mathuo/dockview/pull/1307
Full Changelog: https://github.com/mathuo/dockview/compare/v6.6.0...v6.6.1
v6.6.0
- fix(dockview-vue): accept components via prop (resolves #1301) by @mathuo in https://github.com/mathuo/dockview/pull/1302
Full Changelog: https://github.com/mathuo/dockview/compare/v6.5.0...v6.6.0
v6.5.0
- docs: canonicalize dockview-react as the React install across docs, R… by @mathuo in https://github.com/mathuo/dockview/pull/1297
- feat(dockview-angular): close API gaps + add 15 missing templates by @mathuo in https://github.com/mathuo/dockview/pull/1298
Full Changelog: https://github.com/mathuo/dockview/compare/v6.4.0...v6.5.0
v6.4.0
- fix(dockview-core): add drop target for tab group chip by @mathuo in https://github.com/mathuo/dockview/pull/1292
- feat: touch and pointer-event drag-and-drop support by @mathuo in https://github.com/mathuo/dockview/pull/1246
Full Changelog: https://github.com/mathuo/dockview/compare/v6.3.0...v6.4.0
v6.3.0
- docs: refresh footer links and add contact page by @mathuo in https://github.com/mathuo/dockview/pull/1276
- feat: support strict CSP (follow-up to #1193) by @mathuo in https://github.com/mathuo/dockview/pull/1240
- feat: support strict CSP by @hyperNURb in https://github.com/mathuo/dockview/pull/1193
- docs: expand SECURITY.md with reporting channel, scope, and supported… by @mathuo in https://github.com/mathuo/dockview/pull/1277
- fix(dockview-core): allow chip drop just-before adjacent group (#1264) by @mathuo in https://github.com/mathuo/dockview/pull/1278
- fix(docs): use pathname:// for sitemap footer link by @mathuo in https://github.com/mathuo/dockview/pull/1279
- test(dockview-core): regression cover for #1020 (addGroup + moveTo with always renderer) by @mathuo in https://github.com/mathuo/dockview/pull/1286
- fix(dockview-core): recompute target location after popout single-panel move (#1004) by @mathuo in https://github.com/mathuo/dockview/pull/1287
- fix(dockview-core): respect group.locked on void/header drop target (#990) by @mathuo in https://github.com/mathuo/dockview/pull/1285
- feat(dockview-core): allow overriding the group drag ghost (#1167) by @mathuo in https://github.com/mathuo/dockview/pull/1281
- fix(dockview-core): cancel popout restoration on dispose (#851) by @mathuo in https://github.com/mathuo/dockview/pull/1288
- fix(dockview-core): keep tab renderer params in sync with setTitle (#914) by @mathuo in https://github.com/mathuo/dockview/pull/1289
- fix(dockview-core): refresh live watermark when createWatermarkComponent changes by @mathuo in https://github.com/mathuo/dockview/pull/1282
- @hyperNURb made their first contribution in https://github.com/mathuo/dockview/pull/1193
Full Changelog: https://github.com/mathuo/dockview/compare/v6.2.2...v6.3.0
v6.2.2
- fix(dockview-core): keep dv-render-overlay hidden when visibility fli… by @mathuo in https://github.com/mathuo/dockview/pull/1275
Full Changelog: https://github.com/mathuo/dockview/compare/v6.2.1...v6.2.2
v6.2.1
- fix(dockview-vue): scope typedoc tsconfig to avoid stray types lib c… by @mathuo in https://github.com/mathuo/dockview/pull/1274
Full Changelog: https://github.com/mathuo/dockview/compare/v6.2.0...v6.2.1
v6.2.0
- ci: grant gen job pull-requests:write so PR comment step succeeds by @mathuo in https://github.com/mathuo/dockview/pull/1263
- ci: harden workflows against cache-poisoning publish chain by @mathuo in https://github.com/mathuo/dockview/pull/1265
- fix(security): reject non-same-origin popout URLs by @mathuo in https://github.com/mathuo/dockview/pull/1266
- ci: bump sonarqube-scan-action to v6 (CVE-2025-59844) by @mathuo in https://github.com/mathuo/dockview/pull/1267
- chore(deps): clean up redundant and outdated dependencies by @mathuo in https://github.com/mathuo/dockview/pull/1268
- chore(deps): upgrade vite toolchain (vite 7, plugin-vue 6, vue-tsc 3) by @mathuo in https://github.com/mathuo/dockview/pull/1269
- chore(deps): upgrade gulp 4 -> 5 by @mathuo in https://github.com/mathuo/dockview/pull/1270
- chore(deps): upgrade eslint 8 -> 10 + typescript-eslint 6 -> 8 (flat config) by @mathuo in https://github.com/mathuo/dockview/pull/1271
- chore(deps): tidy and bump docs package by @mathuo in https://github.com/mathuo/dockview/pull/1272
- chore(deps): upgrade react 18 -> 19 by @mathuo in https://github.com/mathuo/dockview/pull/1273
Full Changelog: https://github.com/mathuo/dockview/compare/v6.1.1...v6.2.0
v6.1.1
- fix: Stop toJSON from firing onDidMaximizedNodeChange by @tobysmith568 in https://github.com/mathuo/dockview/pull/1075
- fix(dockview-core): use visibility:hidden instead of display:none for… by @mathuo in https://github.com/mathuo/dockview/pull/1130
- 1074 stackoverflow when calling apitojson from within an onchange callback by @mathuo in https://github.com/mathuo/dockview/pull/1082
- ci: add release workflow, CODEOWNERS, and explicit job permissions by @mathuo in https://github.com/mathuo/dockview/pull/1258
- ci: bump release workflow to Node 24.x by @mathuo in https://github.com/mathuo/dockview/pull/1259
- ci: sign release commits and tags via GitHub API by @mathuo in https://github.com/mathuo/dockview/pull/1260
- ci: pass GraphQL variables via request body, not -F flag by @mathuo in https://github.com/mathuo/dockview/pull/1261
- @tobysmith568 made their first contribution in https://github.com/mathuo/dockview/pull/1075
Full Changelog: https://github.com/mathuo/dockview/compare/v6.0.7...v6.1.1
v6.0.7
- Feat/docs algolia search by @mathuo in https://github.com/mathuo/dockview/pull/1251
- fix(dockview-core): clear chip drag state when chip detaches mid-drop (#1254) by @mathuo in https://github.com/mathuo/dockview/pull/1256
Full Changelog: https://github.com/mathuo/dockview/compare/v6.0.6...v6.0.7