Releases: nativescript-vue/nativescript-vue
Releases · nativescript-vue/nativescript-vue
v2.8.2
v2.8.1
NativeScript 7!
🚨 Important: 🚨
This version and above is for NativeScript 7 - if your project is not migrated yet, make sure you pin the version ofnativescript-vue
andnativescript-vue-template-compiler
to~2.7.1
- otherwise you may end up with a newer version that causes a "blank screen" due to missing exports in older@nativescript/core
versions.
2.8.0 (2020-08-31)
Features
- upgrade to NS7 (261f701)
v2.7.1
v2.7.0
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
2.6.0 (2020-04-13)
Bug Fixes
- remove console.log override (#627) (226e108)
- renderer: check for undefined before trimming style (#622) (9ce38a0)
Features
- resolve navigation page on navigation event (#624) (787d1a5)
- logging: log node creation errors (#625) (b502fc8)
- registry: allow overriding elements (#626) (e37788c)
BREAKING CHANGES
- Our
console.log
override usingutil-inspect
has been removed due to performance concerns. If you were usingVue.config.debug = true
to get colorful console.logs, this will no longer work. We have documented how you may add this feature back to your app if you relied on this behavior. See CONSOLE_LOG_OVERRIDE.md for details.