Skip to content

Latest commit

 

History

History
203 lines (106 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

203 lines (106 loc) · 10.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2022-06-30)

Features

  • types: add types for funding source options (#258) (65ebaab)

5.0.6 (2022-05-17)

Bug Fixes

  • types: add types for installments for HostedFields (#239) (3b89277)

5.0.5 (2022-04-21)

5.0.4 (2022-04-06)

Bug Fixes

5.0.3 (2022-03-25)

5.0.2 (2022-01-30)

Bug Fixes

  • types: add missing style props for messages (#167) (e969f9a)

5.0.1 (2022-01-11)

Bug Fixes

  • types: export type PayPalScriptOptions (#147) (8d36446)

5.0.0 (2022-01-10)

⚠ BREAKING CHANGES

  • types: update OnApproveActions to support subscriptions (#140)

Features

Bug Fixes

  • types: update OnApproveActions to support subscriptions (#140) (3bdaaa2)

4.2.2 (2021-12-17)

Bug Fixes

  • types: add additional sdk attributes (48abf67)
  • types: remove unused CreateOrderActions type for hostedFields (#137) (63b675c)

4.2.1 (2021-11-24)

Bug Fixes

  • add types for onShippingChange callback (#135) (65c5302)

4.2.0 (2021-11-17)

Features

  • useful error message for failed script loads (#128) (a64945b)

Bug Fixes

  • ie11: remove usage on Object.assign (76509ca)

4.1.0 (2021-10-06)

Features

  • types: enhance the hostedFields type (#124) (9f3a025)

4.0.12 (2021-09-29)

4.0.11 (2021-09-10)

Bug Fixes

  • types: update submit response for hosted fields (#117) (31ac8b4)

4.0.10 (2021-09-04)

4.0.9 (2021-09-04)

Bug Fixes

  • types: remove unsupported data-order-id attribute (3ddc963)
  • types: update createOrder for HostedFields (#116) (62fb2b1)

4.0.8 (2021-08-20)

Bug Fixes

  • types: move restart() and redirect() onApprove actions (#113) (51bb788)

4.0.7 (2021-08-11)

Bug Fixes

  • types: add sdk-integration-source script attribute (d8b0c09)
  • types: support authorizing payments (b24b5fb)

4.0.6 (2021-07-09)

4.0.5 (2021-07-09)

4.0.4 (2021-07-09)

4.0.3 (2021-07-09)

Bug Fixes

  • types: add new category for donation (3241f46)
  • types: add support for donations (b4eb180)
  • types: update sku and category to be optional (0e0b129)

4.0.2 (2021-07-05)

Bug Fixes

  • types: add labels 'subscribe' and 'donate' (8550a0a)

4.0.1 (2021-06-26)

Bug Fixes

4.0.0 (2021-06-04)

⚠ BREAKING CHANGES

  • new urls for the dist files hosted on unpkg.com

Features

  • improve dist folder structure (16053a0)

3.1.11 (2021-06-03)

3.1.10 (2021-05-11)

Bug Fixes

  • types: export all api types (966091a)

3.1.9 (2021-04-27)

3.1.8 (2021-04-21)

Bug Fixes

  • override tsconfig target in legacy build (#76) (3228e57)

3.1.7 (2021-04-10)

Bug Fixes

  • types: add types for hosted-fields component (#72) (fd8652a)
  • types: rename 'props' to 'options' (a01c86e)

3.1.6 (2021-04-02)

Bug Fixes

  • types: add types for funding-eligibility (b78de97)

3.1.5 (2021-03-29)

Bug Fixes

  • types: add types for onApprove callback data (9d98fd9)
  • types: update OrderApplicationContext fields to be optional (#69) (9a43f7f)

3.1.4 (2021-03-22)

Bug Fixes

  • do not mutate the options object (28b5984)

3.1.3 (2021-03-21)

Bug Fixes

  • types: button action functions return promises (aeac03f)

3.1.2 (2021-03-19)

Bug Fixes

  • ignore data-uid-auto attribute in findScript (99a7c8a)

3.1.1 (2021-03-14)