useDataTable return loading property to better handler loading phases and avoid multiple requests
Fixed auto-update DataTable when removed a filter with the cross icon
Removed debounce filter for columns
Fixed bug in debounce filter
Update axios and "size" property
Update node version to 20 and updated dependencies
Added debounce hook and debounce filter for tables to delay the requests from the frontend
Export style for selectable items in dropdown
Fixed broken action to deploy the GitHub page
Changed the default style for the
Trying to fix error with new Bootstrap version and custom code to fix a bug
Added extraNavComponent support in RouterTabs.
Added NewJsonRenderer.
Major update of all dependencies. Breaking changes.
- fixed a bug in the DataTable/LoadingScreen, improperly showing Error Alert
tabs
: Fixed regression bug inuseRouterTabs
that was introduced in releasev0.0.7
.
table
: Dark background in filter inputs.tabs
: refactorRouterTabs
anduseRouterTabs
.table
: exportPaginator
component.- Bump
reactstrap
dependency to8.10.1
.
- New components:
- misc:
AxiosLoadingBar
- misc:
FallBackLoading
component now supports atext
prop.
- New components:
- buttons:
GoBackButton
- charts:
AnyChartWidget
,PieChartWidget
- form:
MultiSelectCreatableInput
withselectComponents
andselectStyles
objects - stores:
useToastr
,useTimePickerStore
- buttons:
- Various other adjusts and fixes.
- Revamp example app.
- New components:
SocialShareBtn
,MultiRangeSlider
andMultiSelectDropdownInput
. - Added examples for these new components.
- Example app now shows usage of all components.
- Many fixes, adjusts, refactor to components (especially table, paginiator, form related).
- Initial Release