Releases: ionic-team/capacitor
Releases · ionic-team/capacitor
4.7.2
5.0.0-alpha.1
5.0.0-alpha.1 (2023-03-16)
Bug Fixes
- android: handle empty permission list (#6375) (b11a9df)
- android: handle null http headers and params (#6370) (e486672)
- android: solve and/or silence lint errors (#6358) (c627415)
- cli: point build to proper workspace name (#6371) (78b7a59)
- iOS: Separate cookies by
;
rather than;
when accessing throughdocument.cookie
(#6313) (beade60)
Features
4.7.1
4.7.0
4.7.0 (2023-02-22)
Bug Fixes
- handle fetch headers that are Headers objects (#6320) (cb00e49)
- cli: prevent error on manifest element without children (#6278) (a7e374f)
- cli: Remove buildOptions from platform capacitor.config.json (#6292) (acddcd9)
- ios: Avoid double encoding on http urls (#6288) (4768085)
- ios: Correctly Attach Headers to Request (#6303) (a3f875c)
Features
4.6.3
4.6.2
4.6.2 (2023-01-17)
Bug Fixes
- android: get application/x-www-form-urlencoded as string (#6165) (0735e89)
- cli: config file android release type not overridden (#6205) (1441c55)
- cli: flavor flag not using correct apk (#6151) (f4e7f19)
- ios: CapacitorHttp cannot use delete method (#6220) (4d238a9)
- ios: encode whitespace in http plugin urls (#6169) (dccb0a9)
- ios/android: better http error handling (#6208) (7d4d70a)
4.6.1
4.6.0
4.5.0
4.5.0 (2022-11-16)
Bug Fixes
- android: Silence deprecation warning on handlePermissionResult (#6092) (888b13e)
- cli: add vite config to framework detection (#6039) (3796d42)
- cli: calculate padding of super.onCreate(savedInstanceState); line (#6016) (5729ac1)
- cli: Update gradle versions only if they are older (#6015) (ae94101)
- cli/ios: Read handleApplicationNotifications configuration option (#6030) (99ccf18)
Features
4.4.0
4.4.0 (2022-10-21)
Bug Fixes
- android: added ServerPath object and building options for setting initial load from portals (#6008) (205b6e6)
- cookies: make document.cookie setter synchronous (2272abf)
- http: fix exception thrown on 204 responses (1f6e8be)
- http: fix local http requests on native platforms (c4e040a)