dockview/packages/docs/blog/2024-11-03-dockview-2.0.0.md
2024-11-03 19:23:16 +00:00

33 lines
1.3 KiB
Markdown

---
slug: dockview-2.0.0-release
title: Dockview 2.0.0
tags: [release]
---
# Release Notes
This major version bump is due to breaking changes related to classnames.
Please reference docs @ [dockview.dev](https://dockview.dev).
## 🚀 Features
- Add panel within group at specific index [#751](https://github.com/mathuo/dockview/pull/751)
## 🛠 Miscs
- Set drag event dataTransfer object to empty string [#738](https://github.com/mathuo/dockview/pull/738)
- General code cleanup / housekeeping [#740](https://github.com/mathuo/dockview/pull/740) [#746](https://github.com/mathuo/dockview/pull/746)
- Bug: Popout window initial sizing [#737](https://github.com/mathuo/dockview/pull/737) [#727](https://github.com/mathuo/dockview/pull/727)
- Bug: Close popout window on unload (refresh) [#731](https://github.com/mathuo/dockview/pull/731)
- Bug: Preserve Vue3 inject/provide context [#673](https://github.com/mathuo/dockview/pull/673)
- Bug: Fix Contraints [#744](https://github.com/mathuo/dockview/pull/744)
- Bug: Fix popout window issues [#748](https://github.com/mathuo/dockview/pull/748)
## 🔥 Breaking changes
- Prefix all classnames with `-dv-*` [#688](https://github.com/mathuo/dockview/pull/688)
- Remove depreciated methods [#742](https://github.com/mathuo/dockview/pull/742)