Skip to content

Releases: mathuo/dockview

v1.7.6

21 Jun 18:59
5d1b6c3
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • Touch support for resize handles #278

🛠 Miscs

  • Internal cleanup #275
  • iframe docs #273

🔥 Breaking changes

v1.7.5

11 Jun 19:26
54bc30c
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

🔥 Breaking changes

v1.7.4

11 Jun 08:48
7dde18c
Compare
Choose a tag to compare

Release Notes

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

v1.7.3

04 Jun 09:25
3d47c8e
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Fix bug custom params named 'title' conflicting with built-in tab 'title' object #258

🔥 Breaking changes

v1.7.2

07 May 19:57
fda40a9
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Fix bug with panel resize drag elements #249

🔥 Breaking changes

v1.7.1

11 Apr 20:09
302c269
Compare
Choose a tag to compare

Release Notes

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

v1.7.0

25 Mar 20:17
5e15af4
Compare
Choose a tag to compare

Release Notes

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.

v1.6.0

26 Feb 12:48
c7565f7
Compare
Choose a tag to compare

Release Notes

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

🚀 Features

  • Allow drag events to edge of dockview containers #177
  • group dnd #171
  • full width tabs #171
  • addPanel improvements
  • update parameters via panel.api.updateParameters
  • allow dnd on empty groups #168
  • Change watermark logic #194

🛠 Miscs

  • Fix dockview panel.api.setSize to work as expected #184
  • Fix dockview setTitle #190
  • Fix group dnd logic to filter for same dockview instance #185
  • Update dependencies including the dev dependencies for dockview and all dependencies for the docs website.
    #180
  • A variety of internal changes including file name changes
  • Improve internal dnd control logic to handle a wider variety of cases
  • Various doc enhancements @ dockview.dev

🔥 Breaking changes

  • addEmptyGroup renamed to addGroup

v1.5.2

14 Oct 02:20
834d763
Compare
Choose a tag to compare

Release Notes

🚀 Features

🛠 Miscs

Fix resizing panels via api methods #157
Various doc enhancements @ dockview.dev

🔥 Breaking changes

v1.5.1

23 Jul 14:59
f8137b7
Compare
Choose a tag to compare

Release Notes

🚀 Features

🛠 Miscs

  • Fix .params method on dockview panels to return the user provided panel params #144
  • Various doc enhancements @ dockview.dev

🔥 Breaking changes

  • Remove onTabContextMenu from DockviewReact to simplify library. As an alternative provide onContextMenu listeners in a custom tab. #127
  • Remove suppressClosable flag for DockviewReact panels to simplify library. As an alternative manage the features of a tab such as it's ability to be closed using a custom tab #146