Releases: ionic-team/trapeze
Releases · ionic-team/trapeze
Release 7.1.13
15 Nov 15:14
Compare
Sorry, something went wrong.
No results found
v7.0.10
10 May 12:59
Compare
Sorry, something went wrong.
No results found
Changed package name setting to support new namespace
format. #188
v7.0.9
08 May 18:09
Compare
Sorry, something went wrong.
No results found
Improved android package resolution for #185 and issue with types not being set as dev dependencies #187
v7.0.8
13 Feb 14:46
Compare
Sorry, something went wrong.
No results found
Fixed buildNumber parsing issue on iOS #168
v7.0.7
31 Jan 20:55
Compare
Sorry, something went wrong.
No results found
Fixed an issue setting versionCode
on Android and buildNumber
on iOS when values are strings #165 #164
v7.0.6
25 Jan 22:10
Compare
Sorry, something went wrong.
No results found
7f9e319 : Target older JDK for gradle parser
de2dafd : Add support for --ios and --android flags to specify platform operations
v7.0.5
17 Jan 16:29
Compare
Sorry, something went wrong.
No results found
@trapezedev/project
7.0.5
Patch Changes
Fixed XML attribute setting
7.0.4
Patch Changes
Tweaked variable substitution
7.0.3
Patch Changes
Added support for typed variables
@trapezedev/configure
7.0.5
Patch Changes
Fixed XML attribute setting
Updated dependencies
7.0.4
Patch Changes
Tweaked variable substitution
Updated dependencies
7.0.3
Patch Changes
Added support for typed variables
Updated dependencies
v7.0.2
21 Dec 21:12
Compare
Sorry, something went wrong.
No results found
Tweaked the way files are added to Xcode projects to fix #146
v7.0.1
20 Dec 20:24
Compare
Sorry, something went wrong.
No results found
New .strings, .xcconfig, and .plist files will be added to the Xcode project per #144
v7.0.0
19 Dec 20:42
Compare
Sorry, something went wrong.
No results found
Added support Android namespace in #145 .
Breaking Changes
AndroidProject.getPackageName()
is now async and returns a Promise
resolving with the namespace
field in app/build.gradle
or with the legacy package
attribute in the AndroidManifest.xml
file (per #143 )