React Native Sectioned Multi Select Versions Save

a multi (or single) select component with support for sub categories, search, chips.

v0.10.0

1 year ago
  • Add Various Accessibility Properties #290
    • adds rolls and accessibility states for selected state, expanded state
  • readme fixes #275, #287

v0.9.1

2 years ago

Remove console.log statement that was left in by accident.

v0.9.0

2 years ago

Fixed

  • Changed the way styles and colors are recalculated. Style/color prop changes will now correctly reflect to sub items. This isn't a breaking change per se but it will cause different results to previous versions when changing styles/colors dynamically.

Also upgraded some packages and added some consistent linting/formatting.

v0.8.3

2 years ago

Fixed

  • more type related fixes

v0.8.2

2 years ago

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

v0.8.1

3 years ago

Merge pull request #219 from Kjaer/master fix: Android setLayoutAnimationEnabledExperimental

v0.8.0

3 years ago

This minor version addresses issues with icons.

Fixed

  • 0.7.8 introduced a bug with an attempted fix of the iconRenderer. This update addresses that and icons in general.

Added

  • the icons prop is an object that maps the names and sizes used for the icons (all properties are spread onto the IconRenderer). In conjunction with IconRenderer you can now easily switch out the icon library. See Icons section of Readme.

Changed

  • BREAKING: IconRenderer is now required (also note the casing change). The lib no longer depends on react-native-vector-icons. For the default Material Icons icon set, you must import Icon from react-native-vector-icons/MaterialIcons yourself, and pass that to theIconRenderer prop. See Icons section of Readme.

v0.7.8

3 years ago
  • fix global icon assignment #203
  • check for subkey here idk #173
  • fix recipe #111

v0.7.7

4 years ago

Updated types definition file

v0.7.4

4 years ago

0.7.4 - 2019-12-05

Added

  • added type definitions file #63