Skip to content

Releases: fatihsolhan/v-onboarding

v2.8.2

15 May 20:05
Compare
Choose a tag to compare

2.8.2 (2024-05-15)

Bug Fixes

  • package.json: updated package.json to export types correctly (aa4e435), closes #97

v2.8.1

24 Mar 22:34
Compare
Choose a tag to compare

2.8.1 (2024-03-24)

Bug Fixes

  • fixed missing typescript declaration file (d86769e), closes #95

v2.8.0

09 Feb 11:06
a1bae8a
Compare
Choose a tag to compare

2.8.0 (2024-02-09)

Features

  • added focus-trap to step element (7d9fd21), closes #88

v2.7.0

09 Feb 10:04
0223d20
Compare
Choose a tag to compare

2.7.0 (2024-02-09)

Bug Fixes

  • fixed interactable overlay. added option for allowing interaction (8b5dd13), closes #75

Features

  • added an option to hide next step while beforeStep hook is executing (8571a93), closes #76
  • v-html support (optional) (b1ef3cb)
  • z-index of wrapper and step elements are can be updated by css variables with this update (7f0f3dd)

v2.6.0

24 Oct 06:41
da01415
Compare
Choose a tag to compare

2.6.0 (2023-10-24)

Bug Fixes

  • separate index and step settings for before and after hooks (66a94c0)

Features

  • added index and step hook parameters (8267fc9)
  • added isForward, isBackward boolean hook options (523a59c)
  • give options to hooks (60de366)

v2.5.2

24 Sep 16:26
ee5efe4
Compare
Choose a tag to compare

2.5.2 (2023-09-24)

Bug Fixes

v2.5.1

22 May 00:45
Compare
Choose a tag to compare

2.5.1 (2023-05-22)

Bug Fixes

  • fixed an issue that re-starting onboarding wasn't working (58ac31e), closes #70

v2.5.0

22 May 00:21
07da5ef
Compare
Choose a tag to compare

2.5.0 (2023-05-22)

Features

  • exit button dynamicization (5c6bfbf)

v2.4.0

09 May 17:38
74729de
Compare
Choose a tag to compare

2.4.0 (2023-05-09)

Features

  • added new dynamic CSS variables (d252da0)

v2.3.2

24 Apr 12:22
Compare
Choose a tag to compare

2.3.2 (2023-04-24)

Bug Fixes

  • fixed an issue that step wasn't get attached to correct element (38ce02b), closes #67