Skip to content

v0.1.0

Compare
Choose a tag to compare
@RishabhKarnad RishabhKarnad released this 02 Aug 15:33
· 155 commits to master since this release
b72b8ca

This release provides support for React v16.8.6, React Native v0.59 and v0.60 and Expo SDK 33

Breaking changes

  • Prevented deprecated React Native components ImageStore and MaskedViewIOS from being registered globally as Vue components. These components will no longer be usable from .vue files unless manually imported from react-native. This fixes #161

Changes and improvements

  • Added UNSAFE_ prefixes to deprecates React lifecycle methods. This fixes #166. In a future release, these methods will be replaced by alternatives
  • Upgraded the following dependencies
buble: 0.19.8
rollup: 1.17.0
rollup-plugin-alias: 1.5.2
rollup-plugin-buble: 0.19.8
rollup-plugin-replace: 2.2.0
uglify-js: 3.6.0
  • Removed some unused dependencies
  • Rectified rollup externals in build configuration
  • Moved handwritten code in package directories into src directory and regenerated packages using build script
  • Removed some unused files and directories
  • Removed unused scripts from package.json

0.0.1...v0.1.0