Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show deprecation messages for things that will be dropped for 6.0.0 release #4518

Closed
5 tasks done
Fatme opened this issue Apr 10, 2019 · 0 comments
Closed
5 tasks done
Assignees
Labels
Milestone

Comments

@Fatme
Copy link
Contributor

Fatme commented Apr 10, 2019

OPTIONS

  • platform template option
    --platfrom-template sets the platform template that will be used for the native application. It is a valid npm package, path to directory, .tgz or GitHub URL that contains a native Android or iOS template.
    As this option is a obsolete option that is no longer maintained, we decided to drop it for 6.0.0 release.

  • syncAllFiles option
    --syncAllFiles option watches all production dependencies inside node_modules for changes. It triggers native rebuild if it is necessary!
    Webpack traverses the source code and collects all required modules, so this option doesn't make sense anymore.

RUNTIMES

As we have too legacy code for runtimes with versions lower than 5.1.0, we decided to drop the support for them as of NativeScript CLI v6.0.0. We highly recommend upgrading to the latest versions of the runtimes as we're planning to continuously update the min supported versions and of course to fully enjoy on the new features and fixes that are released with them.

  • [Android] android runtime < 5.1.0
  • [iOS] iOS runtime < 5.1.0

COMMANDS

  • clean-app command

PLUGINS

  • nativescript-dev-typescript plugin
  • nativescript-dev-sass plugin
  • nativescript-dev-less plugin

HOOKS

  • shouldPrepare hook
  • [Maybe] beforeWatch hook
  • [Maybe] beforeWatchPatterns hook
  • [Maybe] beforeLivesync hook

OTHERS

  • [Maybe] warnings for deprecated short imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants