|
@ -9,6 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
|
|
|
|
|
|
|
|
## Unreleased |
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
## 0.6.0 - 2020-12-26 |
|
|
|
|
|
|
|
|
### Added ⭐ |
|
|
### Added ⭐ |
|
|
|
|
|
|
|
|
* Turn off `Window` title bars with `window.title_bar(false)`. |
|
|
* Turn off `Window` title bars with `window.title_bar(false)`. |
|
@ -21,7 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
|
|
* Add `egui::math::Rot2`: rotation helper. |
|
|
* Add `egui::math::Rot2`: rotation helper. |
|
|
* `Response` now contains the `Id` of the widget it pertains to. |
|
|
* `Response` now contains the `Id` of the widget it pertains to. |
|
|
* `ui.allocate_response` that allocates space and checks for interactions. |
|
|
* `ui.allocate_response` that allocates space and checks for interactions. |
|
|
* Add response.interact(sense), e.g. to check for clicks on labels. |
|
|
* Add `response.interact(sense)`, e.g. to check for clicks on labels. |
|
|
|
|
|
|
|
|
### Changed 🔧 |
|
|
### Changed 🔧 |
|
|
|
|
|
|
|
@ -38,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
|
|
* Expand `Window` + `Resize` containers to be large enough for last frames content |
|
|
* Expand `Window` + `Resize` containers to be large enough for last frames content |
|
|
* `ui.columns`: Columns now defaults to justified top-to-down layouts. |
|
|
* `ui.columns`: Columns now defaults to justified top-to-down layouts. |
|
|
* Rename `Sense::nothing()` to `Sense::hover()`. |
|
|
* Rename `Sense::nothing()` to `Sense::hover()`. |
|
|
|
|
|
* Replaced `parking_lot` dependency with `atomic_refcell` by default. |
|
|
|
|
|
|
|
|
### Fixed 🐛 |
|
|
### Fixed 🐛 |
|
|
|
|
|
|
|
|