3.1.0 (2024-03-28)
- add support for buttonRadius (89dbbc6)
3.0.10 (2023-07-17)
- invalidation values comparison for objects (3e8b7ac)
3.0.9 (2023-05-02)
- added error handling if google is not defined (b03a03e)
3.0.8 (2023-04-24)
- only return from mount() if there was an error (b730f33)
3.0.7 (2023-04-21)
- do not reference undefined google during component mounting (8d2fc32)
3.0.6 (2023-02-28)
- new release 3.0.6 with @types/googlepay 0.7.0 (98e9a39)
3.0.5 (2022-12-13)
- angular - remove main entrypoint (f8de638)
3.0.4 (2022-12-13)
- broken angular packaging (4ca7abe)
3.0.3 (2022-12-13)
- include all files from dist for angular component publishing (18954f2)
3.0.2 (2022-12-12)
- using angular "compilationMode": "partial" (5694870)
3.0.2 (2022-12-12)
3.0.1 (2022-12-05)
- remove history in gitignore and keep the if clause outside of the try block (77ac315)
- remove some blanks (0670607)
- trigger onError callback when loading googlepay js faild (e06dcf7)
3.0.0 (2021-10-01)
- update onError callback signature to match runtime values
2.6.0 (2021-08-13)
- pass allowedPaymentMethods to the createButton api (9073f06)
2.5.0 (2021-07-09)
2.4.1 (2021-06-24)
- update @types/googlepay to support new button types (e017ab0)
2.4.0 (2021-06-11)
- add support for offers (a329162)
2.3.0 (2021-03-05)
- add support for setting buttonLocale (00af174)
2.2.1 (2021-02-17)
2.2.0 (2021-02-06)
- add es5 build output (5eb243b), closes #60
- add support for main, browser, and module entry points (8d72f50), closes #60 #71
2.1.5 (2020-11-19)
- docs: update Angular component readme file (faeee50)
2.1.4 (2020-11-14)
- add @types/googlepay as a direct dependenct for @google-pay/button-angular (d796162)
2.1.3 (2020-11-11)
- include pissing files from package.json (57b0cdc)
2.1.2 (2020-11-11)
- build: publish angular dist folder instead of root (2b8413b)
2.1.1 (2020-11-11)
- build: publish @google-pay/button-angular using angular token (25195f7)
2.1.0 (2020-11-11)
- implement Angular specific package (12d021a)
2.0.1 (2020-09-10)
- update @types/googlepay package dependency (eddc588)
2.0.0 (2020-09-10)
- make environment a required property
1.1.7 (2020-09-04)
- build: update build pipeline to fix broken publish (attempt 2) (08c7482)
1.1.6 (2020-09-04)
- build: update build pipeline to fix broken publish (c7ba3a0)
1.1.5 (2020-09-04)
- build: setup publish workflow for bit.dev (9ad66aa)
1.1.4 (2020-08-28)
- docs: remove webcomponent.org demo as it doesn't work in their iframe (168f217)
1.1.3 (2020-08-28)
- docs: add webcomponent.org demo snippet (68a6dbc)
1.1.2 (2020-08-27)
- docs: use absolute example urls to to ensure links work on npm (d9bbec0)
1.1.1 (2020-08-22)
- docs: update button types from long/short to buy/plain (b28c48e)
1.1.0 (2020-08-21)
1.0.4 (2020-07-22)
- add lowercase property aliases for button-element (7b1f623)
1.0.3 (2020-06-25)
- remove paymentRequest and merchantInfo from invalidation properties (ecafb34)
1.0.2 (2020-06-24)
1.0.1 (2020-06-23)
- add support for when dynamic button is rendered (3264778)
1.0.0 (2020-06-21)
0.11.0 (2020-06-19)
- add prefetchPaymentData integration (7b0e4dd)
0.10.1 (2020-06-19)
- update homepage property of package.json from master to main (0ab5994)
0.10.0 (2020-06-18)
- generate minified resources (f1a9165)
0.9.1 (2020-06-18)
- include LICENSE file to npm packages (f180377)
0.9.0 (2020-06-17)
- remove logic to infer paymentRequest properties
- restore primaryBranch configuration (b2fce29)
0.8.0 (2020-06-16)
- remove logic to infer callbackIntents based on callback methods
- convert button-react to es modules
- 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
- 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)
- initial public release (5fc265a)
0.6.0 (2020-06-11)
- return paymentMethodPresent when ready to pay changes
- don't set className if className is empty (b288b5e)
- return paymentMethodPresent when ready to pay changes (0219559)
0.5.4 (2020-06-08)
- don't load pay.js if already loaded (1e457b6)