Skip to content

Latest commit

 

History

History
198 lines (76 loc) · 6.73 KB

CHANGELOG.md

File metadata and controls

198 lines (76 loc) · 6.73 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2025-01-15)

⚠ BREAKING CHANGES

  • The content inside your container is now a web-component but not an iframe You can still fallback to the old mode by passing embedMode: iframe in the options
  • You cannot use an existing iframe anymore
  • You cannot use anymore data-hubstairs attributes as options parameters on your container

Features

  • app embedMode JS (cb98a47)
  • embed js display model (!142) (6a60ab7)
  • remove insertion with a preexisting iframe (5947c05)
  • remove insertion with html attributes (538e83c)

Bug Fixes

  • display-js: render webcomponent on insert (8262654)

1.9.0 (2024-03-25)

Features

  • props labelProductClick sent to controller (996da03)

1.8.0 (2024-03-14)

Features

  • dont register productClick event if no onProductClick received (2faa831)

1.7.2 (2024-02-22)

Bug Fixes

  • integration mode with existing iframe (9ae67aa)

1.7.1 (2022-07-29)

Bug Fixes

  • display-react: enable initialProducts and initialProductsMode on display-react (0ce806d)

1.7.0 (2022-07-29)

Features

  • add initialProducts and initialProductsMode options (c809865)

1.6.1 (2022-06-20)

Bug Fixes

  • display-react: wrong onChangeSelectedProductLocation props name (d6cfad4)

1.6.0 (2022-06-15)

Features

  • add callback onLoadScene and onChangeSelectedProductLocation (a1164bb)

1.5.1 (2022-05-17)

Bug Fixes

1.5.0 (2022-05-17)

Features

  • display-js: prepare resize function for the future (1fe50bf)
  • display-react: add onChangeProduct callback (946cba5)

Bug Fixes

  • display-js: error when a comment is inside the display container div (3f5ae72)

1.4.0 (2022-02-01)

Features

1.3.1 (2021-05-26)

Bug Fixes

1.3.0 (2021-03-03)

Features

  • manage hubstairs.io urls (7a8e39b)

1.2.0 (2021-02-03)

Features

  • manage nfinite.app urls (c91c3ad)

1.1.1 (2020-11-13)

Bug Fixes

  • unable to set config undefined (06151be)

1.1.0 (2020-11-05)

Features

  • add config option in display-react (3412eb3)

0.2.0 (2020-07-24)

Bug Fixes

Features

  • add props language to display react (!130) (ee2058e)

0.1.0 (2020-07-07)

Features

  • no cache option (316b80d)
  • display-react: add errors in onError props (b578fca)

0.0.9 (2020-06-26)

Bug Fixes

  • remove div from responsive iFrame (bf200c0)