Skip to content

Releases: ionic-team/capacitor

5.0.4

23 May 08:09
Compare
Choose a tag to compare

5.0.4 (2023-05-23)

Bug Fixes

  • cicd: removed set -eo pipefail to allow job to continue (#6596) (caeeb09)
  • cli: correct migration of package from AndroidManifest.xml to build.gradle (#6607) (1c26a3e)
  • cli: Don't succeed migration if npm install failed (#6595) (6843d96)
  • cli: proper plugin module patch in monorepos (#6589) (d49e632)

5.0.3

10 May 20:40
Compare
Choose a tag to compare

5.0.3 (2023-05-10)

Note: Version bump only for package capacitor

5.0.2

09 May 20:34
Compare
Choose a tag to compare

5.0.2 (2023-05-09)

Bug Fixes

  • cli: handle unrecognized java --version (#6577) (56b0037)
  • cli: Move package to build.gradle in Capacitor plugins (#6569) (8cb26cd)
  • fallback to plain pod if Gemfile does not contain CocoaPods (#6581) (3a41b4c)

5.0.1

05 May 14:23
Compare
Choose a tag to compare

5.0.1 (2023-05-05)

Bug Fixes

5.0.0

03 May 20:18
Compare
Choose a tag to compare

5.0.0 (2023-05-03)

Note: Version bump only for package capacitor

5.0.0-rc.3

03 May 20:04
Compare
Choose a tag to compare
5.0.0-rc.3 Pre-release
Pre-release

5.0.0-rc.3 (2023-05-03)

Note: Version bump only for package capacitor

5.0.0-rc.2

03 May 19:17
Compare
Choose a tag to compare
5.0.0-rc.2 Pre-release
Pre-release

5.0.0-rc.2 (2023-05-03)

Bug Fixes

5.0.0-rc.1

02 May 21:09
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release

5.0.0-rc.1 (2023-05-02)

Bug Fixes

  • cli: Avoid infinite loop in namespace migration (#6551) (d3aacde)
  • cli: Migrate more plugin variables (#6552) (b7da5b9)

5.0.0-rc.0

01 May 20:06
Compare
Choose a tag to compare
5.0.0-rc.0 Pre-release
Pre-release

5.0.0-rc.0 (2023-05-01)

Note: Version bump only for package capacitor

4.8.0

26 Apr 20:10
Compare
Choose a tag to compare

4.8.0 (2023-04-26)

Bug Fixes

  • android: launching intents without host (#6493) (6028ff4)
  • cli: Pin @ionic dependencies for node 12 support (#6527) (dd2d617)
  • cli: Pin @ionic/utils-subprocess version for node 12 support (#6524) (c714408)
  • cookies: check isEnabled before setting cookieHandler (24a28cb)
  • cookies: init cookie manager after server url is set (4000b02)
  • http: copy native response url to fetch response (42d2eb3)

Features

  • ios: add webContentsDebuggingEnabled configuration (#6500) (b9e345a)