Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Releases: schibsted/account-sdk-ios

2.11.1

11 Nov 12:18
9b7e0e7
Compare
Choose a tag to compare

What's Changed

  • Update README about deprecation of repository
  • Call view.endEditing(true) before setting isUserInteractionEnabled to false

2.7.2

08 Feb 10:10
Compare
Choose a tag to compare
  • Backport of upgrade to support Xcode 12. (Based on #322)

2.9.0

27 Nov 09:54
Compare
Choose a tag to compare
  • Support shared web credentials: try to read stored credentials and allow the user to save the credentials to the keychain when logging in. Thanks @clausjoergensen and @vmagaziy
  • Upgrade project to Xcode 12. Thanks @clausjoergensen

2.8.1

17 Nov 10:25
54a875e
Compare
Choose a tag to compare

2.8.0

13 Oct 08:02
dccafd4
Compare
Choose a tag to compare
  • Replace SchibstedAccount.Result with Swift.Result. Thanks to @clausjoergensen
  • Allow specifying keychain access group to be able to share authentication between apps on the same Apple team. Thanks to @clausjoergensen
  • Add support for Swift Package Manger. Thanks to @clausjoergensen
  • Upgrade to Swift 5. Thanks to @mbanasiewicz
  • Upgrade deployment target 9.0 -> 11.0. Thanks to @mbanasiewicz
  • Allow disabling "What's this" button (to avoid rejection of app since the privacy page leads to a page with subscription purchase possibility). Thanks to @mbanasiewicz

2.7.1

04 Jun 10:33
a40acd7
Compare
Choose a tag to compare
  • Don't treat a 400 Bad Request to a refresh request as a logout. (#301)

2.7.0

20 Mar 08:04
Compare
Choose a tag to compare
  • Add "show password" toggle. (#291)

2.6.0

02 Mar 15:21
0f13363
Compare
Choose a tag to compare
  • Add helper method for using web flows for login.
  • Update age limit according to change in regulation.

2.5.0

27 Nov 12:24
4d2347a
Compare
Choose a tag to compare
  • Cleanup expectation in tests. (#270) Thanks to @minarikg 🙇
  • Changed: didClick*(: Any) -> didTap*(: UIButton) (#283) Thanks to @minarikg 🙇
  • Emit tracking event when the user logs in using biometrics. (#287)
  • Changed: remove via SwiftFormat script (#284) Thanks to @minarikg 🙇
  • Fix #280: Make login flow modal on iOS 13 if it isn't cancellable. (#288)

2.4.0

11 Oct 11:37
f88661b
Compare
Choose a tag to compare
  • Bug & security fixes:

    • Fix some vulnerable packages in the rubygems dependencies of this project.
  • New features:

    • Prefill the user email by default.
    • Update Schibsted logo.