Skip to content

Latest commit

 

History

History
110 lines (69 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

110 lines (69 loc) · 4.1 KB

Changelog

Get it on npm

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

to

tags: now the text il selectable

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.

diff

  • fixed a bug in the DataTable/LoadingScreen, improperly showing Error Alert

diff

  • tabs: Fixed regression bug in useRouterTabs that was introduced in release v0.0.7.

diff

  • table: Dark background in filter inputs.
  • tabs: refactor RouterTabs and useRouterTabs.
  • table: export Paginator component.
  • Bump reactstrap dependency to 8.10.1.

diff

  • New components:
    • misc: AxiosLoadingBar
  • FallBackLoading component now supports a text prop.

diff

  • New components:
    • buttons: GoBackButton
    • charts: AnyChartWidget, PieChartWidget
    • form: MultiSelectCreatableInput with selectComponents and selectStyles objects
    • stores: useToastr, useTimePickerStore
  • Various other adjusts and fixes.
  • Revamp example app.

diff

  • New components: SocialShareBtn, MultiRangeSlider and MultiSelectDropdownInput.
  • Added examples for these new components.

diff

  • Example app now shows usage of all components.
  • Many fixes, adjusts, refactor to components (especially table, paginiator, form related).

diff

diff

  • Initial Release