mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Rename corner_radius to rounding
Also update changelogs and clean up other aspects of https://github.com/emilk/egui/pull/1206
This commit is contained in:
@@ -9,6 +9,7 @@ All notable changes to the epaint crate will be documented in this file.
|
||||
* Replaced `Fonts::font_image` with `font_image_delta` for partial font atlas updates.
|
||||
* Added `ImageData` and `TextureManager` for loading images into textures ([#1110](https://github.com/emilk/egui/pull/1110)).
|
||||
* Added `Shape::dashed_line_many` ([#1027](https://github.com/emilk/egui/pull/1027)).
|
||||
* Replaced `corner_radius: f32` with `rounding: Rounding`, allowing per-corner rounding settings ([#1206](https://github.com/emilk/egui/pull/1206)).
|
||||
|
||||
|
||||
## 0.16.0 - 2021-12-29
|
||||
|
||||
Reference in New Issue
Block a user