mirror of
https://github.com/mathuo/dockview
synced 2025-02-13 03:45:47 +00:00
42 lines
1.9 KiB
Markdown
42 lines
1.9 KiB
Markdown
---
|
|
slug: dockview-1.10.0-release
|
|
title: Dockview 1.10.0
|
|
tags: [release]
|
|
---
|
|
|
|
# Release Notes
|
|
|
|
Please reference to docs @ [dockview.dev](https://dockview.dev).
|
|
|
|
## 🚀 Features
|
|
|
|
- New Documentation Website [#475](https://github.com/mathuo/dockview/issues/475)
|
|
- Documentation website improved to cater for growing libary
|
|
- Panel Gaps [#447](https://github.com/mathuo/dockview/issues/447)
|
|
- CSS Variable `--dv-group-gap-size` exposed.
|
|
- Locked Dock [#460](https://github.com/mathuo/dockview/issues/460)
|
|
- `locked` option prevents all user resizing of dock.
|
|
- Enhance Window Popout [#469](https://github.com/mathuo/dockview/issues/469)
|
|
- Numerous improved to Window popouts including replacement of window to original location
|
|
when popout is closed.
|
|
- Enhance Events [#479](https://github.com/mathuo/dockview/issues/479)
|
|
- Drag and Drop Events [#395](https://github.com/mathuo/dockview/issues/395)
|
|
|
|
## 🛠 Miscs
|
|
|
|
- Bug: Drop Target Scaling [#448](https://github.com/mathuo/dockview/issues/448)
|
|
- Drop target overlays are no longer scaled with `transform` which allows for better CSS customization.
|
|
- Bug: Popout `always` rendeing mode [#486](https://github.com/mathuo/dockview/issues/486)
|
|
- `always` render mode now works in Popout Windows too.
|
|
- Bug: React Component Support [#498](https://github.com/mathuo/dockview/issues/498)
|
|
- Support components wrapped with `React.memo(...)` passed in `components` option.
|
|
- Bug: Remove Source Maps [#509](https://github.com/mathuo/dockview/issues/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](https://github.com/mathuo/dockview/issues/495)
|
|
- Rename `onDidMaxmizedNodeChange` to `onDidMaximizedNodeChange`
|
|
- Rename `exitMaxmizedGroup` to `exitMaximizedGroup`
|
|
- Rename `onDidMaxmizedGroupChange` to `onDidMaximizedGroupChange`
|