Socket
Socket
Sign inDemoInstall

react-native-sectioned-multi-select

Package Overview
Dependencies
630
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

0.10.0

Diff

Changelog

Source

0.10.0 - 2023-05-11

Fixed

  • Add Various Accessibility Properties #290
    • adds rolls and accessibility states for selected state, expanded state
  • readme fixes #275, #287
renrizzolo
published 0.9.1 •

Changelog

Source

0.9.1 - 2022-01-09

Fixed

  • remove accidental console log #259
renrizzolo
published 0.9.0 •

Changelog

Source

0.9.0 - 2021-12-17

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.
renrizzolo
published 0.8.4 •

Changelog

Source

0.8.4 - 2021-12-14

Fixed

  • More type related fixes
  • IconRenderer prop should have been required
renrizzolo
published 0.8.3 •

Changelog

Source

0.8.3 - 2021-12-14

Fixed

  • more type related fixes

Added

  • added exampleapp version using typescript with ItemType generic and ref methods

Fixed

renrizzolo
published 0.8.2 •

Changelog

Source

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

renrizzolo
published 0.8.1 •

Changelog

Source

0.8.1 - 2020-11-03

Fixed

  • React Native's UIManager.setLayoutAnimationEnabledExperimental causing tests fail. This version has fix for it. \n Details:
TypeError: _reactNative.UIManager.setLayoutAnimationEnabledExperimental is not a function
renrizzolo
published 0.8.0 •

Changelog

Source

0.8.0 - 2020-10-01

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.
renrizzolo
published 0.7.8 •

Changelog

Source

0.7.8 - 2020-09-25

Fixed

  • fix global icon assignment #203
  • check for subkey here idk #173
  • fix recipe #111
renrizzolo
published 0.7.7 •

Changelog

Source

0.7.7 - 2020-04-20

Fixed

  • types definition fixes
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc