Skip to content

Releases: adearriba/ShopifyCheckoutJS

v0.1.0-alpha.2

13 Aug 15:44
764a7c8
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

Creating release with latest bug fixes.

v0.1.0-alpha.1

25 Jan 15:36
190aaa4
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

v0.1.0-alpha.1

Some refactoring and...
Added payment method related functions:

  • Retrieve the Payment methods inside the load:payment event
  • Add a description to payment methods with content boxes
  • Get/set payment method checked status
  • Event when a payment method is changed with the selected payment method and information

More to come...

v0.1.0-alpha

24 Jan 13:06
8f99744
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

v0.1.0-alpha

A very basic first release that contains support for:

  • Differentiate load events for each step/page of checkout
  • Error event for any exception that was not catch in load handlers
  • Modify fields inside Information and Payment (billing address fields) steps
    • Add/remove error message and state
    • Create new fields (text, checkbox, dropdowns) and saving the data in checkout attributes
    • Insert a field before/after a field
    • Add tooltips for text fields
  • Retrieve the Shipping methods inside the load:shipping event
    • Add a description to shipping methods
    • Get/set shipping method checked status

More to come...