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
AgeCommit message (Expand)Author
2022-11-12ESLint: enable prefer-template rule (#37484)XhmikosR
2022-11-07Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566)Pierre Souchay
2022-10-03Rename some vars in tab unit tests for consistency (#37248)Julien Déramond
2022-10-02Ensure Tab keyboard functionality after #37146 (#37200)GeoSot
2022-09-23Tests: add testcase to Tabs, keyboard handler (#37189)GeoSot
2022-09-22Fix active class toggling of tabs within dropdown (#37151)Carson Sievert
2022-09-20Drop tabs auto-focus (#37146)GeoSot
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton
2022-05-06Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond
2022-04-07Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
2021-04-21Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)Carson Sievert
2021-04-20Tab.js: Fixes on click handling (#33586)GeoSot
2021-04-15Fix v5 regressions in tab dropdown functionality (#33626)Carson Sievert
2021-03-17Dynamic tab should not show when triggered on `disabled` element (#33257)Patrick H. Lauke
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma
2021-02-21Fix small typos / follow-up to #32630 (#33164)Patrick H. Lauke
2021-02-09Dynamic tabs: use buttons rather than links (#32630)Patrick H. Lauke
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR
2020-11-29create a base componentJohann-S
2020-11-14Fix `.close` instances (#32152)XhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR