Skip to content

Commit 08df8ba

Browse files
authored
Merge pull request #70 from GlobalHive/release-please--branches--master--components--vuejs-tour
chore(master): release 2.3.0
2 parents fe406b1 + 226677d commit 08df8ba

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/GlobalHive/vuejs-tour/compare/v2.2.0...v2.3.0) (2024-09-22)
4+
5+
6+
### Features
7+
8+
* **Step:** Added backdrop option to step ([8b2824e](https://github.com/GlobalHive/vuejs-tour/commit/8b2824e8a05a7d113d2a46a2137960adf9e0b693))
9+
* **Step:** Added highlight option to steps ([95ea9f9](https://github.com/GlobalHive/vuejs-tour/commit/95ea9f938313b278f81fae773eb6624d208092fb))
10+
* **Step:** Added noScroll option to step ([6f60ba6](https://github.com/GlobalHive/vuejs-tour/commit/6f60ba601a28671ae98911a827cfa5eb5c552b5a))
11+
* **Step:** Added onAfter callback ([09f3fea](https://github.com/GlobalHive/vuejs-tour/commit/09f3fead9b28c9ff0bc6e592d80da96c7380bb35))
12+
* **Step:** Added onBefore callback to step ([15f0c7a](https://github.com/GlobalHive/vuejs-tour/commit/15f0c7a0b240d61c339cbd560b3e4f3cb004f79d))
13+
* **VTour:** Added OnTourStep emit ([ce0687c](https://github.com/GlobalHive/vuejs-tour/commit/ce0687cda7739ec7905597a54e9ddf6fc9d06c19))
14+
15+
16+
### Bug Fixes
17+
18+
* **VTour:** Fixed stopping tour not removing backdrop & highlight ([408f5af](https://github.com/GlobalHive/vuejs-tour/commit/408f5af03f9b3c082d2c88e24a61b528460c7c3d))
19+
320
## [2.2.0](https://github.com/GlobalHive/vuejs-tour/compare/v2.1.1...v2.2.0) (2024-09-17)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globalhive/vuejs-tour",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.",
55
"author": "Global Hive <support@globalhive.de>",
66
"license": "MIT",

0 commit comments

Comments
 (0)