Skip to content

Grid State additions and fixes

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 06 Mar 22:19
· 3955 commits to master since this release

Features

  • feat(queryFilter): add new "queryFieldFilter" and "queryFieldSorter"
  • feat(formatter): add a new HyperlinkUriPrefix formatter, you need to pass uriPrefix
  • feat(filter): add new InputNoPlaceholderFilter and global default filter
  • feat(event): add onGridStateChanged and onPaginationChanged events
  • feat(graphQL): add Column "fields" to help pass multiple properties to GraphQL query
  • feat(gridState): add headerName which can be columnDef.headerKey or columnDef.name
  • feat(service): expose refreshBackendDataset for backend

Fixes

  • fix(graphQL): delete duplicate gridOptions it was causing issues with GraphQL internalPostProcess call
  • fix(graphql): a column type of number should use EQ in GraphQL query
  • fix(backend): backend filter on delay was broken since GridState feature was introduced
  • fix(gridState): onGridStateChanged not working correctly in many cases
  • fix(formatter): multipleFormatter should pass value to next formatter

Deprecated

  • remove deprecated Event Emitter (onGridCreated)