- Fix scrolling when scale factor is not 1 by @rparrett in #90
- Run CI on other operating systems by @rparrett in #91
- Use Bevy's built-in scrolling by @rparrett in #88
- Add a second text input to the focus example by @rparrett in #92
- Fix typo by @rparrett in #81
- Replace "return" with "continue" in scroll_with_cursor by @copygirl in #80
- Fix missing
Default
impl onTextInput
by @rparrett in #83
- Fix insertion of a space between multibyte characters by @ilotterytea in #72
- Fix events piling up and causing duplicate key presses by @rparrett in #70
- scroll into view by @robtfm in #59
- Allow typing into multiple input fields at once by @davi4046 in #58
- Minor code style tweaks by @rparrett in #60
- add a few navigation shortcuts by @robtfm in #61
- Make
create
system an observer by @rparrett in #64 - Add names to created entities by @rparrett in #65
- Dress up new docs related to text navigation by @rparrett in #68
- feat: add placeholder text by @Xenira in #51
- feat: add character masking by @Xenira in #50
- Fix value example's top level comment by @rparrett in #52
- Fix cursor moving to the end when using the delete key by @tmacychen in #47
- Don't immediately panic on unicode input by @rparrett in #42
- Add note about dependencies by @rparrett in #40
- Add an example for the main page of the docs by @rparrett in #38
- Minor doc fixes by @rparrett in #37
- Initialize cursor position properly when spawning by @rparrett in #35
- Allow
&str
to be passed inwith_value
builder method by @rparrett in #34 - Add a setting to control behavior when enter is pressed by @rparrett in #33
- Make example colors consistent by @rparrett in #30
- Allow text input value to changed programmatically by @rparrett in #26
- Don't show cursor if input is spawned in an inactive state by @rparrett in #29
- Reflect all the things by @rparrett in #24
- Add cursor timer reset on input by @chompaa in #20
- Add additional contributing guideline to README by @rparrett in #22
- Fix names of private
blink_cursor
andshow_hide_cursor
systems being swapped by @rparrett in #21
- Upgrade to Bevy 0.13 and prepare for Release by @rparrett in #19
- Tweaks to TextInput by @rparrett in #18
- Make TextInput contain text information by @Leinnan in #17
- Hide cursor for inactive text inputs by @rparrett in #15
- Update text style when TextInputTextStyle changes by @rparrett in #14
- Refactor with new TextInputBundle by @rparrett in #13
- Refactor repeated logic into a
SystemParam
by @rparrett in #12
- Upgrade to Bevy 0.12 by @rparrett in #7
- Fix backspace and enter in web builds by @rparrett in #3
- Add support for delete key by @rparrett in #4
- Support linux backspace by @nicopap in #1