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.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))
0 commit comments