Clean up CHANGELOG.md
This commit is contained in:
parent
41e4acfd4f
commit
517b34509b
1 changed files with 7 additions and 10 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -10,32 +10,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Added ⭐
|
||||
|
||||
* Emoji support:
|
||||
* 1216 different emojis.
|
||||
* Works in any text.
|
||||
* Great for button icons.
|
||||
* Emoji support: 1216 different emojis that work in any text.
|
||||
* The Demo app comes with a Font Book to explore the available glyphs.
|
||||
* `ui.horizontal_wrapped(|ui| ...)`: Add widgets on a row but wrap at `max_size`.
|
||||
* `ui.horizontal_wrapped_for_text`: Like `ui.horizontal_wrapped`, but with spacing made for embedding text.
|
||||
* `ui.horizontal_for_text`: Like `ui.horizontal`, but with spacing made for embedding text.
|
||||
* `egui::Layout` now supports justified layouts where contents is _also_ centered, right-aligned, etc.
|
||||
* `ui.allocate_ui(size, |ui| ...)`: Easily created child-`Ui` of a given size.
|
||||
* `ui.allocate_ui(size, |ui| ...)`: Easily create a child-`Ui` of a given size.
|
||||
* `SelectableLabel` (`ui.selectable_label` and `ui.selectable_value`): A text-button that can be selected.
|
||||
* `ui.small_button`: A smaller button that looks good embedded in text.
|
||||
* Add `Resize::id_source` and `ScrollArea::id_source` to let the user avoid Id clashes.
|
||||
|
||||
### Changed 🔧
|
||||
|
||||
* Changed default font to [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
|
||||
* Changed how to override fonts in `FontDefinitions`.
|
||||
* Remove minimum button width
|
||||
* Refactored `egui::Layout` substantially, changing its interface.
|
||||
* New default font: [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
|
||||
* Make it simpler to override fonts in `FontDefinitions`.
|
||||
* Remove minimum button width.
|
||||
* Refactor `egui::Layout` substantially, changing its interface.
|
||||
* Calling `on_hover_text`/`on_hover_ui` multiple times will stack tooltips underneath the previous ones.
|
||||
* Text wrapping on labels, buttons, checkboxes and radio buttons is now based on the layout.
|
||||
|
||||
### Removed 🔥
|
||||
|
||||
* Removed the `label!` macro
|
||||
* Removed the `label!` macro.
|
||||
|
||||
## 0.4.0 - 2020-11-28
|
||||
|
||||
|
|
Loading…
Reference in a new issue