Skip to content

Releases: numerous-com/numerous-widgets

v0.0.24

14 Dec 12:47
Compare
Choose a tag to compare

v0.0.24 (2024-12-14)

Fix

  • fix(widgets): remove file saver (a3d6782)

v0.0.23

11 Dec 19:58
Compare
Choose a tag to compare

v0.0.23 (2024-12-11)

Fix

  • fix(widgets): Clean up examples (4cfc969)

Unknown

  • chore(widgets) : Remove build folder (5ef7900)

v0.0.22

11 Dec 19:48
Compare
Choose a tag to compare

v0.0.22 (2024-12-11)

Documentation

  • docs: Update README and enhance CI/CD documentation; refactor widget imports and adjust PlotWidget margins
  • Revised project description in README to clarify the purpose of the widgets and libraries.
  • Added CI/CD section detailing GitHub Actions integration for building widgets and generating mjs files.
  • Updated import path for ProjectMenuWidget to reflect new directory structure.
  • Adjusted margin settings in PlotWidget for improved layout.
  • Minor CSS adjustments to maintain consistency across styles.

These changes improve documentation clarity and streamline the widget integration process. (fdbd9b3)

Fix

  • fix(widgets): Bump version (5a83d35)

v0.0.21

06 Dec 16:05
Compare
Choose a tag to compare

v0.0.21 (2024-12-06)

Fix

  • fix(widgets): build path and related css (270e463)

v0.0.20

06 Dec 15:19
Compare
Choose a tag to compare

v0.0.20 (2024-12-06)

Fix

  • fix(widgets): Remove unfinished FileLoaderWidget (5e8e965)

v0.0.19

06 Dec 15:11
Compare
Choose a tag to compare

v0.0.19 (2024-12-06)

Fix

  • fix(widgets): Example app in marimo (943f8df)

v0.0.18

06 Dec 08:33
Compare
Choose a tag to compare

v0.0.18 (2024-12-06)

Fix

  • fix(widgets): Added templating features (4281ae7)

  • fix(NumberField): add tooltip parameter to Field return

  • Updated the number_field function to include a tooltip parameter in the Field return statement, enhancing the widget's usability by providing additional context for users.
  • This change improves the overall user experience by allowing tooltips to be displayed alongside number input fields. (0eb3d1a)

v0.0.17

04 Dec 22:15
Compare
Choose a tag to compare

v0.0.17 (2024-12-04)

Fix

  • fix(TaskWidget, ProcessTask): streamline synchronization and enhance task management
  • Removed the dependency on isRunning in the TaskWidget component for sync interval management, simplifying the synchronization logic.
  • Updated import paths in sim_app.py and __init__.py to reflect the new module structure.
  • Added new properties and methods in ProcessTask for better task state management, including is_stopped, _exit_flag, and improved logging functionality.
  • Enhanced the sync_with_task function to include a callback for when the task stops, improving task lifecycle management.
  • Introduced validation methods in StateModel to check widget values, enhancing form handling capabilities.

These changes improve the overall usability and maintainability of the task management system. (2114246)

v0.0.16

03 Dec 15:43
Compare
Choose a tag to compare

v0.0.16 (2024-12-03)

Fix

  • fix(container): enhance container widget with new properties and styles
  • Added new width, height, and direction parameters to the container function for better layout control.
  • Introduced a side_by_side_container function for arranging contents horizontally.
  • Updated CSS styles for the container to support flexible display options.
  • Improved the overall usability and flexibility of the container widget. (c520d7c)

v0.0.15

03 Dec 14:40
Compare
Choose a tag to compare

v0.0.15 (2024-12-03)

Fix

  • fix(DropDown): add fitToContent prop for responsive design
  • Introduced a new fitToContent prop in the DropDown component to allow dynamic sizing based on content.
  • Updated the DropDownWidget to utilize the new prop from model state.
  • Enhanced CSS styles to support the responsive layout, adjusting width based on the fitToContent class.
  • Improved overall usability and flexibility of the DropDown component. (03a2e57)