Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Releases: lodev09/react-native-cell-components

v0.0.16

04 Mar 07:43

Choose a tag to compare

Bug fixes:

  • ActionSheet better children handling
  • Improved Cell styles and few type checking

Changes:

  • changed default icon source to MaterialIcons
  • few Cell style changes
  • Updated example -- includes android but not fully supported yet. Having issues with RN Blur

New stuff:

  • added SelectList.propTypes.itemValue

v0.0.15

01 Mar 08:11

Choose a tag to compare

New features:

  • Cell.propTypes.tintColor support
  • Cell style changes/fixes
  • SelectList placeholder
  • SelectList.propTypes.itemSelectedIcon, equivalent to Cell.propTypes.disclosure
  • Cell more disclosure support (onPress, icon, etc.)
  • Cell.propTypes.icon and Cell.propTypes.disclosure now supports passed object: { name, size, source }
  • Cell now supports children as the value
  • Better ActionSheet integration with Cell (utilising children support)

Bug fixes:

  • fixed TagsInput empty tags data
  • fixed CellListProvider for Text children
  • fixed touch responder on empty views inside ActionSheet
  • proper {...this.props} ordering

New component:

  • CellSheet - Cell + ActionSheet

v0.0.14

27 Feb 09:45

Choose a tag to compare

  • remove unnecessary states
  • SelectList now uses ActionSheet if modal === true
  • Added SelectList.propTypes.onClose
  • Added SelectList.propTypes.onOpen
  • Added ActionSheet.propTypes.onClose
  • Added ActionSheet.propTypes.onOpen
  • Removed SelectList animation (default animation applies if modal === true)
  • Added ActionSheet.propTypes.mode (list, default)

minor release

25 Feb 17:48

Choose a tag to compare

New features/enhancements:

  • support for CellInput.propTypes.multiline 3e97e55
  • Cell.propTypes.title is no longer required 3e97e55
  • proper propTypes definitions ada5d2e