Skip to content

Commit 774a553

Browse files
author
semantic-release
committed
0.1.22
Automatically generated by python-semantic-release
1 parent d9ad153 commit 774a553

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.22 (2025-01-22)
6+
7+
### Fix
8+
9+
* fix(ui): Enhance ProgressBar and Slider components with new props
10+
11+
- Added `fitToContent` and `labelInline` props to ProgressBar and Slider components, improving layout flexibility and user experience.
12+
- Updated corresponding widget components (ProgressBarWidget and SliderWidget) to utilize the new props for better rendering options.
13+
- Refactored CSS styles to support the new props, enhancing visual consistency and responsiveness across the UI components.
14+
15+
These changes collectively improve the interactivity and presentation of the numerous widgets. ([`d9ad153`](https://github.com/numerous-com/numerous-widgets/commit/d9ad153580ef6c968bfc681dfbaab199a83486aa))
16+
17+
518
## v0.1.21 (2025-01-22)
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.21"
3+
version = "0.1.22"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)