Releases: numerous-com/numerous-widgets
Releases · numerous-com/numerous-widgets
v0.1.41
v0.1.41 (2025-03-03)
Fix
- fix(widget): Simplify survey navigation and remove final slide
- Removed final slide state and logic
- Replaced progress dots with a progress bar
- Simplified navigation flow by submitting survey on last group
- Updated styling to improve layout and responsiveness
- Removed redundant navigation controls (
bcb24dc)
v0.1.40
v0.1.39
v0.1.39 (2025-03-02)
Fix
- fix(widget): Enhance WeightedAssessmentSurvey with intro and final slides
- Added intro and final slide states to improve survey navigation
- Implemented dynamic progress dots to reflect survey stages
- Updated navigation controls to handle intro and final slides
- Improved responsive design and layout for better user experience
- Added completion and submission confirmation screens (
4df322b)
v0.1.38
v0.1.37
v0.1.36
v0.1.36 (2025-02-25)
Fix
- fix(task): Improve subprocess process group and termination handling
- Added process group creation for better subprocess management on Unix-like systems
- Enhanced subprocess termination with more robust kill and signal handling
- Implemented graceful process group termination with fallback for non-Unix systems
- Added error handling for process termination edge cases (
8799f70)
v0.1.35
v0.1.34
v0.1.34 (2025-02-25)
Fix
- fix(static): Remove static widget files from repository
Cleaned up numerous widget static files by removing compiled JavaScript modules and CSS files. This includes removing generated files for various widgets such as AccordionWidget, ButtonWidget, ChartWidget, and others. (437a7d7)
v0.1.33
v0.1.32
v0.1.32 (2025-02-24)
Fix
- fix(task): Improve task widget state management and synchronization
- Added reset flag and stopped state to TaskWidget
- Enhanced task state handling in base Task class
- Updated ProcessTask synchronization and control methods
- Implemented more robust state transitions and event handling
- Improved process task lifecycle management (
59d93c1)