Skip to content

Releases: mathuo/dockview

v1.4.3

26 May 21:43
95c7b1a
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Small adjusted to behaviours of default paneview header componnet #116 #120
  • Improved support for external dnd events in the dockview component. showDndOverlay prop on DockviewReact exposes more parameters to interact with #110
  • Improved to underlying events exposes through all components #114
  • Add .clear() to the component APIs providing an easy way to clear a layout #119
  • Udate orientation via componnet APIs is now working correctly #119

🛠 Miscs

🔥 Breaking changes

  • Fix typo by renaming onDidLayoutfromJSON to onDidLayoutFromJSON in dockview component api #112

v1.4.2

16 May 20:32
5fba881
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Fix deserialization issue where previously active panel wasn't display correctly after deserialization #108

🔥 Breaking changes

  • Rename onDidAddGroup to onDidAddPanel, onDidRemoveGroup to onDidRemovePanel and onDidActiveGroupChange to onDidActivePanelChange on the Gridview API #106

v1.4.1

11 May 21:00
ba2976d
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Fix Drag and Drop issues in Dockview on Firefox #103

🛠 Miscs

🔥 Breaking changes

All breaking changes here are designed to simplify the library with only one way to do something.

  • Remove setVisible and setActive from the Splitview API. You can still achieve the same behaviors through calling setVisible and setActive on the Splitview Panel API. #105
  • Remove setVisible, setActive and toggleVisiblity from Gridview API. You can still achieve the same behaviors through calling setVisible and setActive on the Gridview Panel API #105
  • Remove onFocusEvent from Panel API as this was not intended to be a public method. You can use onDidFocusChange instead #105
  • Remove HOC <DockviewComponents.Panel\>, <DockviewComponents.Content>, <DockviewComponents.Tab> and <DockviewComponents.Actions> #105

v1.4.0

08 May 20:03
63a9ba8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

01 May 19:29
432ab10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Apr 14:13
bbf59bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 Apr 10:30
2dc0c4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Mar 20:35
1816476
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

22 Feb 21:14
0b05115
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

22 Feb 21:14
6ba8015
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2