Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 2.77 KB

Changelog

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

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)