Skip to content

Grid State & Presets - new Select Editors - and more

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 07 Mar 04:56
· 2244 commits to master since this release

Bug Fixes

  • backend: backend filter on delay was broken since GridState feature (a25147d)
  • build: fix all build errors (3d24212)
  • doc: updated contributing as per comment in #10 (f437e39)
  • events: every subscribed event should have an unsubscribe (5abc223)
  • events: every subscribed event should have an unsubscribe (31b4e24)
  • filter: remove unused function (00b3654)
  • graphql: a column type of number should use EQ in GraphQL query (a7da882)
  • grid: delete duplicate gridOptions it was causing issues (fb131aa)
  • grid: update SlickGrid version and configure Header Menu autoAlign (211ea96)
  • odata: OData string filter should also support operators (0bf8928)

Features

  • doc: install and setup "prepare-release" for changelog and commit (3925050)
  • filter: add new InputNoPlaceholderFilter and global default filter (739ff3f)
  • formatter: add a new HyperlinkURI formatter, you need to uriPrefix (52de978)
  • grid: add inline editor undo command (72ef747)
  • grid: add Pagination page number input (8a89c58)
  • query: add excludeFromQuery prop and use it for Row Selection (cda0e39)
  • queryFilter: add new "queryFieldFilter" and "queryFieldSorter" (9d2aae1)
  • selectEditors: add select grid editors (#22) (5bd7215)
  • grid: GridState and Presets (#23)