Skip to content

Releases: numerous-com/numerous-widgets

v0.1.4

22 Dec 12:00
Compare
Choose a tag to compare

v0.1.4 (2024-12-22)

Fix

v0.1.3

22 Dec 10:29
Compare
Choose a tag to compare

v0.1.3 (2024-12-22)

Fix

  • fix(widgets): Black formatted (db6baba)

  • fix(widgets): Linting (6cced83)

v0.1.2

21 Dec 09:16
Compare
Choose a tag to compare

v0.1.2 (2024-12-21)

Fix

  • fix(widgets): ruff linting (e771527)

v0.1.1

20 Dec 14:13
Compare
Choose a tag to compare

v0.1.1 (2024-12-20)

Fix

  • fix(widgets): Update example app (0551c6f)

v0.1.0

20 Dec 13:42
Compare
Choose a tag to compare

v0.1.0 (2024-12-20)

Feature

  • feat(widgets): Add new widgets and update dependencies
  • Introduced new widgets: TableWidget, ChatWidget, MarkdownDisplayWidget, StringInputWidget, AccordionWidget, RadioButtonsWidget, SliderWidget, DateTimePickerWidget, and DateTimeRangePickerWidget.
  • Updated package dependencies to include @tanstack/react-table and react-table for enhanced table functionalities.
  • Enhanced styles for new widgets and improved overall UI consistency.

This commit expands the widget library and improves the user interface with additional components. (1a6c855)

Fix

  • fix(widgets): Remove commas from widget lines (2761375)

v0.0.29

17 Dec 12:03
Compare
Choose a tag to compare

v0.0.29 (2024-12-17)

Fix

  • fix(widgets): Updates to project menu (3c71cab)

v0.0.28

17 Dec 07:44
Compare
Choose a tag to compare

v0.0.28 (2024-12-17)

Fix

  • fix(widgets): Change icon on Task button details to (i) to signify a detailed view (e142f04)

v0.0.27

16 Dec 20:28
Compare
Choose a tag to compare

v0.0.27 (2024-12-16)

Fix

  • fix(widgets): styles for check box and task button updated (60eecef)

v0.0.26

16 Dec 09:53
Compare
Choose a tag to compare

v0.0.26 (2024-12-16)

Fix

  • fix(widgets): Updated main with chart and Numerous banner (58e5cc4)

v0.0.25

16 Dec 08:47
Compare
Choose a tag to compare

v0.0.25 (2024-12-16)

Documentation

  • docs: Update README for development server instructions and build process; enhance index.html and main.tsx with new UI components
  • Clarified instructions in README for running the development server from the js/src directory.
  • Added details on building JavaScript code for production and CI pipeline requirements.
  • Updated index.html to include a stylesheet link and corrected the script source path.
  • Refactored main.tsx to implement new UI components: NumberInput, Button, Tabs, and MapSelector, improving the app's functionality and user experience.
  • Introduced state management for counter and selected values, enhancing interactivity within the application. (4f42560)

Fix

  • fix(widgets): Build a demo in main.tsx (cc187ac)