Releases: ionic-team/capacitor
Releases · ionic-team/capacitor
5.7.5
6.0.0-rc.2
6.0.0-rc.2 (2024-03-25)
Bug Fixes
- cli: also generate packageClassList on copy (#7358) (865cceb)
- cli: use correct pass signature for apksigner signing (#7365) (e4f8610)
- http: change proxy url generation (#7354) (318c316)
- inject cordova files if a cordova plugin is present (#7363) (ce9d505)
- vue 3 log warning causes error on iOS (#6993) (87271e2)
5.7.4
6.0.0-rc.1
6.0.0-rc.1 (2024-03-15)
Bug Fixes
- android: handle http errors on the proxy (#7280) (cca3c80)
- android: incorrect http url params encoding (#6586) (e9ddb0c)
- android: let WebView handle errors (#7286) (286b694)
- android: make JSInjector replace first only (#6895) (93c8a8d)
- android: prevent crash on script injection if the script is too long (#7308) (c9895e8)
- android: Remove path from allowedOriginRules (#7293) (9eb565c)
- cli: adjust SPM parameters for build and run commands (#7342) (02f8983)
- cli: apkName for multi-dimensional flavors (#6704) (d7b23f2)
- cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (663e7b3)
- cli: correct build path for non flavor builds (#7281) (0f9651d)
- cli: Migrate variables to newer dependency versions (#7235) (aaf01ab)
- cli: remove certificate file extension check on copy (#7240) (93a0044)
- core: make 'content-type' header count for XMLHttpRequest patch (#7161) (26d7f68)
- http: better handling of active requests and shutting down gracefully (5d294c9)
- http: handle proxy urls with port (#7273) (514409a)
- http: keep original URL properties on proxy (#7329) (cbb6407)
- http: Make proxy work with Request objects (#7348) (7e68725)
- http: route get requests through custom handler (#6818) (b853d06)
- http: set port for proxy url (#7341) (a3059dc)
- ios: Moves
updateBinaryVersion
call to the end ofloadView
. (#7226) (7724760) - ios: overwrite CORS headers on livereload (#7339) (0c8d69b)
- spm: add product lines to Package.swift (#7278) (e45d60d)
Features
- webview: add setServerAssetPath method (881235b)
5.7.3
5.7.3 (2024-03-15)
Bug Fixes
4.8.2
5.7.2
5.7.1
5.7.1 (2024-03-01)
Bug Fixes
- android: handle http errors on the proxy (#7297) (279f198)
- android: incorrect http url params encoding (#7303) (3857dad)
- android: let WebView handle errors (#7304) (b71635c)
- android: make JSInjector replace first only (#7249) (1c45b81)
- cli: correct build path for non flavor builds (#7281) (#7290) (9b71399)
- cli: remove certificate file extension check on copy (#7240) (#7243) (4650b4f)
- http: handle proxy urls with port (#7298) (00b7abf)
- http: route get requests through custom handler (#7295) (30eb6f7)
5.7.0
6.0.0-rc.0
6.0.0-rc.0 (2024-01-23)
Bug Fixes
- android: don't proxy requests if no jsInjector (#7199) (7dc5585)
- android: handle deprecation warnings (#7190) (06636d7)
- cli: correctly build and sign Android apps using Flavors (#7082) (7d3a99d)
- cli: Specify keystore alias and alias password build options for apksigner (#7073) (6612c49)
- cli: type only import in config (#6765) (2b493ae)
- cli: Update plugins with breaking changes (#7148) (b8c2a92)
- remove duplicates from auto registration array using set (#7192) (c4984ae)
- stop crashing from
objc_getClassList
(#7187) (e148db7) - web: Implement
retainUntilConsumed
on notifyListeners (#7127) (526292e)