Skip to content

Releases: mathuo/dockview

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

v1.16.1

13 Aug 19:19
a6a2d04
Compare
Choose a tag to compare

Please reference docs @ dockview.dev.

🛠 Miscs

  • Bug: Multiple classNames in single string not accepted #684

v1.16.0

11 Aug 20:49
56182aa
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

  • Vanilla TypeScript Support #652
    • Expose createDockview, createGridview, createPaneview and createSplitview which should be used rather than DockviewComponent, GridviewComponent, SplitviewComponent, PaneviewComponent

🛠 Miscs

  • Bug: Floating z-index positions for always rendered panels #679
  • Bug: Resize handle position when gap size is defined #682 #667
  • Bug: Popout group incorrectly disposed when single remaining panel is removed #662
  • Documentation #678

🔥 Breaking changes

  • Vanilla TypeScript Support #652
    • DockviewComponent, GridviewComponent, SplitviewComponent, PaneviewComponent constructor signature changes from (options) to (parentElement, options) removing parentElement from options.

v1.15.3

01 Aug 19:07
e5e9603
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🛠 Miscs

  • Bug: CSS typo #671
  • Bug: Floating groups fromJSON(...) incorrect sizes #668

v1.15.2

17 Jul 21:47
5b9dbdf
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🛠 Miscs

  • Bug: Calling layout with force=false was preventing layout calls #654

v1.15.1

16 Jul 19:31
374bd2a
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🛠 Miscs

  • Bug: Fix typing when adding panels with floating options #647
  • Bug: Fix gap property #649
  • Bug: Group option not passed through correctly for popout groups #650

v1.15.0

11 Jul 20:05
b326291
Compare
Choose a tag to compare

Release Notes

Please reference docs @ dockview.dev.

🚀 Features

  • add onDidMovePanel event and incorperate into onDidLayoutChange events #616
  • panel gap size controlled through new gap property #618
  • Support floating groups anchoring through bottom and right attributes #628 #621

🛠 Miscs

  • Bug: setVisible fixes and enhancements #633
  • Documentation changes #627