@ionic-hotfix/cordova-builders 13.0.1-testing.4 → 13.0.2-testing.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 13.0.1-testing.4 (2026-02-26)
6
+ ## 13.0.2-testing.2 (2026-02-27)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -44,7 +44,7 @@ update their angular.json to reflect the new package name
44
44
 
45
45
 
46
46
 
47
- ## 13.0.1-testing.2 (2026-02-26)
47
+ ## 13.0.2-testing.1 (2026-02-27)
48
48
 
49
49
 
50
50
  ### Bug Fixes
@@ -85,17 +85,42 @@ update their angular.json to reflect the new package name
85
85
 
86
86
 
87
87
 
88
- ## [13.0.1-testing.1](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@12.3.0...@ionic/cordova-builders@13.0.1-testing.1) (2026-02-26)
88
+ ## 13.0.2-testing.0 (2026-02-27)
89
89
 
90
- **Note:** Version bump only for package @ionic/cordova-builders
91
90
 
91
+ ### Bug Fixes
92
+
93
+ * **cordova-builders:** release bump ([#515](https://github.com/ionic-team/angular-toolkit/issues/515)) ([047a563](https://github.com/ionic-team/angular-toolkit/commit/047a563db305a07e1a18ac08935d2809dc3a9a04))
94
+ * Remove extra line from README ([#517](https://github.com/ionic-team/angular-toolkit/issues/517)) ([a6d925f](https://github.com/ionic-team/angular-toolkit/commit/a6d925fca2a477e54d9157529cb25b4f48b04176))
95
+
96
+
97
+ ### Features
92
98
 
99
+ * add cordova-builders ng-add ([#467](https://github.com/ionic-team/angular-toolkit/issues/467)) ([1b9a0bd](https://github.com/ionic-team/angular-toolkit/commit/1b9a0bdabdbdcd1f6226a8ddc771abd1f54afd42))
100
+ * **builders:** add support for angular 16.0 ([379d8d4](https://github.com/ionic-team/angular-toolkit/commit/379d8d43d066b1cd556b083ccb506703a166ce1d)), closes [#493](https://github.com/ionic-team/angular-toolkit/issues/493) [#494](https://github.com/ionic-team/angular-toolkit/issues/494)
101
+ * bump deps to angular 14 ([767598e](https://github.com/ionic-team/angular-toolkit/commit/767598eace5bc91767008fd86670729c8079a1d9)), closes [#474](https://github.com/ionic-team/angular-toolkit/issues/474)
102
+ * bump deps to angular 15 ([009079a](https://github.com/ionic-team/angular-toolkit/commit/009079a5cf13804d55a7b1d15c79824cac9db179))
103
+ * bump deps to support angular v15 ([e7fdfd8](https://github.com/ionic-team/angular-toolkit/commit/e7fdfd8581819430b549cfae4a87e9edbadf57c9)), closes [#481](https://github.com/ionic-team/angular-toolkit/issues/481) [#477](https://github.com/ionic-team/angular-toolkit/issues/477) [#482](https://github.com/ionic-team/angular-toolkit/issues/482)
104
+ * split tooling ([#465](https://github.com/ionic-team/angular-toolkit/issues/465)) ([a8303ec](https://github.com/ionic-team/angular-toolkit/commit/a8303ec5df92c9f463ded30fbcb97a908578adf5))
105
+ * support angular 17 ([#508](https://github.com/ionic-team/angular-toolkit/issues/508)) ([c002c51](https://github.com/ionic-team/angular-toolkit/commit/c002c51cc09f45639ca97bc5354840d9c384556c))
106
+ * support angular 18 ([#513](https://github.com/ionic-team/angular-toolkit/issues/513)) ([70d5066](https://github.com/ionic-team/angular-toolkit/commit/70d50665a000c10b1cf5701aad664c2e620541c1))
107
+ * support angular 19 ([#520](https://github.com/ionic-team/angular-toolkit/issues/520)) ([2823580](https://github.com/ionic-team/angular-toolkit/commit/282358057bac80e3f3a3f96cec6b7d8c1380cea0))
108
+ * support angular 20 ([#524](https://github.com/ionic-team/angular-toolkit/issues/524)) ([3525b21](https://github.com/ionic-team/angular-toolkit/commit/3525b2151cca563015618eb0745639133d273842))
93
109
 
94
110
 
111
+ ### BREAKING CHANGES
95
112
 
96
- ## [13.0.1-testing.0](https://github.com/ionic-team/angular-toolkit/compare/@ionic/cordova-builders@12.3.0...@ionic/cordova-builders@13.0.1-testing.0) (2026-02-26)
113
+ * The minimum version of Angular required is now 17. Please updates your apps to use
114
+ the latest release of Angular.
115
+ * **builders:** The minimum version of Angular required is now 16. Please updates your apps to use
116
+ the lates release of Angular
117
+ * Apps will need to update to Angular 15 in order to suppor this verion.
118
+ * Apps will need to update to Angular 15 in order to support this version
119
+ * Apps will need to update to Angular 14 in order to suppor this verion.
120
+ * ionic/angular + cordova users will now need to install @ionic/cordova-builders and
121
+ update their angular.json to reflect the new package name
97
122
 
98
- **Note:** Version bump only for package @ionic/cordova-builders
123
+ * chore(): fix package description
99
124
 
100
125
 
101
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic-hotfix/cordova-builders",
3
- "version": "13.0.1-testing.4",
3
+ "version": "13.0.2-testing.2",
4
4
  "license": "MIT",
5
5
  "description": "Cordova builders for @ionic/angular apps",
6
6
  "homepage": "https://ionicframework.com/",
@@ -35,7 +35,6 @@
35
35
  "ionicframework"
36
36
  ],
37
37
  "dependencies": {
38
- "@angular-builders/custom-esbuild": "^20.0.0",
39
38
  "@angular-devkit/architect": "^0.2000.0",
40
39
  "@angular-devkit/build-angular": "^20.0.0",
41
40
  "@angular-devkit/core": "^20.0.0",
@@ -43,6 +42,7 @@
43
42
  "@schematics/angular": "^20.0.0",
44
43
  "cheerio": "^1.0.0-rc.10",
45
44
  "colorette": "^2.0.16",
45
+ "copy-webpack-plugin": "^12.0.2",
46
46
  "ws": "^8.2.3"
47
47
  },
48
48
  "devDependencies": {
@@ -55,5 +55,5 @@
55
55
  },
56
56
  "builders": "./builders.json",
57
57
  "schematics": "./collection.json",
58
- "gitHead": "98d4b48f04b032096c32bb6ced0e5e2518c01fc4"
58
+ "gitHead": "62a6a7dc897756c2a32b86a0b07a849fff9db140"
59
59
  }