Blog RSS Feed

Tools Release
12 Aug 2016

New updates of cordova and cordova-lib are now available!

In this release we've fixed a couple of bugs, including regression that was causing cordova run and cordova emulate commands ignore --nobuild option.

To update your cordova CLI:

npm install -g cordova@latest

Make sure to report any issues you find at issues.cordova.io!

Changes include:

cordova-lib

  • CB-11652 Update run and emulate to skip build
  • CB-11194 Defer creating of libDir folder until something actually requests it
  • CB-11493 Add cordova emulate option to skip prepare
  • CB-11205 Respect saved variables when installing plugin
  • CB-11589 Fix missing plugin files after restore

cordova-cli

  • CB-11685 Updated cordova-lib dependency to 6.3.1