Skip to content

Releases: numerous-com/numerous-widgets

v0.1.31

18 Feb 10:33

Choose a tag to compare

v0.1.31 (2025-02-18)

Fix

  • fix(styles): Enhance chat message and radio button styling
  • Improved chat message design with speech/thought bubble effects
  • Added drop shadow and refined padding for chat messages
  • Updated thinking indicator styling with background and rounded corners
  • Enhanced radio button layout with flexible display options
  • Implemented inline and content-fitting radio button group styles (66a3cad)

v0.1.30

18 Feb 10:22

Choose a tag to compare

v0.1.30 (2025-02-18)

Fix

  • fix(widgets): Enhance RadioButtons with layout and styling options
  • Added fitToContent and labelInline props to RadioButtons component
  • Updated RadioButtonsWidget to support new layout configuration
  • Improved CSS styles for more flexible radio button group layouts
  • Implemented inline and content-fitting display options (31bf491)

v0.1.29

05 Feb 09:03

Choose a tag to compare

v0.1.29 (2025-02-05)

Fix

  • fix(widgets): Add strict validation and improved input handling for NumberInput
  • Introduced strictValidation prop to NumberInput for more controlled input
  • Implemented local value state to improve input editing experience
  • Added input validation and coercion on blur and key events
  • Updated NumberWidget and Number base class to support new prop
  • Enhanced input handling with step coercion and value clamping (1ffb8c7)

v0.1.28

04 Feb 09:49

Choose a tag to compare

v0.1.28 (2025-02-04)

Fix

  • fix(widgets): Include styles (c5a68f8)

v0.1.27

04 Feb 09:20

Choose a tag to compare

v0.1.27 (2025-02-04)

Fix

  • fix(widgets): Add DOMElementMap widget and enhance Button component
  • Introduced DOMElementMap widget to the widget configuration
  • Extended Button component with new props: className, icon, variant, and fitToContent
  • Updated ButtonWidget to support new Button component features
  • Refactored CSS styles to improve button and container flexibility
  • Added support for inline and fit-to-content layouts across multiple widgets (c2ae60b)

v0.1.26

30 Jan 18:58

Choose a tag to compare

v0.1.26 (2025-01-30)

Fix

  • fix(task): Add support for additional keyword arguments in process task control
  • Extended process_task_control function to accept arbitrary keyword arguments
  • Passed additional kwargs to the TaskWidget for increased flexibility
  • Updated function docstring to reflect the new parameter support (9561d35)

v0.1.25

29 Jan 14:12

Choose a tag to compare

v0.1.25 (2025-01-29)

Fix

  • fix(ui): Improve chart, map, and dropdown components with enhanced styling and functionality
  • Updated Chart component with default options and responsive settings
  • Modified MapSelector to handle coordinate order and improve map interactions
  • Refactored DropDown component with improved styling and focus states
  • Removed unnecessary props from Chat component
  • Updated global Chart.js defaults and font settings
  • Adjusted CSS variables and styles for better visual consistency
  • Improved table and chart container styling (30ca5ba)

v0.1.24

23 Jan 09:01

Choose a tag to compare

v0.1.24 (2025-01-23)

Fix

  • fix(chat): Enhance Chat component with thinking states and styling
  • Added thinkingStates prop to the Chat component to manage user thinking indicators.
  • Implemented a new function getLastMessageByType to retrieve the last message of a specific type.
  • Updated ChatWidget to pass thinkingStates from the model state.
  • Refactored CSS styles to improve the layout and appearance of chat messages and thinking indicators.
  • Introduced a new method set_thinking in the backend to manage thinking states for different user types.

These changes collectively enhance the interactivity and user experience of the chat interface. (63ee8c5)

v0.1.23

23 Jan 08:22

Choose a tag to compare

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)

v0.1.22

22 Jan 13:15

Choose a tag to compare

v0.1.22 (2025-01-22)

Fix

  • fix(ui): Enhance ProgressBar and Slider components with new props
  • Added fitToContent and labelInline props to ProgressBar and Slider components, improving layout flexibility and user experience.
  • Updated corresponding widget components (ProgressBarWidget and SliderWidget) to utilize the new props for better rendering options.
  • Refactored CSS styles to support the new props, enhancing visual consistency and responsiveness across the UI components.

These changes collectively improve the interactivity and presentation of the numerous widgets. (d9ad153)