Skip to main content

ยท One min read

Please reference to docs @ dockview.dev.

๐Ÿš€ Featuresโ€‹

  • Additional to DockviewDefaultTab component #321

  • Additional group drop target options #316

  • Intercept events to attach custom DataTransfer object to tabs #299

  • Floating groups viewport overflow options #326

๐Ÿ›  Miscsโ€‹

  • Bug: Close button on tab shouldn't bring panel to active state #330

๐Ÿ”ฅ Breaking changesโ€‹

ยท One min read

Please reference to docs @ dockview.dev.

๐Ÿš€ Featuresโ€‹

  • Support for Floating Groups #262
  • Left hand header changes #264
  • Retain layout size #285
  • Expose removePanel #293
  • Additional themes

๐Ÿ›  Miscsโ€‹

๐Ÿ”ฅ Breaking changesโ€‹

  • groupControlComponent renamed to rightHeaderActionsComponent #264

ยท One min read

Please reference to docs @ dockview.dev.

๐Ÿš€ Featuresโ€‹

  • Improvements and tests added to the panel api.updateParameters(...) method #265

๐Ÿ›  Miscsโ€‹

  • Fix bug associated with overidding panel titles when using api.updateParameters(...) #265
  • Cleanup listeners and disposables after use #257

๐Ÿ”ฅ Breaking changesโ€‹

ยท One min read

Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.

๐Ÿš€ Featuresโ€‹

  • Resize observer #227
  • Minor type fix #237
  • Fix close button on default watermark #225
  • Fix edge-case bug when dropping a panel on far corners #243

๐Ÿ›  Miscsโ€‹

๐Ÿ”ฅ Breaking changesโ€‹

  • Remove tab height control as prop to DockviewReact component. Please control via CSS instead, see docs for tab height. #236

ยท One min read

Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.

๐Ÿš€ Featuresโ€‹

  • The title parameter for dockview panels has been made optional #197.
  • Simplify dockview toJSON() format. 1.7.0 will continue to load legacy formats successfully. #199.
  • Examples found @ dockview.dev now all link to CodeSandboxes where you can try them out for yourself and view the underlying code.
  • Fix dockview group api setContaints method to work as expected. #212.
  • Fix dnd events for third-party dnd controls within dockview panels #126.

๐Ÿ›  Miscsโ€‹

  • Split dockview into two packages, dockview-core containing the core logic and dockview containing the react wrapper. #174 #199.
    • dockview depends on dockview-core so no installation changes are required, you still only need to install dockview.
    • This is work in progress for supporting a vanilla JS version of dockview. At this time dockview-core is not designed to be used directly.

๐Ÿ”ฅ Breaking changesโ€‹

  • Remove setConstraints from the dockview panel api. #212.