-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: post | ||
author: | ||
name: Bryan Ellis | ||
title: "Cordova Lib 12.0.2 Released!" | ||
categories: announcements | ||
tags: news releases | ||
--- | ||
|
||
We are happy to announce that we have just released `[email protected]`! | ||
|
||
* [[email protected]](https://www.npmjs.com/package/cordova-lib) | ||
|
||
## Release Highlights | ||
|
||
In this patch release, we have introduced several fixes. The most notable changes are: | ||
|
||
* Ability to install plugins on a prerelease version of a platform. | ||
* Consistent plugin installation order across all platforms. | ||
* Ability to uninstall plugins by specifying only the required platform variables. | ||
|
||
Please report any issues you find by following the [How to File a Bug](https://github.com/apache/cordova#filing-a-bug) guide! | ||
|
||
<!--more--> | ||
# Changes include: | ||
|
||
**Fixes:** | ||
|
||
* [GH-935](https://github.com/apache/cordova-lib/pull/935) fix: platform & plugin prerelease package support | ||
* [GH-933](https://github.com/apache/cordova-lib/pull/933) fix(ios): Prevent mix build phases | ||
* [GH-913](https://github.com/apache/cordova-lib/pull/913) fix: uninstalling plugin with platform separated required variables | ||
|
||
**Chores:** | ||
|
||
* [GH-934](https://github.com/apache/cordova-lib/pull/934) chore(deps): bump cookie and express | ||
* [GH-928](https://github.com/apache/cordova-lib/pull/928) chore(deps): bump micromatch from 4.0.5 to 4.0.8 | ||
* [GH-925](https://github.com/apache/cordova-lib/pull/925) chore(deps): bump braces from 3.0.2 to 3.0.3 | ||
* [GH-924](https://github.com/apache/cordova-lib/pull/924) chore(deps): Update some dependencies, add Node 20 to CI | ||
|
||
**CI:** | ||
|
||
* [GH-926](https://github.com/apache/cordova-lib/pull/926) ci(release-audit): add license header and dependency checker | ||
* [GH-923](https://github.com/apache/cordova-lib/pull/923) ci: update codecov@v4 w/ token |