1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
image::Handletype withfrom_pathandfrom_memorymethods. #90image::Dataenum representing different kinds of image data. #90text_input::Renderer::measure_valuerequired method to measure the width of aTextInputvalue. #108- Click-based cursor positioning for
TextInput. #108 HomeandEndkeys support forTextInput. #108Ctrl+LeftandCtrl+Rightcursor word jump forTextInput. #108keyboard::ModifiersStatestruct which contains the state of the keyboard modifiers. #108TextInput::passwordmethod to enable secure password input mode. #113
Changed
Image::newtakes anInto<image::Handle>now instead of anInto<String>. #90Button::backgroundtakes anInto<Background>now instead of aBackground.keyboard::Event::Inputnow contains key modifiers state. #108
Fixed
Imagewidget not keeping aspect ratio consistently. #90TextInputnot taking grapheme clusters into account. #108
0.1.0 - 2019-11-25
Added
- First release! 🎉