Skip to content

Latest commit

 

History

History
130 lines (70 loc) · 8.77 KB

CHANGELOG.md

File metadata and controls

130 lines (70 loc) · 8.77 KB

0.7.1 (2023-03-01)

Features

0.7.0 (2022-11-22)

Features

0.6.0 (2022-09-07)

⚠ BREAKING CHANGES

  • This will break users currently using Portals.getInitialContext. It no longer returns a Promise and will return undefined if portalsInitialContext is not set on window.
  • Will affect typescript users who specified a type in publish

Features

  • plugin: Non async initial context (#169) (7fb7eba), closes #169
  • plugin: Make publish generic over Message and not Message data (#166) (6af8120), closes #166

Bug Fixes

  • removed ref to native source in plugin package (#168) (e507b17)
  • website: docs meta (c966acc)

0.5.0 (2022-02-16)

Note: Version bump only for package root

0.4.2 (2022-02-10)

Features

  • android: support custom FragmentManager (#119) (4fc92dd)

Bug Fixes

  • ios: if manually syncing, apply portal live update instance data cached in UserDefaults (#117) (4d9e752)

0.4.1 (2022-01-27)

Bug Fixes

  • android: restore portal link when fragment recreated (#114) (8ab627e)
  • Remove missing .xcframework files (#113) (e9aac61)

0.4.0 (2022-01-18)

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)

Features

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)
  • Carthage requirement for bundling Capacitor/Cordova (4f655ad)
  • Do not embed self framework (4e15620)
  • Remove dependency from correct project (b88e673)

0.3.0-pre (2021-11-04)

Features

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)
  • ios: remove unused method (#55) (ac46b82)

0.2.0 (2021-09-14)

Features

  • Android Portal Lib (dd9308d)
  • android: add package publish to native-portal org (9a01e46)
  • android: Portal Manager first pass for android (2d3a9b2)
  • android: registration logic with error display (#28) (bd9a92d)
  • android: require registration for Portals to function (5137f64)
  • android: update the portals registration URL (#25) (4084eb1)
  • ios pub/sub changes and api updates (#14) (e923499)
  • ios registration gateway screen (7eb3ce1)
  • ios: Add PortalManager class, stub out Portal and PortalBuilder files (e847447)
  • ios: adding ios libs (26bb9ce)
  • iOS: PortalBuilder class (619795f)
  • ios: registration error logic (5a00853)
  • ios: Scaffolded iOS project (e00ace9)

Bug Fixes

  • android: rename portal package correctly (c7b9a4c)
  • iOS: Add podspec and podfile to project (52a4090)