Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 4, 2024
1 parent 001f63a commit e096df0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
## [Unreleased](https://github.com/rerun-io/egui_tiles/compare/latest...HEAD)


## [0.4.0]](https://github.com/rerun-io/egui_tiles/compare/0.3.1...0.4.0) - 2023-11-23
## [0.5.0](https://github.com/rerun-io/egui_tiles/compare/0.4.0...0.5.0) - 2024-01-04
* Pass `TileId` to `make_active` closure (#35)
* Add `SimplificationOptions::OFF` (#38)
* Add `Tree::simplify_children_of_tile` (#39) (#41)
* Expose the internal `u64` part of `TileId` (#40)
* Fix simplification errors that result in warnings after removing panes (#41)
* Add `Tree::active_tiles` for getting visible tiles (#42)


## [0.4.0](https://github.com/rerun-io/egui_tiles/compare/0.3.1...0.4.0) - 2023-11-23
* Fix Id clash when using multiple `Tree`s (#32)
* Scrollable tab bar (#9)
* `Behavior::on_tab_button` can now add context menus, on hover ui etc. (#23)
Expand All @@ -13,19 +22,19 @@
* Update MSRV to Rust 1.72


## [0.3.1]](https://github.com/rerun-io/egui_tiles/compare/0.3.0...0.3.1) - 2023-09-29
## [0.3.1](https://github.com/rerun-io/egui_tiles/compare/0.3.0...0.3.1) - 2023-09-29
* Report edits to user with `Behavior::on_edit` (#29)
* Make `Tree::simplify` public (#28)
* Add `Shares::set_share` method (#25)


## [0.3.0]](https://github.com/rerun-io/egui_tiles/compare/0.2.0...0.3.0) - 2023-09-28
## [0.3.0](https://github.com/rerun-io/egui_tiles/compare/0.2.0...0.3.0) - 2023-09-28
* Update to egui 0.23
* Better grid column-count heuristic
* Make drag preview style customizable


## [0.2.0]](https://github.com/rerun-io/egui_tiles/compare/0.1.0...0.2.0) - Invisible tiles - 2023-07-06
## [0.2.0](https://github.com/rerun-io/egui_tiles/compare/0.1.0...0.2.0) - Invisible tiles - 2023-07-06
* Add support for invisible tiles
* `PartialEq` for `Tiles` now ignores internal state
* Add `Tiles::find_pane`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "egui_tiles"
readme = "README.md"
repository = "https://github.com/rerun-io/egui_tiles"
rust-version = "1.72"
version = "0.4.0"
version = "0.5.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit e096df0

Please sign in to comment.