Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 2.56 KB

Changelog

Get it on npm

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