Skip to content

v0.8.2

Compare
Choose a tag to compare
@renrizzolo renrizzolo released this 13 Dec 12:17
· 44 commits to master since this release

0.8.2 - 2021-12-13

Added

  • onChangeSearchText event #210

Fixed

  • Various types fixes

    • all props that return components are now ReactNode. #253
    • icons individual icon objects are now optional and allow any extra properties you wish to be added to your icon component. #253 #232
    • added types for some useful internal methods.
  • Fix TypeError: undefined is not an object (evaluating 'item[subKey]') with unpopulated items. #237