Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)Author
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot
2021-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot
2021-12-01Dropdown tests: Use a function to improve readability (#35448)GeoSot
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot
2021-12-01Tooltip: remove leftover method (#35440)GeoSot
2021-12-01tests/unit/util/scrollbar.spec.js: rename functionXhmikosR
2021-12-01tests: fix a few typosXhmikosR
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-12-01tests/browsers.js: remove unneeded exportXhmikosR
2021-11-29Alert: add a couple more tests (#35419)GeoSot
2021-11-29BaseComponent: add a couple more tests (#35410)GeoSot
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25Add test for modal-contentGeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-10-07Sanitizer: fix logic and add a test. (#35133)XhmikosR
2021-10-05Use `for...of` in visual tests tooGeoSot
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR
2021-10-04rollup: specify `generatedCode: 'es2015'` (#35070)XhmikosR
2021-09-15Fix Collapse regression of handling toggling between sibling chilldren (#34951)GeoSot
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-09-13tests: fix lint warning (#34950)GeoSot
2021-09-07Typo fixes (#34914)XhmikosR
2021-09-06BrowserStack: add Firefox 60 and Chrome 60 (#34912)XhmikosR
2021-08-30tests: add Offcanvas too in jquery.spec.js (#34841)XhmikosR
2021-08-30Add GitHub SHA in BrowserStack build ID. (#34077)XhmikosR
2021-08-30Move a few ESLint rules where they are needed.XhmikosR
2021-08-30Collapse on toggle, should not hide descendant tabpanels (#34835)GeoSot
2021-08-23visual tests: minor fixes (#34802)XhmikosR
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...GeoSot
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-07-29keep parent only as elementGeoSot
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner
2021-07-22handle click event in one place, remove undocumented click listener on elemen...GeoSot