Skip to content

Latest commit

 

History

History
183 lines (57 loc) · 4 KB

CHANGELOG.md

File metadata and controls

183 lines (57 loc) · 4 KB

Change Log

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

0.8.0 (2023-05-17)

  • feat: update to Capacitor 5.0 and Gradle dependency updates
  • feat: updates to the pub/sub system
  • feat: converts WebVitals feature into an optional plugin
  • chore: update dependencies Live Updates

0.7.5 (2023-04-03)

  • chore: update dependencies for Capacitor updates and Live Updates feat

0.7.4 (2023-02-27)

  • feat: support configuration files on portal-by-portal basis and within live updates
  • feat: asset sharing between portals

0.7.3 (2023-01-11)

  • feat: added jetpack compose support for bridge availability callback
  • feat: Web Vitals support for FCP, FID, TTFB

0.7.2 (2023-01-09)

  • feat: callback when bridge is created

0.7.1 (2022-12-28)

  • feat: plugin instance support
  • fix: remove test class

0.7.0 (2022-11-22)

  • feat: update to Capacitor 4.0 and kotlin 1.8 and Gradle dependency updates
  • feat: Always have an initialContext

0.6.4 (2022-10-21)

  • fix: update Capacitor dependency with web asset load flash fix
  • fix: Allow data on SubscriptionResult to be nullable
  • chore: Remove mention of Cordova plugin support from README
  • chore: update dependency versions to capacitor 3.4.0 and liveupdates 0.1.1

0.6.3 (2022-09-09)

  • chore: update dependency versions to capacitor 3.7.0 and liveupdates 0.1.1

0.6.2 (2022-09-09)

  • fix: added webview destroy call to PortalFragment

0.6.1 (2022-08-09)

  • fix: fixed race condition when loading fragment with initialContext

0.6.0 (2022-06-24)

  • feat: allow an initialContext to be set on PortalFragment

0.5.1 (2022-05-4)

  • android: adds a default config to resolve focus issue for Portals apps in Android (#2)

0.5.0 (2022-02-16)

Note: Version bump only for package ionic-portals-android

0.4.1 (2022-01-27)

Bug Fixes

  • android: restore portal link when fragment recreated (#114) (8ab627e)

0.3.1 (2021-12-17)

Bug Fixes

  • android: exception when re-adding a portal fragment within a pager (#103) (0026e60)

0.3.0 (2021-11-18)

Bug Fixes

  • android: replaced fragment tried to re-instantiate with null portal (#95) (ccccb6a)
  • android: replaced old bridgefragment layout with new portal layout (#96) (4ca463a)

0.2.2 (2021-10-15)

Bug Fixes

  • android: readme and to incr. version (f1524da)

0.2.1 (2021-09-27)

Bug Fixes

  • android: expose Capacitor dependency through Portals library (#59) (f95d43f)