aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Move "active" class from `.nav-item` to `.nav-link` (#32730)Théophile Helleboid - chtitux1-2/+2
2020-12-21collapse: prevent url change if `A` nested tag is clicked (#32438)Daniele Faraglia1-0/+23
2020-12-21Support Popper virtual elements (#32376)Nils K1-0/+52
2020-12-18test(carousel): french word in the wild (#32528)Gaël Poupard1-1/+1
2020-12-16tests: replace deprecated jQuery method (#32309)Rohit Sharma1-1/+1
2020-12-14Tooltip - Add missing callback in async spec (#32465)Rohit Sharma1-1/+2
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma1-0/+18
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev1-0/+25
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR1-8/+0
2020-12-06Update to popper.js v2.xJohann-S2-114/+5
2020-12-04feat(RTL): implement RTLGaël Poupard3-12/+46
2020-11-30Add testsXhmikosR1-0/+53
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR11-11/+11
2020-11-29create a base componentJohann-S11-0/+96
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma2-0/+71
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR2-8/+8
2020-11-20Add missing tags in unit tests (#32221)Rohit Sharma1-15/+15
2020-11-20Don't hide modal when keyboard is set to false in modal's configuration (#32179)Rohit Sharma1-3/+2
2020-11-20Make the attribute methods bs specific (#32173)Rohit Sharma1-18/+22
2020-11-14Switch to Number propertiesXhmikosR1-6/+6
2020-11-14Fix `.close` instances (#32152)XhmikosR2-10/+6
2020-11-14Get only bs prefixed data attributesRohit Sharma1-18/+2
2020-11-14Add `bs` in data attributesRohit Sharma14-262/+278
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR4-9/+9
2020-11-02tests: fix sanitizer test. (#32045)XhmikosR1-1/+1
2020-11-02tests: switch to using `toContain()` to check for substring presence (#32043)XhmikosR2-5/+5
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-0/+19
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson1-8/+34
2020-10-31toast.spec.js: fix typo (#32026)XhmikosR1-2/+2
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-26/+0
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws1-0/+14
2020-07-11Clear timeout before showing the toast (#31155)Rohit Sharma1-0/+27
2020-06-25Prevent overflowing static backdrop modal animation (#30326)Shohei Yoshida1-0/+19
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-7/+7
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+22
2020-06-17data: reword storage key in domJohann-S1-7/+7
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens1-161/+0
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma1-5/+5
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma1-0/+6
2020-05-12Add a test about the scrollbar issue on non-integer widthDominik Kremer1-0/+32
2020-05-11Add missing closing `div` tags (#30775)XhmikosR1-28/+28
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR7-121/+127
2020-05-06add unit tests to ensure our plugins works in jqueryJohann-S1-0/+57
2020-05-04Clean up lint rules (#30721)XhmikosR1-1/+3
2020-04-24Remove caret element (#30633)Tanguy Krotoff1-1/+1
2020-04-17Fix crash when pressing ArrowUp the first timeTanguy Krotoff1-0/+28
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff3-79/+75
2020-04-01Always modal scroll top to 0ysds1-8/+8
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR1-5/+4
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR1-1/+1