You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## v0.5.0
4
+
5
+
* Prepare for release by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/36>
6
+
* Initialize cursor position properly when spawning by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/35>
7
+
* Allow `&str` to be passed in `with_value` builder method by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/34>
8
+
* Add a setting to control behavior when enter is pressed by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/33>
9
+
* Make example colors consistent by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/30>
10
+
* Allow text input value to changed programmatically by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/26>
11
+
* Don't show cursor if input is spawned in an inactive state by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/29>
12
+
* Reflect all the things by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/24>
13
+
* Add cursor timer reset on input by @chompaa in <https://github.com/rparrett/bevy_simple_text_input/pull/20>
14
+
* Add additional contributing guideline to README by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/22>
15
+
* Fix names of private `blink_cursor` and `show_hide_cursor` systems being swapped by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/21>
16
+
3
17
## 0.4.0
4
18
5
19
* Upgrade to Bevy 0.13 and prepare for Release by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/19>
0 commit comments