Skip to content

Latest commit

 

History

History
260 lines (82 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

260 lines (82 loc) · 8.66 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.1 (2021-07-07)

Note: Version bump only for package @capacitor/core

3.1.0 (2021-07-07)

Note: Version bump only for package @capacitor/core

3.0.2 (2021-06-23)

Bug Fixes

3.0.1 (2021-06-09)

Bug Fixes

  • Make isPluginAvailable available on bridge (#4589) (151e7a8)

3.0.0 (2021-05-18)

Note: Version bump only for package @capacitor/core

3.0.0-rc.4 (2021-05-18)

Note: Version bump only for package @capacitor/core

3.0.0-rc.3 (2021-05-11)

Note: Version bump only for package @capacitor/core

3.0.0-rc.2 (2021-05-07)

Bug Fixes

  • bridge: Fix type errors with new Platforms API (#4524) (7bbaea8)
  • bridge: Safely JSON.Stringify circular json on log (#4507) (e4c8fe4), closes #4506

Features

3.0.0-rc.1 (2021-04-29)

Bug Fixes

  • core: Call native implementation before web implementation (#4493) (febd606)
  • core: Use web listener if there is no native implementation (#4488) (196d843)

Features

  • Unify logging behavior across environments (#4416) (bae0f3d)

3.0.0-rc.0 (2021-03-10)

Note: Version bump only for package @capacitor/core

3.0.0-beta.6 (2021-02-27)

Note: Version bump only for package @capacitor/core

3.0.0-beta.5 (2021-02-27)

Note: Version bump only for package @capacitor/core

3.0.0-beta.3 (2021-02-18)

Bug Fixes

  • core: do not add window.cordova on web apps (#4214) (6d673ef)

3.0.0-beta.2 (2021-02-08)

Bug Fixes

  • core: handle js.error messages to fix window error handler (#4124) (c0deb1d)
  • address bug in isPluginAvailable() for web and native (#4114) (2fbd954)
  • core: fix another $$typeof issue (#4113) (4cbae41)

3.0.0-beta.1 (2021-01-14)

Note: Version bump only for package @capacitor/core

3.0.0-beta.0 (2021-01-13)

Features

3.0.0-alpha.12 (2021-01-08)

Bug Fixes

  • core: fix $$typeof() not implemented error (#4013) (c7f80b5)

3.0.0-alpha.9 (2020-12-15)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.8 (2020-12-15)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.7 (2020-12-02)

Bug Fixes

3.0.0-alpha.6 (2020-10-30)

Features

3.0.0-alpha.5 (2020-10-06)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.4 (2020-09-23)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.3 (2020-09-15)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.2 (2020-08-31)

Note: Version bump only for package @capacitor/core

3.0.0-alpha.1 (2020-08-21)

Bug Fixes

  • core: provide mock implementation for unimplemented platforms (#3352) (befe230)
  • core: use more explicit result for Browser plugin events (#3349) (75f99d4)
  • core: use own type for backButton event result (#3348) (05d0e45)

Features

3.0.0-alpha.0 (2020-07-23)

Features

  • core: add registerPlugin for importing from plugin packages (#3305) (95475cc)