Skip to content

Releases: ionic-team/capacitor

4.7.0

22 Feb 20:20
Compare
Choose a tag to compare

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

  • android: add ability to create config from a custom file path (#6264) (42b4f0f)
  • android: Add SSL Pinning logic (#6314) (07f113e)
  • android: enable loading of assets outside of the content web asset directory (#6301) (364497d)
  • cli: add ssl pinning copy logic (#6312) (cce66c1)

4.6.3

03 Feb 18:25
Compare
Choose a tag to compare

4.6.3 (2023-02-03)

Bug Fixes

  • cli/cordova: Exclude private framework Headers (#6229) (6c2726d)
  • ios: crash when http headers contain numbers (#6251) (028c556)

4.6.2

17 Jan 14:36
Compare
Choose a tag to compare

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

05 Dec 15:28
Compare
Choose a tag to compare

4.6.1 (2022-12-05)

Bug Fixes

  • cli: support variables in config warn checks (#6136) (b460add)

4.6.0

01 Dec 15:54
Compare
Choose a tag to compare

4.6.0 (2022-12-01)

Bug Fixes

  • android: Don't run Cordova plugins on ui thread (#6108) (592ee86)
  • cli: useLegacyBridge should be optional (#6095) (20f68fe)
  • cli: warns about config that is present (#6060) (7ac43e7)
  • cookies: Use Set-Cookie headers to persist cookies (57f8b39)

Features

  • android: Plugin Instance Support (#6073) (3d5b7c2)
  • ios: Plugin Registration and Plugin Instance Support (#6072) (9f1d863)

4.5.0

16 Nov 16:17
Compare
Choose a tag to compare

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

  • android/cli: Allow to use the old addJavascriptInterface bridge (#6043) (a6e7c54)
  • cookies: add get cookies plugin method (ba1e770)

4.4.0

21 Oct 14:11
Compare
Choose a tag to compare

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)

Features

  • cli: add build command for android (#5891) (6d4e620)
  • cli: add build command for ios (#5925) (8e8414f)
  • cli: supports secure live updates in Portals for Capacitor config (#5955) (a309b45)

3.9.0

21 Oct 14:32
Compare
Choose a tag to compare

3.9.0 (2022-10-21)

Bug Fixes

  • android: added ServerPath object and building options for setting initial load from portals (#6005) (a408213)

Features

  • cli: backports secure live updates support with portals for capacitor to 3.x (#5988) (8146cd2), closes #5896 #5955

4.3.0

21 Sep 21:54
Compare
Choose a tag to compare

4.3.0 (2022-09-21)

Bug Fixes

  • android: open external links in browser (#5913) (7553ede)
  • android: set all cookies on proxied requests (#5781) (5ef6a38)
  • android: set WebViewClient on the WebView (#5919) (020ed8e)
  • cli: Find the Info.plist when using scheme (#5914) (f7029ac)
  • cli: Make migrator update gradle wrapper files (#5910) (b8b9b1f)
  • cli: Make update from windows use proper paths on Podfile (#5906) (c41d28f)
  • cli: show error if npm install on migration failed (#5904) (aa60a75)
  • core: Exception object was not set on Cap (#5917) (9ca27a4)

Features

  • Capacitor Cookies & Capacitor Http core plugins (d4047cf)

4.2.0

08 Sep 20:33
Compare
Choose a tag to compare

4.2.0 (2022-09-08)

Features

  • cli: add inline option to copy command (#5901) (17fbabb)
  • cli: add scheme and flavor options to run command (#5873) (e4c143d)
  • cli: copy signature when using secure live updates (#5896) (0f17177)