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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# v0.0.25 - 26 September 2025
2
+
3
+
* Fixed a crashing bug when assigning `nil` to an input. (thanks @vinnydiehl on Discord for reporting)
4
+
* Fixed a related bug when initializing the input with a non-string, non-falsey value.
5
+
1
6
# v0.0.24 - 9 March 2025
2
7
3
8
* Fixed a bug that caused `delete_back` to result in negative `selection_start`/`selection_end` for an empty input. (thanks @Artem on Discord for reporting and sending the PR)
0 commit comments