Skip to content

Releases: mathuo/dockview

v3.0.0

29 Dec 14:18
148a05a
Compare
Choose a tag to compare

Release Notes

This is a major release version due to some breaking changes in the dockview-core package. If you use the react or vue versions of dockview you should not see any breaking changes when upgrading. There are no new features in this release.

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • dockview-vue vue3 peerDependency #808
  • Bug: correct enablement of dv-single-tab class #811

🔥 Breaking changes

  • Standardize dockview-core components for generic framework extensions following the pattern in DockviewComponent #810
    • SplitviewComponent: Replace components and frameworkComponents with createComponent
    • PaneviewComponent: Replace components and frameworkComponents with createComponent and replace headerComponents and headerFrameworkComponents with createHeaderComponent
    • GridviewComponent: Replace components and frameworkComponents with createComponent
  • rename class dockview-react-part to dv-react-part #806
  • rename type PaneviewDropEvent to PaneviewDidDropEvent #812
  • remove showDndOverlay from PaneviewComponent in favour of api.onUnhandledDragOverEvent #812

v2.1.4

22 Dec 19:26
32fa151
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Maintenance: Cleanup resource dispose #801
  • Bug: Fix for using popout groups with always rendering #803

🔥 Breaking changes

v2.1.3

22 Dec 10:18
8650de9
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Bug: Fix rendering issue when popout group is moved into new grid group #799

🔥 Breaking changes

v2.1.2

21 Dec 19:32
7fe2e43
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Bug: Fix issues with popout group location transitions #797

🔥 Breaking changes

v2.1.1

20 Dec 20:07
53cdf42
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Bug: Fix issue with moving tab from popout group into main grid #795

🔥 Breaking changes

v2.1.0

17 Dec 22:18
13c4a65
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

  • Persist custom popout urls in layouts #769
  • Ensure group always exists #783
  • Serialization of maximized views #762
  • Set react as an explicit peerDependency of the dockview package
  • Make tabs container non-focusable #761

🛠 Miscs

  • Bug: fix setVisible for floating groups #755
  • Bug: fix onDidAddGroup event firing when adding floating groups and panels #785
  • Documentation #743 #770
  • Build tooling #789 #759

🔥 Breaking changes

v2.0.0

03 Nov 19:28
8a05aed
Compare
Choose a tag to compare

Release Notes

This major version bump is due to breaking changes related to classnames.

Please reference docs @ dockview.dev.

🚀 Features

  • Add panel within group at specific index #751

🛠 Miscs

  • Set drag event dataTransfer object to empty string #738
  • General code cleanup / housekeeping #740 #746
  • Bug: Popout window initial sizing #737 #727
  • Bug: Close popout window on unload (refresh) #731
  • Bug: Preserve Vue3 inject/provide context #673
  • Bug: Fix Contraints #744
  • Bug: Fix popout window issues #748

🔥 Breaking changes

  • Prefix all classnames with -dv-* #688
  • Remove depreciated methods #742

v1.17.2

12 Oct 14:19
0097da7
Compare
Choose a tag to compare

Please reference docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Adjust README.md file #715
  • Docs typo #714

🔥 Breaking changes

v1.17.1

05 Sep 19:19
d1d8c80
Compare
Choose a tag to compare

Please reference docs @ dockview.dev.

🚀 Features

  • Touch Support #698 #709
  • Initial and bounding panel sizing #690
  • Improve group resize logic #693

🛠 Miscs

🔥 Breaking changes

v1.17.0

05 Sep 18:56
62fee4e
Compare
Choose a tag to compare

Please reference docs @ dockview.dev.

🚀 Features

  • Touch Support #698
  • Initial and bounding panel sizing #690
  • Improve group resize logic #693

🛠 Miscs

🔥 Breaking changes