This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 8a9e8df0a blog(release): [email protected] (#1272)
8a9e8df0a is described below
commit 8a9e8df0a8b5856ac91395c0262dc57af33e8514
Author: エリス <[email protected]>
AuthorDate: Wed Nov 16 14:16:27 2022 +0900
blog(release): [email protected] (#1272)
---
.../2022-11-15-cordova-common-release-4.1.0.md | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
b/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
new file mode 100644
index 000000000..71a439968
--- /dev/null
+++ b/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
@@ -0,0 +1,31 @@
+---
+layout: post
+author:
+ name: Bryan Ellis
+title: "Cordova Common 4.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `[email protected]`. 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 improvement in this minor release is the ability to pass
nearly all XML DOM element attributes to the platform's JS tooling. By passing
down all attribute data, Cordova-Common no longer needs to be updated for
adding and supporting new platform attributes.
+
+Please report any issues you find at
[issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-181](https://github.com/apache/cordova-common/pull/181)
feat(PluginInfo): Allow XML Attributes to be passed through to core platforms
+* [GH-158](https://github.com/apache/cordova-common/pull/158)
fix(ConfigChanges): do not pass PlistValue to `xml_helpers.resolveParent`
+* [GH-162](https://github.com/apache/cordova-common/pull/162)
refactor(PlatformMunger): DRY & simplify config munging
+* [GH-160](https://github.com/apache/cordova-common/pull/160)
refactor(xml-helpers): document & check function signature types
+* [GH-159](https://github.com/apache/cordova-common/pull/159)
refactor(ConfigChanges): use for-of loop for iterating over array
+* [GH-184](https://github.com/apache/cordova-common/pull/184) chore: rebuild
package-lock.json
+* [GH-176](https://github.com/apache/cordova-common/pull/176) chore(npm):
rebuilt package-lock to v2
+* [GH-173](https://github.com/apache/cordova-common/pull/173) chore: npmrc
+* [GH-180](https://github.com/apache/cordova-common/pull/180) ci: Remove Node
10/12 from matrix. Added Node 16 and 18.
+* [GH-150](https://github.com/apache/cordova-common/pull/150) ci: add node 14
to workflow
+* [GH-161](https://github.com/apache/cordova-common/pull/161) test: fix
invalid config for jasmine-spec-reporter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]