Skip to content

Commit

Permalink
0.1.20
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 21, 2025
1 parent 0bd276a commit d287881
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@



## v0.1.20 (2025-01-21)

### Fix

* fix(dropdown): fix issues with z-index too high ([`05a9321`](https://github.com/numerous-com/numerous-widgets/commit/05a932137447b32dd66475791511989ce39e0b12))

* fix(ui): Enhance StringInput and introduce ToggleButton widget

- Updated StringInput component to include new props: `isValid`, `validationMessage`, and `labelInline`, improving validation handling and layout options.
- Refactored validation logic to utilize a callback for custom validation, enhancing flexibility.
- Introduced a new ToggleButton widget for better user interaction, complete with icon support and state management.
- Updated CSS styles for improved layout and visual consistency across components.

These changes collectively enhance the functionality and usability of the numerous widgets. ([`de23add`](https://github.com/numerous-com/numerous-widgets/commit/de23add8a5f10941566e59f36ee916e610e88490))


## v0.1.19 (2025-01-19)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numerous-widgets"
version = "0.1.19"
version = "0.1.20"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d287881

Please sign in to comment.