Skip to content

v0.1.23

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 08:22
· 3 commits to main since this release

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)