Skip to content

Releases: josias-r/boarding.js

v1.2.1

03 Nov 10:44
Compare
Choose a tag to compare

1.2.1 (2022-11-03)

Bug Fixes

  • fix overlay opacity option being ignored (597eac3)
  • set popover pointer-events to "auto", so it won't get overwritten by parent styles that might come from outside (39f468c)

v1.2.0

02 Nov 14:54
Compare
Choose a tag to compare

1.2.0 (2022-11-02)

Features

  • switch underlying highlighted-element tracking method. at the cost of a bit more performance usage, the element tracking is now much more stable (i.e. css transformations + animations are also tracked) (d6f2fcc)

v1.1.3

02 Nov 13:49
Compare
Choose a tag to compare

1.1.3 (2022-11-02)

Bug Fixes

  • popover hide should actually unmount element not just hide it (f5650e3)

v1.1.2

02 Nov 13:31
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

1.1.2 (2022-11-02)

Bug Fixes

  • remove ResizeObserver and event listeners. Will be replaced by custom element tracking logic (0fe479f)
  • track active element on screen using requestAnimationFrame (b32bbb7)

v1.1.1

02 Nov 07:22
Compare
Choose a tag to compare

1.1.1 (2022-11-02)

Bug Fixes

  • use ResizeObserver to watch for element size changes (cbf835a)

v1.1.0

01 Nov 10:25
Compare
Choose a tag to compare

1.1.0 (2022-11-01)

Features

  • highlight elements on the fly (eda08ba)

v1.0.10

01 Nov 07:48
Compare
Choose a tag to compare

1.0.10 (2022-11-01)

Bug Fixes

  • allow defining a custom padding settings for each step if wanted (7e940a6)

v1.0.9

31 Oct 15:28
Compare
Choose a tag to compare

1.0.9 (2022-10-31)

Bug Fixes

  • expose stylesheets to package exports (0529c3e)

v1.0.8

31 Oct 15:04
Compare
Choose a tag to compare

1.0.8 (2022-10-31)

Bug Fixes

  • expose BoardingOptions type on the top-lvl (9203406)

v1.0.7

31 Oct 14:55
Compare
Choose a tag to compare

1.0.7 (2022-10-31)

Bug Fixes