6.0.0-rc.1
Pre-release
Pre-release
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)