Releases: josias-r/boarding.js
Releases · josias-r/boarding.js
v1.2.1
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
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
1.1.3 (2022-11-02)
Bug Fixes
- popover hide should actually unmount element not just hide it (f5650e3)
v1.1.2
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
1.1.1 (2022-11-02)
Bug Fixes
- use ResizeObserver to watch for element size changes (cbf835a)
v1.1.0
1.1.0 (2022-11-01)
Features
- highlight elements on the fly (eda08ba)
v1.0.10
1.0.10 (2022-11-01)
Bug Fixes
- allow defining a custom padding settings for each step if wanted (7e940a6)
v1.0.9
1.0.9 (2022-10-31)
Bug Fixes
- expose stylesheets to package exports (0529c3e)
v1.0.8
1.0.8 (2022-10-31)
Bug Fixes
- expose BoardingOptions type on the top-lvl (9203406)
v1.0.7
1.0.7 (2022-10-31)
Bug Fixes