Skip to content

v1.0.0-beta.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@KevinVandy KevinVandy released this 16 Jul 16:28

What's Changed

  • New Loading Overlay in Table Container to indicate loading state that will show when state.isLoading or state.showLoadingOverlay is true
  • Progress Bars will no longer show when state.isLoading is true. Must set state.showProgressBars or state.isSaving to true to show them.
  • Filtering and Sorting icons in header cell will now highlight in primary color when active
  • Fixed page scroll position not being restored when exiting full screen mode
  • TypeScript TData generic no longer required and will default to {} if not provided

Full Changelog: v1.0.0-beta.26...v1.0.0-beta.28