Skip to content

8.16.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 10:21
3a1e38c

@comet/admin@8.16.0

Minor Changes

  • 472b496: useDataGridRemote: store sort/filter/paging state additionally to query-param in local state and fall back to it if the query-param is lost

    Avoids losing grid state, for instance, when opening an EditDialog that creates its own sub-route.

@comet/api-generator@8.16.0

Minor Changes

  • 9ce5bb4: Add optional paging. It is now possible to create a non-paginated list query using @CrudGenerator paging=false option. Use with care.