Skip to content

Commit fd0b01c

Browse files
author
semantic-release
committed
0.1.29
Automatically generated by python-semantic-release
1 parent 1ffb8c7 commit fd0b01c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

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))
16+
17+
518
## v0.1.28 (2025-02-04)
619

720
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numerous-widgets"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)