aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot1-0/+28
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot1-0/+21
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot1-0/+22
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton7-25/+26
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot2-35/+35
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot1-2/+2
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot1-5/+5
2021-12-01Dropdown tests: Use a function to improve readability (#35448)GeoSot1-32/+13
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot2-0/+31