Vue Native Core Versions Save

Vue Native is a framework to build cross platform native mobile apps using JavaScript

v0.3.1

2 years ago

This release contains minor fixes

Fixes

  • Sync peerDependencies in vue-native-scripts a49e922

https://github.com/GeekyAnts/vue-native-core/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

This is a stable release with the updates from the last two RC releases.

Fixes

  • Fix issues with line number mapping in stack traces (fixes #259) - credit @rahul-mahato
  • Set Vue version to 2.2.6 (fixes #216)
  • Fix crash for components without <script> blocks (fixes #302)
  • Fix issues with render-prop-fn usage inside v-if and v-else (fixes #234) - credit @rahul-mahato

Improvements

  • Adds Travis CI integration (resolves #17)
  • Adds Jest config
  • Fixes Flow config
  • Removes unused dependencies
  • Lint and format config
  • Prevent auto-import of deprecated components (fixes #239)
  • Update release script

v0.3.0-rc.2

3 years ago

This is a pre-release with fixes for issues in 0.3.0-rc.1 and older stable releases.

  • Fix crash for components without <script> blocks (fixes #302)
  • Fix issues with render-prop-fn usage inside v-if and v-else (fixes #234) - credit @rahul-mahato
  • Update release script

v0.3.0-rc.1

3 years ago

This is a pre-release to test a large number of changes in the repository. The following is a list of the fixes, additions and changes:

  • Fix issues with line number mapping in stack traces (fixes #259) - credit @rahul-mahato
  • Adds Travis CI integration (resolves #17)
  • Adds Jest config
  • Fixes Flow config
  • Removes unused dependencies
  • Lint and format config
  • Prevent auto-import of deprecated components (fixes #239)
  • Set Vue version to 2.2.6 (fixes #216)

v0.2.0

3 years ago

This release removes deprecated React Native components that were earlier being imported and registered globally by default. Only the core components of React Native 0.63 are now provided out of the box.

Breaking changes

The following React Native components are no longer usable in templates without being explicitly imported and registered:

Other changes

  • Updated the release script
  • Fixed some package vulnerabilities

v0.1.4

4 years ago

This release contains a bug fix and some improvements to the documentation. It also adds a release script.

Bug fixes

  • Fixed a crash that occurred when render-prop or render-prop-fn was used (#190 and #195) 19571f7

Improvements

  • Modified the release script to make it functional 15d4d40 111e607
  • Added instructions in the readme for Expo users (#189) 8bd8333

https://github.com/GeekyAnts/vue-native-core/compare/v0.1.3...v0.1.4

v0.1.3

4 years ago

This release contains a performance improvement and a minor change in the way white space is handled.

Fixes

  • Fixed an issue that would cause memory to gradually overflow. Fixes #163 7a1144c

Improvements

  • Squash large contiguous spans of white space into a single space. Fixes #164 (credit to @RohanTalip) 737897c

Other changes

  • Removed an unused directory 3aa6b4d

https://github.com/GeekyAnts/vue-native-core/compare/v0.1.2...v0.1.3

v0.1.2

4 years ago

This release mainly contains a fix for a bug that would make npm install fail.

Bug fixes

  • Fixed #182 and #191 by correcting the path to vue-native-scripts' executable (in "bin" in the package.json)

Known issues

  • Expo users using SDK ^33 or projects generated with expo-cli ^3.0.0 may still face an app crash on starting the development server. This happens due to a bug in Expo which ignores the sourceExts in metro.config.js. A manual change is required in app.json as described in #183

https://github.com/GeekyAnts/vue-native-core/compare/v0.1.1...v0.1.2

v0.1.1

4 years ago

This version fixes an app crash and improves the readme files

  • Fixed app crash described in #179 in 3b7f6fe
  • Improved the readme files in f0b5ed9
  • Stricter peer-dependencies versions were added and package descriptions improved in b1fb621

https://github.com/GeekyAnts/vue-native-core/compare/v0.1.0...v0.1.1

v0.1.0

4 years ago

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

https://github.com/GeekyAnts/vue-native-core/compare/0.0.1...v0.1.0