Skip to content

Release v1.0.14

Compare
Choose a tag to compare
@lbuljan lbuljan released this 06 Feb 14:16
· 14 commits to master since this release
  • Fixed rendering error caused by a ; string within the scrollable Block element.

Animations

  • added optional callback parameter to reverse animations as well
  • allow configurable native driver flag in animation configuration

Components

  • added gap property to Block, Text and InputFocusScrollView elements allowing easy definition of flex gaps
  • fixed Block ScrollView properties being incorrectly applied. All ScrollView related properties can now be defined through the scrollProps prop when scrollable is set to true. This might introduce breaking changes to some people, but most use cases I have seen do not really use scrollable Blocks and if so, no additional config has been applied.
  • vertical, horizontal scroll indicators and the bounces props default values have all been set to false on all Skeletor components.
  • updated JSDOC comments on all components for easier use and better understanding of some component defaults