-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add spacePadding as a carousel param * let some code as it was * Added new prop navigateTo, watcher to handle parent navigation request to show a specific slide. Added sandbox scenario. Updated api doc. (#108) * feat(carousel): drag improvements * feat(carousel): update carousel wrapper ref * fix: add minSwipeDistance support * fix: add minSwipeDistance support * fix: add minSwipeDistance support, fixed perpage * chore(none): update unit tests * chore(none): new build * Bug camelcase event (#87) * #86(carousel): fix camel casing on page change event * #86(dist): updated dist files * #86(carousel): added event emitters for navigation and pagination * #86(carousel): updated pagechange emitter to also give component information * #86(carousel): updated dist * chore(none): documentation update and linter fixes (#120) * chore(none): linter errors * chore(none): fixed vue play example for NavigateTo * feat(documentation): added insturctions for yarn * feat(none): added various updates to scripts and docs * feat(none): rebased rc0.6.6 * feat(none): updated giot ignore * Update to v0.6.7
- Loading branch information
1 parent
94ccdcb
commit e1dda54
Showing
20 changed files
with
12,601 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": "ssense/client", | ||
"extends": ["ssense/client", "plugin:vue/base", "plugin:prettier/recommended"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
.DS_Store | ||
node_modules/ | ||
npm-debug.log | ||
coverage/ | ||
coverage/ | ||
/node_modules | ||
/.idea | ||
.env | ||
.yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.