index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
tests
/
unit
/
carousel.js
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
Fix tests for jQuery v3.5.0.
XhmikosR
1
-17
/
+17
2019-03-27
Reset carousel touch delta x to prevent click transformation in swipe (#28558)
Johann-S
1
-2
/
+4
2019-01-14
Fix Carousel's touch option to not add touch listeners when set to false (#28...
Johann-S
1
-2
/
+15
2019-01-04
carousel should not cycle when there is no data-ride on init (#27968)
Johann-S
1
-0
/
+47
2018-10-29
add unit tests for our carousel
Johann-S
1
-0
/
+44
2018-10-20
avoid drag img
Johann-S
1
-9
/
+11
2018-10-20
Set touch-action to "none"
patrickhlauke
1
-1
/
+1
2018-10-20
Use correct touch-action values
patrickhlauke
1
-1
/
+1
2018-10-20
use pointer events if available
Johann-S
1
-3
/
+122
2018-10-20
swipe left/right without hammerjs
Johann-S
1
-42
/
+31
2018-10-20
Add touch support in our carousel with HammerJS.
Johann-S
1
-0
/
+127
2018-09-18
feature(carousel): carousel-item interval (#26667)
Christopher Morrissey
1
-0
/
+48
2018-05-22
chore(deps): update qunit and karma-qunit
Johann-S
1
-0
/
+1
2018-01-11
Comply to the new rules.
XhmikosR
1
-438
/
+460
2017-11-09
Use native pseudo-selectors instead of jQuery selectors (#24713)
Vasilii Artemchuk
1
-6
/
+6
2017-08-23
Tweak ESLint rules.
XhmikosR
1
-5
/
+5
2017-08-17
Add a unit test to check if the carousel do not cycle when its parent isn't v...
Johann-S
1
-0
/
+39
2017-08-17
Unit test to check if our carousel do not cycle when we cannot see it
Johann-S
1
-0
/
+37
2017-04-17
Fix carousel "hover" behavior on touch-enabled devices
Patrick H. Lauke
1
-23
/
+0
2017-03-22
Carousel - Add attributes from and to for Slid and Slide events (#21668)
Johann
1
-0
/
+43
2016-12-23
Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys
Matheus Azzi
1
-0
/
+31
2016-11-26
Merge pull request #19058 from Johann-S/carouselInput
Mark Otto
1
-0
/
+32
2016-11-24
Make JS compliant with the new ESLint rules.
Bardi Harborow
1
-1
/
+1
2016-02-01
Carousel - Do not prevent on keydown for input and textarea
Johann-S
1
-0
/
+32
2015-10-02
Add throw error for undefined method on plugins
Johann-S
1
-0
/
+12
2015-05-13
al tests passing, dist rebuilt, w/typechecker
fat
1
-1
/
+3
2015-05-13
add simple type checker implementation
fat
1
-0
/
+30
2015-05-07
carousel -> es6
fat
1
-80
/
+80
2015-05-06
remove closureness from plugins
fat
1
-140
/
+160
2015-02-11
bootstrap onto closure
fat
1
-4
/
+5
2015-01-21
Merge branch 'master' into v4
Chris Rebert
1
-27
/
+27
2015-01-20
update JS unit tests to future-proof QUnit 1.16.0 API
Chris Rebert
1
-27
/
+27
2014-12-17
rename .item => .carousel-item
Chris Rebert
1
-76
/
+76
2014-11-15
add unit tests for Carousel's 'wrap' option
Chris Rebert
1
-0
/
+153
2014-11-04
Have Carousel ignore keyboard events from <input>s or <textarea>s; fixes #14991
Chris Rebert
1
-0
/
+42
2014-10-03
Add `keyboard` option to carousel
Heinrich Fenkart
1
-0
/
+79
2014-09-23
Only enable `pause: hover` for non-touch browsers
Heinrich Fenkart
1
-0
/
+22
2014-07-31
Fix #13818 by using more robust "find next carousel item" logic
Chris Rebert
1
-1
/
+26
2014-07-06
Move to leading pluses
Heinrich Fenkart
1
-198
/
+198
2014-07-06
Clean carousel unit tests up
Heinrich Fenkart
1
-90
/
+292
2014-06-06
Comply to the new style.
XhmikosR
1
-2
/
+3
2014-05-01
make new Carousel tests compatible with noConflict mode
Chris Rebert
1
-2
/
+2
2014-04-30
Merge pull request #11966 from colllin/noconflict
Mark Otto
1
-16
/
+25
2014-04-21
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...
Collin Donahue-Oponski
1
-16
/
+25
2014-04-21
add unit tests for Carousel slid events
Chris Rebert
1
-0
/
+26
2014-04-21
spelling fixes in Carousel unit tests
Chris Rebert
1
-3
/
+3
2014-03-24
fixes #9461 - Make carousel ignore non-items in carousel-inner
fat
1
-0
/
+28
2014-02-17
Remove semicolons from JS tests
Zlatan Vasović
1
-31
/
+31
2014-02-14
Re-indent test files.
XhmikosR
1
-92
/
+92
2013-12-24
Merge branch 'slide-event-reset' of git://github.com/Rowno/bootstrap into Row...
fat
1
-1
/
+24
[next]