Mobile apps with HTML, CSS & JS for Android & iOS.
Cordova Lib 13.0.0 Released!
5 November 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is the main library behind the Cordova CLI, handling project and build operations.
[email protected]
Release Highlights
The most notable changes in this major release are:
Updated the library's npm dependencies.
Increased the Node.js engine requirement to >=20.17.0 || >=22.9.0.
Dropped support for the cordova serve command.
Dropped support for the create plugin command.
Added support for listing available emulators with the cordova emulate <platform> --list command.
Please report any issues you find by following the How to File a Bug guide!
Changes include:
Cordova Create 6.0.0 Released!
22 October 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is the library used behind-the-scenes of the Cordova tooling for creating a Cordova project.
Release Highlights
The most notable changes in this major release were:
Updated the library's npm dependencies.
Increased in the Node.js engine requirement to >=20.17.0 || >=22.9.0.
Changes include:
Breaking Changes:
GH-99 chore!: upgrade @cordova/[email protected]
GH-98 chore!: bump package dependencies
[email protected]
[email protected]
cordova-fetch5.0.0
[email protected]
re
Cordova App Hello World 7.0.0 Released!
29 August 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is the default app template used when creating a new Cordova App project though Cordova CLI.
Release Highlights
The most notable changes in this release were:
Setting the body element's box-sizing to border-box to avoid the safe-area-inset padding that caused scrolling issues
Disabled the overscroll behavior of the root element to remove rubber-banding effects.
Used modern, unprefixed CSS directives.
Updated default template's package ID to org.apache.cordova.hellocordova.
Changes include:
Fixes:
GH-98 fix(css): Fix extra padding causing scrolling
Chores:
Cordova Fetch 5.0.0 Released!
29 August 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is the library used behind-the-scenes of the Cordova tooling for fetching of Cordova platforms and plugins.
Release Highlights
The most notable changes in this major release were:
Updated the library's npm dependencies.
Increased in the Node.js engine requirement to >=20.9.0.
Changes include:
Breaking Changes:
GH-131 chore(npm)!: bump [email protected]
GH-125 chore!: bump node requirement & npm dependencies
Chores:
GH-136 chore(README): update badges
Cordova Common 6.0.0 Released!
9 August 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing.
Release Highlights
The most notable changes in this major release were:
Removal of superspawn, which also dropped the npm dependencies q and cross-spawn.
Update to the <resource-file> directive to allow directories and their contents to be copied.
Update to the <config-file> and <edit-config> directives to support finding unprefixed Info.plist files.
Increase in the Node.js engine requirement to >=20.9.0.
Changes include:
Breaking Changes:
Cordova Android 14.0.1 Released!
30 April 2025 @ 12:00 am
We are happy to announce that we have just released Cordova Android 14.0.1! This is one of Cordova's supported platforms for building Android applications.
[email protected]
To upgrade:
cordova platform remove android
cordova platform add [email protected]
To install:
cordova platform add [email protected]
Release Highlights
Fixes
Fetching Gradle Path for Windows
Resolved an issue in Windows environments where projects containing spaces in their paths could not be built due to changes in how the Gradle path was fetched.
Cordova Android 14.0.0 Released!
26 March 2025 @ 12:00 am
We are happy to announce that we have just released Cordova Android 14.0.0! This is one of Cordova's supported platforms for building Android applications.
[email protected]
To upgrade:
cordova platform remove android
cordova platform add [email protected]
To install:
cordova platform add [email protected]
Release Highlights
BREAKING CHANGES
Increased Target SDK
This release has increased the target SDK to 35 (Android 15).
Project Dependencies
The following Gradle de
Media Capture Plugin 6.0.0 Released!
26 February 2025 @ 12:00 am
We are happy to announce that we have just released an update for cordova-plugin-media-capture!
[email protected]
To upgrade:
cordova plugin remove cordova-plugin-media-capture
cordova plugin add [email protected]
Release Highlights
This major release primarily focused on ensuring that the plugin complies with Android's new strict permission requirements.
Specifically, it removes unnecessary permissions such as:
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.RECORD_AUDIO
Additiona
Cordova Common 5.0.1 Released!
2 February 2025 @ 12:00 am
We are happy to announce that [email protected] has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing.
Release Highlights
The most notable changes in this patch release were updates to the dependencies used by this tool. Some dependencies were replaced with Node internals, reducing the overall dependency requirements.
Changes include:
Chores:
GH-222 chore: bump npm dependencies to current minor revisions
GH-217 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
GH-214 chore(deps): bump micromatch from 4.0.5 to 4.0.8
Cordova 2024 recap and plans for 2025 - Meetup recording
31 January 2025 @ 12:00 am
We kicked off 2025 with a very successful virtual meetup! Thank you to everyone who attended, and a huge thanks to Bryan Ellis (@erisu) for preparing and hosting the meeting. We had over 100 registrations and more than 60 attendees.
The recording is available on YouTube, and you can find the slides here.
Bryan provided a recap of 2024, summarizing Cordova releases and milestones, and shared some plans for the current year. As always, we can't provide exact timelines since our work is entirely volunteer-driven. However, if you’d like to help us achieve our goals, you can start contributing at any time!
We also have plans for additional meetups to make contributing even more accessible. Stay tuned for more details!