Skip to content

v5.0.2

Choose a tag to compare

@jamesgpearce jamesgpearce released this 07 Jul 23:41
· 959 commits to main since this release

This release includes a few minor improvements to the ui-react module hooks, including:

  • ensuring the callbacks are stable references when GetId-typed functions are used
  • allowing the useDel* hooks to use GetId-typed functions in order to delete specific tables, rows, cells, or values based on the event parameter

Thanks to @cpojer for identifying these improvements.