Skip to content

Tags: Shopify/checkout-sheet-kit-swift

Tags

3.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop unused incrementCounter enum type (#235)

3.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle about:blank cases (#230)

3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Minor] 3.1.0 (#228)

Minor - 3.1.0

3.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update web pixels schema (#206)

3.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correctly tag preload requests (#205)

* Correctly tag preload requests

* Add tests

* Patch version + changelong entry

3.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set allowsInlineMediaPlayback to true on webview (#204)

* Set allowsInlineMediaPlayback to true on webview

* Add test

3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not disconnect bridge on completion (#184)

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.0.0 (#178)

* Release 3.0.0

* Add changelog entry

* Update version in readme

3.0.0-beta.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove AuthenticationError (#176)

3.0.0-beta.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dismiss sheet by default on unrecoverable error (#172)

* Dismiss sheet on unrecoverable error

* Add tests