aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Collapse)AuthorFilesLines
2019-07-14Fix dropdown unit test (#29037)Patrick H. Lauke1-3/+4
swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage.
2019-06-25Port new unit test for dropdown from v4 (#28913)Patrick H. Lauke1-0/+25
Add unit test from #28912 to v5
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke1-0/+39
Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it...
2019-05-16toast should allow prevent default for hide and show eventsJohann-S1-0/+71
2019-05-08Documentation tweaks (#28679)Martijn Cuppens1-1/+1
* Documentation tweaks * Remove redundant col-12 classes
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR14-25/+25
2019-05-08improve build plugin script to keep file nameJohann-S1-2/+2
2019-05-08Remove the `unicorn/filename-case` rule suppression.XhmikosR1-1/+0
2019-04-15fix unit tests for chrome mobileJohann-S2-5/+13
2019-04-10Update eslint config for the new xo rules.XhmikosR1-1/+4
2019-04-01karma.conf.js: switch to `CI === true`. (#28588)XhmikosR1-1/+1
2019-03-27Reset carousel touch delta x to prevent click transformation in swipe (#28558)Johann-S1-2/+4
2019-03-18fix remove files in our visual testsJohann-S11-36/+13
2019-03-18Add back support for IE 11Johann-S4-10/+59
2019-03-13Use one-line imports when possible. (#28467)XhmikosR1-3/+1
2019-03-11build bootstrap in esmJohann-S2-4/+4
2019-03-11Disable a few rules for now.XhmikosR1-1/+4
2019-03-11Comply to the new rules.XhmikosR15-60/+64
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR2-19/+31
2019-02-27Remove the now unneeded `shrink-to-fit` directive. (#28314)XhmikosR12-12/+12
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR10-16/+42
2019-02-26karma.conf.js: minor simplification.XhmikosR1-6/+8
2019-02-26remove tests for old jQuery 1.9.x compatibilityJohann-S1-2/+2
2019-02-26move util in a util folder with the sanitizerJohann-S10-188/+82
2019-02-24Remove DOMContentLoaded. (#28337)XhmikosR4-111/+103
There's no reason for us to wait here.
2019-02-20tests/visual/modal.html: fix close button placement.XhmikosR1-3/+3
2019-02-20remove polyfills which override browsers defaultJohann-S3-5/+5
2019-02-204.3.1.XhmikosR1-1/+1
2019-02-20minor jQuery.hasclass removal (#28158)Joshua Wilson1-48/+75
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz1-1/+1
2019-02-20bump to 4.2.1Johann-S6-22/+25
2019-02-20rewrite toast plugin without jqueryJohann-S2-12/+27
2019-02-20Improve manipulator coverageJohann-S1-1/+6
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina4-65/+4
2019-02-20Refactor util plugin and some testsJohann-S1-5/+17
2019-02-20chore(update): bump to 4.1.3Johann-S15-141/+68
2019-02-20fix(visual-test): remove jquery in themJohann-S11-54/+100
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S4-15/+25
2019-02-20fix(util): increase util coverageJohann-S1-0/+18
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S4-2/+81
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S4-4/+196
2019-02-20refactor(polyfill): a file for polyfillsJohann-S1-2/+4
2019-02-20fix(data): increase coverage for dataJohann-S3-4/+98
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S9-280/+303
2019-02-20fix(data): do not use data object in our unit testsJohann-S9-41/+54
2019-02-20remove old references to jquery and some fixesJohann-S5-15/+15
2019-02-20rewritten scrollspy without jqueryAlessandro Chitolina2-7/+10
2019-02-20upgrade to v4 stableJohann-S2-9/+11
2019-02-20rewritten tab without jqueryAlessandro Chitolina2-6/+12
2019-02-20Dropdown without jQueryJohann-S3-82/+113