Skip to content

Releases: ionic-team/ionic-portals

Portals 0.4.0 pre-release

18 Jan 21:26
6b38e33
Compare
Choose a tag to compare
Pre-release
iOS Live Updates Integration (#110)

* fix(ios): Correctly apply live updates without using CAPBridgeViewController
* chore: lockfile
* release 0.4.0

0.3.1

17 Dec 18:05
b01f513
Compare
Choose a tag to compare

0.3.1 (2021-12-17)

Bug Fixes

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

0.3.0

18 Nov 20:42
fab2b7a
Compare
Choose a tag to compare

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

Features

0.0.0-test

10 Nov 20:38
Compare
Choose a tag to compare
fix: only run on published release

0.3.0-pre

04 Nov 20:33
3b8ab2a
Compare
Choose a tag to compare
0.3.0-pre Pre-release
Pre-release
feat: Support Carthage XCFrameworks (#88)

* test: carthage download test
* feat(ios): create simple build script for building xcframework with carthage
* feat: update .gitignore to ignore Carthage build artifacts, update verify script
* fix(android): readme and to incr. version
* chore: cap 3.2.5 doc updates
* chore(android): updated Capacitor Dependency version to 3.2.5
* Release 0.2.2
* refactor: move cartfile to root to pull in cap dependency
Co-authored-by: Carl Poole <carl@ionic.io>

0.2.2

15 Oct 15:37
c0aa4e5
Compare
Choose a tag to compare

0.2.2 (2021-10-15)

Bug Fixes

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

Carthage 0.2.2 Test

14 Oct 21:40
Compare
Choose a tag to compare
Carthage 0.2.2 Test Pre-release
Pre-release

To use

  • Make a Cartfile with the following body
github "ionic-team/ionic-portals" == 0.2.2-pre
  • Run carthage update --use-xcframework
  • Add Carthage/Build/IonicPortals.xcframework under General -> Frameworks & Libraries
  • Import IonicPortals to test

0.2.1

27 Sep 20:58
Compare
Choose a tag to compare

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

14 Sep 22:49
Compare
Choose a tag to compare

0.2.0 (2021-09-14)

Bug Fixes

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

Features

  • 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: Add PortalManager class, stub out Portal and PortalBuilder files (e847447)
  • ios: adding ios libs (26bb9ce)
  • ios: registration error logic (5a00853)
  • Android Portal Lib (dd9308d)
  • ios pub/sub changes and api updates (#14) (e923499)
  • ios registration gateway screen (7eb3ce1)
  • ios: Scaffolded iOS project (e00ace9)
  • iOS: PortalBuilder class (619795f)