Skip to content

Latest commit

 

History

History
142 lines (74 loc) · 6 KB

File metadata and controls

142 lines (74 loc) · 6 KB

2.0.0 (2024-09-04)

Features

  • 2.0.0 release (a0b3422)
  • bumped core library version to 2.0.0 (72f8558)

BREAKING CHANGES

  • core js-sdk package moved to 2.0.0.

1.12.4 (2024-07-03)

Bug Fixes

  • added if condition to stop re-rendering (bc4e66a)
  • removed useeffect dependency to render only once (168d803)

1.12.3 (2024-07-03)

Bug Fixes

  • removed condition preventing rendering (65c11fd)

1.12.2 (2024-06-05)

Bug Fixes

  • flow-288: fix for double pricing table rendering (982ce69)
  • flow-288: moving if statement (0bf6c1c)
  • flow-288: updating feedback (2268216)

1.12.1 (2023-11-22)

Bug Fixes

  • add rendered boolean to prevent rendering twice (b5c43da)
  • update sdk version (9b8deeb)
  • update sdk version (4c0f605)

1.12.0 (2023-06-14)

Features

  • bumped core library version to 1.8.0 (6b034d5)

1.11.0 (2023-06-14)

Features

  • added currency to envConfig interface (0d902aa)

1.10.0 (2023-05-05)

Features

  • bumped core library version to 1.7.0 (9b2e25a)

1.9.0 (2023-04-20)

Features

  • bumped core library version to 1.6.0 (3f8986e)

1.8.0 (2023-04-05)

Features

  • bumped core library version to 1.5.0 (18204ba)

1.7.0 (2023-03-30)

Features

  • bumped core library version to 1.4.2 (9842d2e)

1.6.0 (2023-03-30)

Features

  • bumped core library version to 1.4.1 (d84cebf)

1.5.0 (2023-03-22)

Features

  • bumped core library version to 1.4.0 (d261cbc)

1.4.0 (2023-02-23)

Features

  • custom pricing table: new property in envConfig to support pricingTableUuid (34a3d34)

1.3.0 (2023-02-14)

Features

  • bumped core library version to 1.3.1 (9993bf6)

1.2.0 (2023-02-14)

Features

  • bumped core library version to 1.3.0 (8536f95)

1.1.3 (2023-01-20)

Bug Fixes

1.1.2 (2023-01-20)

Bug Fixes

  • changed @types/react version (050db89)

1.1.1 (2023-01-20)

Bug Fixes

  • package-lock.json updated (6f123bf)
  • peerDependencies react changed to 17.0.2 in pricing table (d27d4a7)

1.1.0 (2023-01-18)

Features

  • updated package publishing and pricing table import name (0cf0ddf)

1.0.0 (2023-01-10)

Bug Fixes

  • resolved build and type issues (7bedbce)

Features