Skip to content

Commit 5197513

Browse files
author
semantic-release
committed
0.1.27
Automatically generated by python-semantic-release
1 parent 26b1717 commit 5197513

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.27 (2025-02-04)
6+
7+
### Fix
8+
9+
* fix(widgets): Add DOMElementMap widget and enhance Button component
10+
11+
- Introduced DOMElementMap widget to the widget configuration
12+
- Extended Button component with new props: className, icon, variant, and fitToContent
13+
- Updated ButtonWidget to support new Button component features
14+
- Refactored CSS styles to improve button and container flexibility
15+
- Added support for inline and fit-to-content layouts across multiple widgets ([`c2ae60b`](https://github.com/numerous-com/numerous-widgets/commit/c2ae60b3f697816f3e79a149e58bd7c041dce84b))
16+
17+
518
## v0.1.26 (2025-01-30)
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.26"
3+
version = "0.1.27"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)