aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Refactor util plugin and some testsJohann-S1-5/+17
2019-02-20chore(update): bump to 4.1.3Johann-S4-127/+54
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S3-15/+24
2019-02-20fix(util): increase util coverageJohann-S1-0/+18
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S3-2/+80
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S2-3/+182
2019-02-20fix(data): increase coverage for dataJohann-S2-0/+84
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 Chitolina1-7/+7
2019-02-20upgrade to v4 stableJohann-S2-9/+11
2019-02-20rewritten tab without jqueryAlessandro Chitolina1-6/+9
2019-02-20Dropdown without jQueryJohann-S2-82/+104
2019-02-20Fix new unit test in popoverJohann-S1-1/+1
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina1-0/+70
2019-02-20tooltip without jqueryAlessandro Chitolina3-64/+69
2019-02-20fix unit test modalJohann-S1-1/+1
2019-02-20Rewrite Collapse without jQueryJohann-S1-52/+49
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina1-0/+18
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina4-57/+289
2019-02-20Add Manipulator object to add shortcuts for dom manipulationsJohann-S2-4/+5
2019-02-20Rewrite carousel without jqueryJohann-S2-93/+124
2019-02-20button without jqueryXhmikosR1-13/+18
2019-02-20Remove jQuery from alert.js and add .alert only if jQuery is availableJohann-S1-9/+9
2019-02-20alert without jqueryJohann-S2-11/+15
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke1-1/+1
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S1-0/+160
2019-02-06fix modal test to be sure we call getTransitionDurationFromElementJohann-S1-10/+5
2019-02-06allow to override default toast options (#28186)Johann-S1-0/+20
2019-02-06fix tabs, apply show class only when fade class is present (#28183)Johann-S1-0/+56
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb1-0/+55
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb1-0/+37
2019-01-20Scrollable modal (#27769)Shohei Yoshida1-0/+27
2019-01-14Fix Carousel's touch option to not add touch listeners when set to false (#28...Johann-S1-2/+15
2019-01-04carousel should not cycle when there is no data-ride on init (#27968)Johann-S1-0/+47
2018-12-23getSelectorFromElement return null on bad selectors (#27912)Johann-S2-31/+27
2018-12-10Change button checkbox/radios to ignore hidden input fields (#27802)Mike Vastola1-0/+23
2018-12-06avoid console call in our unit tests (#27790)Johann-S3-3/+1
2018-12-05Add aria-modal to modals (#27780)Patrick H. Lauke1-0/+17
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S1-0/+38
2018-12-05fix regression about using element for tooltip container optionJohann-S1-0/+46
2018-11-25Add test to make sure we enforce focus on modal (#27723)Johann-S1-0/+41
2018-11-13Remove the show delay for our toast pluginJohann-S1-26/+1
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the co...Laussel Loïc1-0/+29
2018-11-13Create toast JS plugin, add unit tests.Johann-S2-1/+237
2018-11-02handle detached tooltip when we try to hide a modalJohann-S1-0/+58
2018-10-30fix dispose modal unit testJohann-S1-3/+8
2018-10-30test(Modal): check if modal is disposedAndrew Luca1-0/+33
2018-10-30Fix util tests on IE 10 (#27556)XhmikosR1-2/+2