Skip to content

Releases: numerous-com/numerous-widgets

v0.1.41

03 Mar 09:09

Choose a tag to compare

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

02 Mar 23:21

Choose a tag to compare

v0.1.40 (2025-03-02)

Fix

  • fix(widget): Refactor survey navigation layout and positioning
  • Moved survey navigation controls to the top of the component
  • Removed duplicate navigation section at the bottom of the widget
  • Maintained existing navigation functionality and styling (3b9f0d4)

v0.1.39

02 Mar 22:37

Choose a tag to compare

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

01 Mar 15:49

Choose a tag to compare

v0.1.38 (2025-03-01)

Fix

  • fix(widgets): Missing widget ending (02daf29)

  • fix(widgets): Add WeightedAssessmentSurvey to widget configuration (7c23998)

v0.1.37

01 Mar 14:40

Choose a tag to compare

v0.1.37 (2025-03-01)

Fix

  • fix(widgets): Add Weighted Assessment Survey widget
  • Imported WeightedAssessmentSurvey widget in Marimo app example
  • Added corresponding SCSS import for WeightedAssessmentSurvey component
  • Demonstrated basic widget usage with submit event handler (0ee2f2b)

v0.1.36

25 Feb 16:20

Choose a tag to compare

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

25 Feb 15:11

Choose a tag to compare

v0.1.35 (2025-02-25)

Fix

  • fix(ci): Include built widgets (72bfe84)

v0.1.34

25 Feb 14:39

Choose a tag to compare

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

24 Feb 18:26

Choose a tag to compare

v0.1.33 (2025-02-24)

Fix

  • fix(task): Improve subprocess command handling
  • Removed unnecessary list to string conversion for subprocess commands
  • Added security warning for shell commands with string inputs (a8424b3)

v0.1.32

24 Feb 13:34

Choose a tag to compare

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)