Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanos020 committed Apr 3, 2024
1 parent e58d3b5 commit fc79c89
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# egui_dock changelog

## 0.12.0 - 2024-04-03

### Breaking changes

- Upgraded to egui 0.27.

### Changed

- All `Style` structs are now serializable with `serde`. ([#227](https://github.com/Adanos020/egui_dock/pull/227))

### Fixed

- Dragging tabs around should no longer cause the `DockArea` to resize a tiny bit on every frame.
- Dragged tabs should now always follow the mouse exactly.

## 0.11.4 - 2024-03-11

### Fixed
Expand Down Expand Up @@ -29,17 +44,17 @@ From [#225](https://github.com/Adanos020/egui_dock/pull/225):
### Fixed

- Bug where tabs couldn't be re-docked onto the main surface if it's
empty ([#222](https://github.com/Adanos020/egui_dock/pull/222))
empty. ([#222](https://github.com/Adanos020/egui_dock/pull/222))

## 0.11.0 - 2024-02-06

### Added

- `filter_map_tabs`, `filter_tabs`, and `retain_tabs` ([#217](https://github.com/Adanos020/egui_dock/pull/217))
- `filter_map_tabs`, `filter_tabs`, and `retain_tabs`. ([#217](https://github.com/Adanos020/egui_dock/pull/217))

### Breaking changes

- Upgraded to egui 0.26
- Upgraded to egui 0.26.

## 0.10.0 - 2024-01-09

Expand Down

0 comments on commit fc79c89

Please sign in to comment.