Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.02 KB

hello_egui changelog

0.6.0

  • update all crates for egui 0.29 support
  • introducing egui_flex, a subset of flexbox for egui
  • introducing egui_material_icons, material icons for egui

0.5.0

  • update all crates for egui 0.28 support
  • introduce egui_router, a spa router for egui
  • some smaller changes, view individual crate changelogs for more details

0.4.2

  • fix missing docs

0.4.1

0.4.0

  • update all crates for egui 0.27 support
  • changes to egui_inbox (changelog)

0.3.0

  • update all crates for egui 0.26 support

0.2.0

  • Removed all crates from the default features, and instead added a new feature all that includes all crates
  • Updated egui to 0.25, dropping support for older versions
  • Added new crates:
    • egui_thumbhash
    • egui_infinite_scroll
    • egui_suspense