Releases: mathuo/dockview
v1.10.0
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.
- CSS Variable
- 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.
- Numerous improved to Window popouts including replacement of window to original location
- 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.
- Drop target overlays are no longer scaled with
- Bug: Popout
always
rendeing mode #486always
render mode now works in Popout Windows too.
- Bug: React Component Support #498
- Support components wrapped with
React.memo(...)
passed incomponents
option.
- Support components wrapped with
- 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
toonDidMaximizedNodeChange
- Rename
exitMaxmizedGroup
toexitMaximizedGroup
- Rename
onDidMaxmizedGroupChange
toonDidMaximizedGroupChange
- Rename
v1.9.2
v1.9.1
Release Notes
Please reference to docs @ dockview.dev.
🚀 Features
🛠 Miscs
- Bug: Floating groups position reset when display:none applied to component #458
🔥 Breaking changes
v1.9.0
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
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
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
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