Skip to content

Release: v1.2.0

Latest
Compare
Choose a tag to compare
@hirokazutei hirokazutei released this 17 Jan 03:03
· 57 commits to master since this release
8f2599b

[1.2.0] - 2021-01-16

Summary

  • Added spacingFactory so that all spacing components can be created with one call.

Added

  • Added layout prop for Inset that allows the control of the component's LayoutStyles.
  • Added _debug and _debugOptions which functions the sane way as debug and debugOptions

Changed

  • Changed react-native and react to be a peer dependency.
  • Changed typing packages for react-native and react to be a dev dependency.
  • Readying the depreciation of debug, debugOptions, and flex props in v2.0.0.
  • Debug-mode will only be enabled in __DEV__ environment.
  • Updated the TS and Flow examples to use the new API.
  • Updated docs.
  • Moved the flow example project to another repository. HERE

Removed

  • flow example project.