Releases: numerous-com/numerous-widgets
Releases · numerous-com/numerous-widgets
v0.0.24
v0.0.23
v0.0.22
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
v0.0.20
v0.0.19
v0.0.18
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
v0.0.17 (2024-12-04)
Fix
- fix(TaskWidget, ProcessTask): streamline synchronization and enhance task management
- Removed the dependency on
isRunning
in theTaskWidget
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, includingis_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
v0.0.16 (2024-12-03)
Fix
- fix(container): enhance container widget with new properties and styles
- Added new
width
,height
, anddirection
parameters to thecontainer
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
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
)