Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ee50e46
Feat: add sticky steps to allow targetless steps
Oct 26, 2018
a4f8524
chore(deps): bump lodash from 4.17.15 to 4.17.19
dependabot[bot] Jul 16, 2020
6be39c6
chore(deps): bump http-proxy from 1.18.0 to 1.18.1
dependabot[bot] Sep 5, 2020
817d7b3
move keyups to start instead of mounted so callbacks can be triggered
srprkr Oct 29, 2020
fed1a1c
move keyup eventListener up in order
srprkr Oct 29, 2020
809514e
add handleKeyup to start process
srprkr Oct 29, 2020
27a4040
add keyup to very end of start()
srprkr Oct 29, 2020
eddd06a
chore(deps): bump elliptic from 6.5.2 to 6.5.4
dependabot[bot] Mar 8, 2021
f42f637
fix: move the keyup listener before the return
mmorainville Mar 26, 2021
3485502
Merge pull request #174 from pulsardev/SeanRParker-bugfix-keyups-trig…
mmorainville Mar 26, 2021
2344821
Merge pull request #171 from pulsardev/dependabot/npm_and_yarn/ellipt…
mmorainville Mar 26, 2021
b3bc736
Merge pull request #142 from pulsardev/dependabot/npm_and_yarn/lodash…
mmorainville Mar 26, 2021
323ab45
Merge pull request #151 from pulsardev/dependabot/npm_and_yarn/http-p…
mmorainville Mar 26, 2021
9967a9b
Merge branch 'feat-sticky-step' of https://github.com/Art3miX/vue-tou…
mmorainville Mar 26, 2021
1777d08
feat: add sticky step
mmorainville Mar 27, 2021
7850f0b
chore: fix indentation
mmorainville Mar 27, 2021
4fca018
Merge pull request #175 from pulsardev/Art3miX-feat-sticky-step
mmorainville Mar 27, 2021
20a3478
chore(ci): generate a new build
mmorainville Mar 27, 2021
0b85d39
chore(release): 1.6.0
mmorainville Mar 27, 2021
ea1e88f
chore: update CHANGELOG
mmorainville Mar 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/pulsardev/vue-tour/compare/v1.5.0...v1.6.0) (2021-03-27)


### Bug Fixes

* move the keyup listener before the return ([f42f637](https://github.com/pulsardev/vue-tour/commit/f42f637))


### Features

* add sticky step ([1777d08](https://github.com/pulsardev/vue-tour/commit/1777d08))

## [1.5.0](https://github.com/pulsardev/vue-tour/compare/v1.4.0...v1.5.0) (2020-07-10)


Expand Down
130 changes: 71 additions & 59 deletions dist/vue-tour.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-tour.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-tour.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading