Skip to content

Releases: josias-r/boarding.js

v3.0.2

07 Nov 13:39
Compare
Choose a tag to compare

3.0.2 (2022-11-07)

Bug Fixes

  • release next version to prod (3cfd123)

v3.0.1

07 Nov 13:24
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

3.0.1 (2022-11-07)

Bug Fixes

  • force the execution of continue to be async (bba3db6)

v3.0.0

07 Nov 09:21
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

3.0.0 (2022-11-07)

Bug Fixes

  • make start and highlight compatible with prepareElement (46945d9)

Features

  • add new continue API, which replaces moveNext and movePrevious (e1f63a0)
  • add new prepareElement optional step-lvl method that runs before mounting an element (d9bf985)

BREAKING CHANGES

  • You need to migrate from moveNext/Previous to new continue API. This API is much smarter and automatically moves into the direction where it was last prevented. If you want to programatically go to the next step, use the next method instead.

v2.1.3

04 Nov 12:40
Compare
Choose a tag to compare

2.1.3 (2022-11-04)

Bug Fixes

  • make all click events even more isolated by using new attachHighPrioClick util method (286fc40)
  • make tip fully hidden when there is no side and alignment that can be found for it (e859e04)

v2.1.2

04 Nov 11:00
Compare
Choose a tag to compare

2.1.2 (2022-11-04)

Bug Fixes

  • make clickevent even more isolated by listening on document during capture phase (7c7bc74)

v2.1.1

04 Nov 10:43
Compare
Choose a tag to compare

2.1.1 (2022-11-04)

Bug Fixes

  • fix overlay css pointer-events logic for strictClickHandling not working properly (41b6101)
  • make click handlers even more isolated by using stopImmediatePropagation and useCapture (28be80e)

v2.1.0

04 Nov 09:59
Compare
Choose a tag to compare

2.1.0 (2022-11-04)

Bug Fixes

  • add class to highlighted element, while it is highlighted (e43307f)
  • handle strictClickHandling visa CSS + pointer-events instead of complex/unstable JS (8f86bbe)
  • use specific clickhandler for overlay element to improve stability (7be6bb8)
  • use specific clickhandler for popover elements to improve stability (be26c00)

Features

  • add new "block-all" option for strictClickHandling (377fcf5)

v2.0.0

03 Nov 16:29
Compare
Choose a tag to compare

2.0.0 (2022-11-03)

Bug Fixes

  • rename onHighlightStarted to onBeforeHighlighted to make the naming more intuitive (b619248)

BREAKING CHANGES

  • you need to migrate all uses of onHighlightStarted to onBeforeHighlighted

v1.2.3

03 Nov 16:10
Compare
Choose a tag to compare

1.2.3 (2022-11-03)

Bug Fixes

  • allow defining all HihglightedElement eventhandlers both on top-level or on step-level (8ae590d)

v1.2.2

03 Nov 10:56
Compare
Choose a tag to compare

1.2.2 (2022-11-03)

Bug Fixes

  • optimze npm package files published (72ff08a)