Skip to content

Latest commit

 

History

History
252 lines (135 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

252 lines (135 loc) · 14.1 KB

Changelog

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

8.3.0 (2024-04-29)

Features

  • add cardfields form component (634e6cd)

Bug Fixes

8.2.0 (2024-03-20)

Features

  • add DATA_JS_SDK_LIBRARY to constants (aa1b771)
  • add js library to options (acc5123)
  • hardcode js library (95a29fa)
  • rename constant (1d027b6)

Bug Fixes

8.1.4 (2024-02-28)

Bug Fixes

8.1.3 (2023-08-16)

8.1.2 (2023-08-16)

Bug Fixes

  • allow users to change data-sdk-integration-source (#378) (0feef3e)

8.1.1 (2023-07-28)

8.1.0 (2023-07-03)

Features

  • add loadingStatusErrorMessage to state (#366) (e1b9068)

8.0.0 (2023-06-12)

⚠ BREAKING CHANGES

  • this is a breaking change for PayPalScriptProvider options.

Features

  • use camelCase for PayPalScriptProvider options (#360) (168764e)

7.8.3 (2023-03-27)

7.8.2 (2022-11-30)

7.8.1 (2022-05-27)

7.8.0 (2022-05-17)

Features

  • hostedFields: add support for installments (#271) (c5e9670)

7.7.0 (2022-05-10)

Features

  • braintree: add merchantAccountId prop (#269) (9ee701c)

7.6.2 (2022-05-09)

Bug Fixes

  • revert "fix(braintree): pass merchant-id through to session (#265)" (#267) (44b56b2)

7.6.1 (2022-05-09)

Bug Fixes

  • braintree: pass merchant-id through to checkout session (#265) (1844fd5)

7.6.0 (2022-02-01)

Features

  • braintree: add optional prop for braintree namespace (#238) (8deab76)
  • hostedFields: support deeply nested children (#240) (f5fa95d)

7.5.1 (2022-01-14)

Bug Fixes

  • add type for Braintree billing agreement option (#234) (ddaced2)
  • braintree: support Braintree integrations using tokenization keys (#216) (3985a13)

7.5.0 (2021-11-29)

Features

  • log loading errors for the JS SDK script (#212) (77973f0)

7.4.2 (2021-10-15)

Bug Fixes

  • add createBillingAgreement support for BraintreePayPalButtons (#195) (b4086ab)

7.4.1 (2021-10-09)

Bug Fixes

  • types: rename back to DISPATCH_ACTION (#192) (2b8f14a)

7.4.0 (2021-10-08)

Features

  • hosted-fields: add support for hosted-fields (#160) (e025d9a)
  • update Marks to support the children prop (#155) (6aebf98)

Bug Fixes

  • types: standardize types for children (#157) (cc956be)
  • update Marks to rerender when fundingSource changes (#154) (f7b4a25)

7.3.3 (2021-08-31)

Bug Fixes

  • remove babel polyfill for typeof symbol (d73fe72)
  • update error handling logic for BraintreePayPalButtons (1a1c73d)

7.3.2 (2021-08-27)

Bug Fixes

  • buttons: catch errors thrown during button initialization (f60176e)
  • remove async/await usage to avoid babel polyfill (#150) (ecaf084)

7.3.1 (2021-08-26)

Bug Fixes

7.3.0 (2021-08-25)

Features

Bug Fixes

  • prevent numeric overflow with hashStr function (#141) (9914f60)

7.2.1 (2021-07-28)

Bug Fixes

  • avoid reloading the script when options have not changed (#135) (0765e16)

7.2.0 (2021-07-11)

Features

Bug Fixes

  • release: do not publish types from storybook (#131) (6534d59)
  • increase opacity for disabled button (d1ac1d2)
  • type declarations don’t depend on internal typings (#129) (76a3b9f)

7.1.2 (2021-07-05)

7.1.1 (2021-07-05)

Bug Fixes

  • types: export the ScriptProviderProps interface (e97e3d0)
  • types: update resetOptions to support PayPalScriptOptions type (236c3cf)

7.1.0 (2021-06-27)

Features

  • storybook: add support for overriding js sdk query params (#121) (14d62d0)

7.0.0 (2021-06-04)

⚠ BREAKING CHANGES

  • new file names for built files in dist folder.

Features

  • improve dist folder structure (b032f77)

6.0.2 (2021-06-04)

6.0.1 (2021-05-16)

Bug Fixes

  • types: improve type for ScriptLoadingState (#113) (402afe4)

6.0.0 (2021-04-12)

⚠ BREAKING CHANGES

  • forceReRender prop now accepts an array.

Features

5.2.0 (2021-04-05)

Features

  • add deferLoading prop to control sdk script loading (2cf3904)

5.1.2 (2021-04-02)

Bug Fixes

  • prevent script provider from loading more than one sdk script (8d5dbb7)

5.1.1 (2021-03-30)

5.1.0 (2021-03-22)

Features

  • add support for custom namespaces (8d3cd26)
  • support rendering custom content when ineligible (c590e90)

Bug Fixes

  • ignore errors related to enable/disable actions (f62eda7)
  • ignore errors when cleaning up buttons component (5a3e6f1)
  • use error boundaries approach for all components (56f1b7e)