Blog RSS Feed

Cordova Browser 4.1.0
04 Mar 2016

We are happy to announce that Cordova Browser 4.1.0 has been released. It will be the default Browser version after the next cordova-cli release.

To upgrade:

npm install -g cordova
cd my_project
cordova platform update browser@4.1.0

To add it explicitly:

cordova platform add browser@4.1.0

What's new in Browser platform

  • CB-10755 Updated checked in node_modules
  • CB-10650 Non-index content.src causes Splashscreen to be not displayed on browser
  • CB-9836 Add .gitattributes to prevent CRLF line endings in repos
  • CB-9669 Browser exec should have more failsafes
  • Update to use new 'express' implementation of cordova-serve.
  • CB-9658 Improve 'cordova run browser' when browser not installed.
  • CB-9654 'cordova run browser' -> duplicate 'CTRL + C' messages.
Previous

Significant Documentation Updates
03 Mar 2016 - By Raghav Katyal

We are happy to announce that we have made significant content updates...

Next

Plugins Release
12 Mar 2016 - By Carlos Santana

The following plugins were updated today: cordova-plugin-camera@2.1.1 cordova-plugin-statusbar@2.1.2 cordova-plugin-globalization@1.0.3 cordova-plugin-splashscreen@3.2.1 You can...