Skip to content

Commit f6b04ff

Browse files
author
semantic-release
committed
0.1.23
Automatically generated by python-semantic-release
1 parent 6973fc0 commit f6b04ff

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

33

44

5+
## v0.1.23 (2025-01-23)
6+
7+
### Fix
8+
9+
* fix(tabs): Added function to generate tabs_hidden variables ([`6973fc0`](https://github.com/numerous-com/numerous-widgets/commit/6973fc0109daf8c08af002733f05bdcce4407ab0))
10+
11+
* fix(state): Add widgets property to StateModel for enhanced widget access
12+
13+
- Introduced a new property `widgets` in the StateModel class to retrieve the widgets associated with the model.
14+
- This property returns a dictionary of widgets, improving the accessibility of widget information within the model. ([`c7ee38d`](https://github.com/numerous-com/numerous-widgets/commit/c7ee38db90f010474d1715fa01a61054fc6403a2))
15+
16+
517
## v0.1.22 (2025-01-22)
618

719
### 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.22"
3+
version = "0.1.23"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)