# Changelog ## v0.9.2 * Fix insertion of a space between multibyte characters by @ilotterytea in ## v0.9.1 * Fix events piling up and causing duplicate key presses by @rparrett in ## v0.9.0 * scroll into view by @robtfm in * Allow typing into multiple input fields at once by @davi4046 in * Minor code style tweaks by @rparrett in * add a few navigation shortcuts by @robtfm in * Make `create` system an observer by @rparrett in * Add names to created entities by @rparrett in * Dress up new docs related to text navigation by @rparrett in ## v0.8.0 * Define `TextInputSystem` system set by @andrewhickman in * Upgrade to Bevy 0.14 by @rparrett in ## v0.7.0 * feat: add placeholder text by @Xenira in * feat: add character masking by @Xenira in * Fix value example's top level comment by @rparrett in ## v0.6.1 * Fix cursor moving to the end when using the delete key by @tmacychen in ## v0.6.0 * Don't immediately panic on unicode input by @rparrett in ## v0.5.1 * Add note about dependencies by @rparrett in * Add an example for the main page of the docs by @rparrett in * Minor doc fixes by @rparrett in ## v0.5.0 * Initialize cursor position properly when spawning by @rparrett in * Allow `&str` to be passed in `with_value` builder method by @rparrett in * Add a setting to control behavior when enter is pressed by @rparrett in * Make example colors consistent by @rparrett in * Allow text input value to changed programmatically by @rparrett in * Don't show cursor if input is spawned in an inactive state by @rparrett in * Reflect all the things by @rparrett in * Add cursor timer reset on input by @chompaa in * Add additional contributing guideline to README by @rparrett in * Fix names of private `blink_cursor` and `show_hide_cursor` systems being swapped by @rparrett in ## 0.4.0 * Upgrade to Bevy 0.13 and prepare for Release by @rparrett in * Tweaks to TextInput by @rparrett in * Make TextInput contain text information by @Leinnan in * Hide cursor for inactive text inputs by @rparrett in * Update text style when TextInputTextStyle changes by @rparrett in * Refactor with new TextInputBundle by @rparrett in * Refactor repeated logic into a `SystemParam` by @rparrett in ## 0.3.1 * Upgrade to Bevy 0.12 by @rparrett in ## 0.2.0 * Fix backspace and enter in web builds by @rparrett in * Add support for delete key by @rparrett in ## 0.1.2 * Support linux backspace by @nicopap in