Skip to content

Releases: bitrise-steplib/steps-cordova-archive

3.0.3

06 Mar 12:03
add8d31
Compare
Choose a tag to compare

What's Changed

3.0.1 release broke builds using cordova-ios<7 (but using cordova>7). Removed the bad version check, while retaining compatibility with cordova-ios 6 and 7.
(#61)

Full Changelog: 3.0.2...3.0.3

3.0.2

10 Oct 13:13
45cbb97
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

20 Sep 09:16
b7df552
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

06 Oct 06:54
1535ba3
Compare
Choose a tag to compare

[#53] Use Xcodes's modern build system by default
[#53] Added a new step input to select the build system manually

🥇 Thank you @manuelabarca for the contribution!

2.4.0

02 Aug 15:12
8cf3355
Compare
Choose a tag to compare

New step input

(#49) Added new input to control Android output type (APK or AAB)

2.3.0

12 May 12:54
e6c828d
Compare
Choose a tag to compare

Refined exporting conditions for iOS artifacts (#47)

2.2.1

20 Nov 20:12
3a2e2fa
Compare
Choose a tag to compare

Description updated.

2.2.0

28 May 10:49
4e18940
Compare
Choose a tag to compare

Added support for exporting the path of Android bundles (AABs). The path will be output in the BITRISE_AAB_PATH variable.

Add -- --packageType="bundle" to the Options to append to the cordova-cli build command or configure packageType in the build.json to build an aab. (See apache/cordova-android#764)

Thanks @blackjid for the contribution! 🥇

2.1.1

07 May 08:06
c50d992
Compare
Choose a tag to compare
  • fix: Updated error message to display Android directory (#41)

2.1.0

23 Sep 08:40
186a448
Compare
Choose a tag to compare
  • Added option to enable NPM cache