Skip to main content

42 posts tagged with "release"

View All Tags

ยท One min read

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

ยท One min read

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.

ยท One min read

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

ยท One min read

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