Skip to content

Latest commit

 

History

History
170 lines (78 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

170 lines (78 loc) · 7.33 KB

Changelog

1.1.5 (2020-09-04)

Features

  • build: setup publish workflow for bit.dev (9ad66aa)

1.1.4 (2020-08-28)

Bug Fixes

  • docs: remove webcomponent.org demo as it doesn't work in their iframe (168f217)

1.1.3 (2020-08-28)

Bug Fixes

  • docs: add webcomponent.org demo snippet (68a6dbc)

1.1.2 (2020-08-27)

Bug Fixes

  • docs: use absolute example urls to to ensure links work on npm (d9bbec0)

1.1.1 (2020-08-22)

Bug Fixes

  • docs: update button types from long/short to buy/plain (b28c48e)

1.1.0 (2020-08-21)

Features

  • add support for donate button (193c781), closes #34

1.0.4 (2020-07-22)

Bug Fixes

  • add lowercase property aliases for button-element (7b1f623)

1.0.3 (2020-06-25)

Bug Fixes

  • remove paymentRequest and merchantInfo from invalidation properties (ecafb34)

1.0.2 (2020-06-24)

Bug Fixes

  • add try/catch around prefetchPaymentData (be06a76)
  • update fill button styling (27a1d82)

1.0.1 (2020-06-23)

Bug Fixes

  • add support for when dynamic button is rendered (3264778)

1.0.0 (2020-06-21)

Features

  • promote to stable public release 1.0 (#22) (a532e15)

0.11.0 (2020-06-19)

Features

  • add prefetchPaymentData integration (7b0e4dd)

0.10.1 (2020-06-19)

Bug Fixes

  • update homepage property of package.json from master to main (0ab5994)

0.10.0 (2020-06-18)

Features

  • generate minified resources (f1a9165)

0.9.1 (2020-06-18)

Bug Fixes

  • include LICENSE file to npm packages (f180377)

0.9.0 (2020-06-17)

⚠ BREAKING CHANGES

  • remove logic to infer paymentRequest properties

Features

  • remove logic to infer paymentRequest properties (3261957), closes #13

Bug Fixes

  • restore primaryBranch configuration (b2fce29)

0.8.0 (2020-06-16)

⚠ BREAKING CHANGES

  • remove logic to infer callbackIntents based on callback methods
  • convert button-react to es modules

Features

  • examples: replace http-server with serve (f9e9643)
  • include umd modules in npm packages (48582dd)
  • remove logic to infer callbackIntents based on callback methods (49e5ad2), closes #13

Bug Fixes

  • add keywords to npm package (eb7e1cb)
  • convert button-react to es modules (c6ddb0a)
  • update package dependency for @types/googlepay to 0.4.1 (89f48fc)

0.7.0 (2020-06-16)

Features

0.6.0 (2020-06-11)

⚠ BREAKING CHANGES

  • return paymentMethodPresent when ready to pay changes

Bug Fixes

  • don't set className if className is empty (b288b5e)
  • return paymentMethodPresent when ready to pay changes (0219559)

0.5.4 (2020-06-08)

Bug Fixes

  • don't load pay.js if already loaded (1e457b6)