Skip to content

Commit 02ca99a

Browse files
authored
Merge pull request #51 from GlobalHive/release-please--branches--master--components--vuejs-tour
chore(master): release 1.6.0
2 parents 986c29e + dbbabab commit 02ca99a

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/GlobalHive/vuejs-tour/compare/v1.5.0...v1.6.0) (2024-03-27)
4+
5+
6+
### Features
7+
8+
* **VTour:** Added prop 'backdrop' to enable a backdrop / disabling controls [#45](https://github.com/GlobalHive/vuejs-tour/issues/45) ([a5e21f9](https://github.com/GlobalHive/vuejs-tour/commit/a5e21f91a75f2c311919473ec6cb6a4422a8d531))
9+
10+
11+
### Bug Fixes
12+
13+
* **npm:** Updated packages ([081b0b7](https://github.com/GlobalHive/vuejs-tour/commit/081b0b7c269a2155a9073da8f6ac4c8acfada8a3))
14+
* **VTour:** Fixed backdrop not disabling after tour end ([d122180](https://github.com/GlobalHive/vuejs-tour/commit/d122180adeba3f05f689685175522b927c507c51))
15+
* **VTour:** Fixed tour showing on error (No Target) [#48](https://github.com/GlobalHive/vuejs-tour/issues/48) ([6b3f664](https://github.com/GlobalHive/vuejs-tour/commit/6b3f664e6f2087011e27cd15312662ee0ee8c8bf))
16+
317
## [1.5.0](https://github.com/GlobalHive/vuejs-tour/compare/v1.4.0...v1.5.0) (2024-01-04)
418

519

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": "1.5.0",
3+
"version": "1.6.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
"private": false,

0 commit comments

Comments
 (0)