Releases: numerous-com/numerous-widgets
Releases · numerous-com/numerous-widgets
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
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
v0.0.28
v0.0.27
v0.0.26
v0.0.25
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
)