aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Fix typos in code (#36763)Marc Wrobel1-1/+1
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond1-3/+3
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot1-1/+23
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters1-0/+19
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond3-5/+5
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak1-0/+37
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot1-2/+4
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot1-2/+2
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot1-6/+13
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot1-7/+7
2022-06-08Fix typo in dropdown unit testJulien Déramond1-1/+1
2022-06-08Scrollspy: enable smooth-scroll behavior (#36528)GeoSot1-1/+1
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke2-12/+12
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton18-342/+338
2022-05-20Docs: quick fixes for HTML (#36395)Louis-Maxime Piton1-1/+1
2022-05-12Revert backdrop utilization, handling clicks over modal (#36324)GeoSot1-7/+3
2022-05-05Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond1-0/+66
2022-04-30Doc: remove `role="group"` from some split drop* buttonsJulien Déramond1-3/+3
2022-04-21Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)GeoSot1-105/+104
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot3-7/+119
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-0/+22
2022-04-13Revamp Scrollspy using Intersection observer (#33421)GeoSot2-316/+383
2022-04-06Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot1-29/+197
2022-03-19No propagating escape event in an open dropdown.louismaxime.piton1-0/+35
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot1-1/+2
2022-03-10Carousel: rename private propertyGeoSot1-4/+4
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot1-4/+0
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot1-20/+15
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot1-8/+8
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann1-10/+61
2022-03-01Modal: refactor listeners to reduce some code noise (#35902)GeoSot1-2/+2
2022-02-28add testsMark Otto1-0/+49
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot10-72/+72
2022-02-19Make event name helper and use it on tooltip & popover to reduce dist sizes (...GeoSot2-13/+1
2022-02-15Update devDependencies (#35841)XhmikosR5-10/+10
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond2-3/+3
2022-02-01Fix Popover test that randomly fails on BrowserStack (#35757)GeoSot1-12/+7
2022-02-01Dropdown: merge instance identification in `dataApiKeydownHandler`GeoSot1-0/+20
2022-01-30Fix visual tests (#35585)XhmikosR11-86/+23
2022-01-30Modal.js: remove unnecessary checks from testGeoSot1-4/+0
2022-01-30Modal: handle click event from backdrop callbackGeoSot1-4/+7
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot20-6132/+6715
2022-01-30Event handler: replace deprecated `initEvent`GeoSot3-8/+3
2022-01-29Rename variablesXhmikosR2-38/+38
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner1-0/+36
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke1-6/+53
2021-12-21Carousel: move repeated code to a methodGeoSot1-6/+6
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot1-14/+30
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot2-47/+78
2021-12-09Fix tests fixture type (#35501)XhmikosR5-30/+32