Releases: ionic-team/ionic-portals
Releases · ionic-team/ionic-portals
Portals 0.4.0 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
0.3.0
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
fix: only run on published release
0.3.0-pre
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
Carthage 0.2.2 Test
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
0.2.0
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)