Skip to content

Releases: renrizzolo/react-native-sectioned-multi-select

v0.10.0

11 May 03:17
Compare
Choose a tag to compare
  • Add Various Accessibility Properties #290
    • adds rolls and accessibility states for selected state, expanded state
  • readme fixes #275, #287

v0.9.1

09 Jan 10:36
Compare
Choose a tag to compare

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

v0.9.0

17 Dec 12:49
Compare
Choose a tag to compare

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

14 Dec 11:55
Compare
Choose a tag to compare

Fixed

  • more type related fixes

v0.8.2

13 Dec 12:17
Compare
Choose a tag to compare

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

fix: Android setLayoutAnimationEnabledExperimental

04 Nov 11:57
0c6091d
Compare
Choose a tag to compare

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

v0.8.0

01 Oct 00:30
Compare
Choose a tag to compare

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.

v 0.7.8

25 Sep 04:46
Compare
Choose a tag to compare
  • fix global icon assignment #203
  • check for subkey here idk #173
  • fix recipe #111

v0.7.7

20 Apr 03:04
Compare
Choose a tag to compare

Updated types definition file

v0.7.4

05 Dec 03:47
Compare
Choose a tag to compare

0.7.4 - 2019-12-05

Added

  • added type definitions file #63