Skip to content

Commit

Permalink
chore: 1.9.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Jan 19, 2024
1 parent 6c670c1 commit 69ee118
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 1,790 deletions.
21 changes: 21 additions & 0 deletions packages/docs/blog/2024-01-20-dockview-1.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
slug: dockview-1.9.1-release
title: Dockview 1.9.1
tags: [release]
---

# Release Notes

Please reference to docs @ [dockview.dev](https://dockview.dev).

## 🚀 Features

- Drop target overlay classnames [#452](https://github.com/mathuo/dockview/issues/452)

- Expose root drop target configuration options [#431](https://github.com/mathuo/dockview/issues/431)

## 🛠 Miscs

- Bug: Floating groups position reset when display:none applied to component [#458](https://github.com/mathuo/dockview/issues/458)

## 🔥 Breaking changes
9 changes: 0 additions & 9 deletions packages/docs/sandboxes/popoutgroup-dockview/src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
DockviewApi,
DockviewGroupPanel,
DockviewReact,
DockviewReadyEvent,
IDockviewHeaderActionsProps,
Expand All @@ -26,14 +25,6 @@ const components = {
},
};

const counter = (() => {
let i = 0;

return {
next: () => ++i,
};
})();

function loadDefaultLayout(api: DockviewApi) {
api.addPanel({
id: 'panel_1',
Expand Down
Loading

0 comments on commit 69ee118

Please sign in to comment.