v0.1.0
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
andMaskedViewIOS
from being registered globally as Vue components. These components will no longer be usable from.vue
files unless manually imported fromreact-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