Skip to content

Releases: mathuo/dockview

v1.10.0

25 Feb 15:50
566fc0a
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • New Documentation Website #475
    • Documentation website improved to cater for growing libary
  • Panel Gaps #447
    • CSS Variable --dv-group-gap-size exposed.
  • Locked Dock #460
    • locked option prevents all user resizing of dock.
  • Enhance Window Popout #469
    • Numerous improved to Window popouts including replacement of window to original location
      when popout is closed.
  • Enhance Events #479
  • Drag and Drop Events #395

🛠 Miscs

  • Bug: Drop Target Scaling #448
    • Drop target overlays are no longer scaled with transform which allows for better CSS customization.
  • Bug: Popout always rendeing mode #486
    • always render mode now works in Popout Windows too.
  • Bug: React Component Support #498
    • Support components wrapped with React.memo(...) passed in components option.
  • Bug: Remove Source Maps #509
    • Source maps do not currently work. They have been removed and will be re-evaluated for a later release.

🔥 Breaking changes

  • Bug: Typo #495
    • Rename onDidMaxmizedNodeChange to onDidMaximizedNodeChange
    • Rename exitMaxmizedGroup to exitMaximizedGroup
    • Rename onDidMaxmizedGroupChange to onDidMaximizedGroupChange

v1.9.2

23 Jan 18:36
c11d65b
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • Expose addGroup options #465

🛠 Miscs

  • Bug: Panel rendering broken when closing adjacent tabs #472

🔥 Breaking changes

v1.9.1

20 Jan 15:06
502a984
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • Drop target overlay classnames #452

  • Expose root drop target configuration options #431

🛠 Miscs

  • Bug: Floating groups position reset when display:none applied to component #458

🔥 Breaking changes

v1.9.0

15 Jan 20:25
8a67f60
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • Full screen groups #361

  • Popout groups #360

  • Advanced panel rendering configurations #397

  • Support for rendering within Shadow DOM elements #425

🛠 Miscs

  • Remove hover effect on inactive drag handles #392

  • Add CSS effect for focused tabs #415

  • Upgrade docs website to Docasaurus v3 #418

  • Upgrade project dependencies #418

🔥 Breaking changes

v1.8.5

29 Oct 13:15
a1b3a94
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Update project dependencies #371

  • Reduce sonar technical debt #373

  • Migrate library publishing to Github Actions #366

  • Bug: Fix disableAutoResizing flag for React components #376

  • Bug: Fire correct events for floating groups #380

🔥 Breaking changes

v1.8.4

06 Oct 19:17
47f78ad
Compare
Choose a tag to compare

Please reference to docs @ dockview.dev.

🚀 Features

  • Optional header actions before tabs list #338

🛠 Miscs

  • Bug: Recover from corrupted layouts gracefully #341

  • Bug: Fix floating group resizing within nested tabs #344

  • Bug: Progmatic resizing priority #350

  • Bug: Incorrect disposal of deeply nested gridview #356

  • Splitview separator stlye restored on deserialize step #358

  • Docs: Additional Docs #347

  • Docs: Additional Docs #336

  • Docs: Additional Docs #352

🔥 Breaking changes

v1.8.3

17 Sep 13:18
4ad5b0f
Compare
Choose a tag to compare

Release Notes

Please reference to docs @ dockview.dev.

🚀 Features

  • Additional to DockviewDefaultTab component #321

  • Additional group drop target options #316

  • Intercept events to attach custom DataTransfer object to tabs #299

  • Floating groups viewport overflow options #326

🛠 Miscs

  • Bug: Close button on tab shouldn't bring panel to active state #330

🔥 Breaking changes

v1.8.2

24 Jul 20:05
bae4586
Compare
Choose a tag to compare

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Fix regression related to external dnd events #311

🔥 Breaking changes

v1.8.1

24 Jul 19:33
175e8ca
Compare
Choose a tag to compare

Please reference to docs @ dockview.dev.

🚀 Features

🛠 Miscs

  • Fix regression related to external dnd events #311

🔥 Breaking changes

v1.8.0

23 Jul 14:37
2202a89
Compare
Choose a tag to compare

Please reference to docs @ dockview.dev.

🚀 Features

  • Support for Floating Groups #262
  • Left hand header changes #264
  • Retain layout size #285
  • Expose removePanel #293
  • Additional themes

🛠 Miscs

🔥 Breaking changes

  • groupControlComponent renamed to rightHeaderActionsComponent #264