v0.1.23
v0.1.23 (2025-01-23)
Fix
-
fix(tabs): Added function to generate tabs_hidden variables (
6973fc0
) -
fix(state): Add widgets property to StateModel for enhanced widget access
- Introduced a new property
widgets
in the StateModel class to retrieve the widgets associated with the model. - This property returns a dictionary of widgets, improving the accessibility of widget information within the model. (
c7ee38d
)