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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
4
4
5
+
## v0.1.29 (2025-02-05)
6
+
7
+
### Fix
8
+
9
+
* fix(widgets): Add strict validation and improved input handling for NumberInput
10
+
11
+
- Introduced `strictValidation` prop to NumberInput for more controlled input
12
+
- Implemented local value state to improve input editing experience
13
+
- Added input validation and coercion on blur and key events
14
+
- Updated NumberWidget and Number base class to support new prop
15
+
- Enhanced input handling with step coercion and value clamping ([`1ffb8c7`](https://github.com/numerous-com/numerous-widgets/commit/1ffb8c748f8f23095db9320b703881ca7a4049a3))
0 commit comments