Skip to content

Releases: gr4vy/gr4vy-embed

v2.5.1

10 Jan 11:45
Compare
Choose a tag to compare

🐛 Bug Fix

  • @gr4vy/embed
    • Skeleton loader updated to fill the entire width of its container #53 (@thomas-gr4vy)

🏠 Internal

Authors: 1

v2.5.0

22 Dec 16:47
Compare
Choose a tag to compare

Release Notes

Add support for transactionCancelled event (#49)

Adds support for transactionCancelled event. This event occurs when a buyer explicitly cancels a transaction. This could be before/or after the transaction is created. This is currently not supported for cancelling transactions during 3-D Secure.

Add support for payment source (#48)

Adds support for paymentSource to indicate to the underlying PSP the nature of a transaction/payment. This will override the store parameter (it will be set to true if paymentSource is set) and also for display to supportsTokenization. The paymentSource can be set to either installment or recurring.

Radio input theme support (#47)

Adds support for theming radio inputs using inputRadioBorder and inputRadioBorderChecked, if these are not defined the previous default values will be used (no visual breaking changes).


🚀 Enhancement

Authors: 2

v2.4.0

16 Dec 16:28
Compare
Choose a tag to compare

Release Notes

feat: support for optional form (#46)

Form is no longer a required prop, but onComplete should be used. This allows a merchant to have more control over how their own form is submitted.

fix: embed does not re-render when props change (#45)

Embed React will now re-render on prop changes. This uses React memo with a deep comparison of props so nested objects, such as theme will still cause a re-render if changed.


🚀 Enhancement

🐛 Bug Fix

Authors: 1

v2.3.0

14 Dec 15:57
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v2.2.0

14 Dec 13:17
Compare
Choose a tag to compare

🚀 Enhancement

⚠️ Pushed to main

Authors: 2

v2.1.0

18 Nov 18:49
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

v2.0.0

18 Nov 17:13
Compare
Choose a tag to compare

Release Notes

Change environment usage to point at different URLs (#39)

The environment property can now only be set to either production or sandbox. The sandbox value is a new value that replaces both the development and 'stagingvalues that were previously used. Theenvironment` variable will now be used to connect to the right Gr4vy instance.


💥 Breaking Change

  • @gr4vy/embed-react, @gr4vy/embed
    • Change environment usage to point at different URLs #39 (@cbetta)

Authors: 1

v1.5.3

15 Nov 14:14
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.5.2

08 Nov 14:56
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.5.1

08 Nov 14:25
Compare
Choose a tag to compare

Release Notes

Resolves issues cancelling Apple Pay (#35)

Dismissing Apple Pay previously left the checkout in a pending state when the user dismissed the payment sheet. This also resolves the issue of the transaction being completed before the payment sheet has closed.


🐛 Bug Fix

Authors: 1