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
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond
2021-12-15build/postcss.config.js: minor tweaks (#35506)XhmikosR
2021-12-15Tooltip: remove extraneous call to _getConfig() (#35540)GeoSot
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot
2021-12-15Scrollspy: minor refactoring (#35512)XhmikosR
2021-12-15Reprocess inline SVGs with the latest SVGO (#35484)XhmikosR
2021-12-14docs: Add responsive variations for align-content-between (#35532)Ty Mick
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-12-14Update devDependencies (#35498)XhmikosR
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot
2021-12-10JS tests: only test one Node.js version (#35481)XhmikosR
2021-12-10Tab: minor refactoring (#35511)XhmikosR
2021-12-10util/index.js: minor refactoring (#35510)XhmikosR
2021-12-10Toast: join multiple classList calls (#35507)XhmikosR
2021-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-09Scrollbar - remove margin/padding properties properly (#35388)GeoSot
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-07Fix variable name in form overview docs (#35468)Alexander Gitter
2021-12-07Replace inline styles in example "Dropdowns" (#35483)Anton
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot
2021-12-07Fix typo in $purples (#35466)Alexander Gitter
2021-12-07Bump cspell from 5.13.1 to 5.13.2 (#35473)dependabot[bot]
2021-12-07Update devDependencies (#35472)XhmikosR
2021-12-03Docs offcanvas navbar (#34487)Mark Otto
2021-12-03CI: add `workflow_dispatch` (#35454)XhmikosR
2021-12-02README.md: wrap file contents in a `details` element (#35452)XhmikosR
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot
2021-12-01Tooltip: a simple code-block position changeGeoSot
2021-12-01Tooltip: simplify popper checkGeoSot
2021-12-01Tooltip: refactor `_hoverState` to Boolean to achieve better controlGeoSot
2021-12-01Tooltip: merge timeout functionalityGeoSot
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot
2021-12-01Tooltip: Remove redundant `config.delay` checkGeoSot
2021-12-01Tooltip: Remove `Data.set` usage for dynamically created tipGeoSot
2021-12-01Tooltip: merge `isAnimated` checksGeoSot
2021-12-01Tooltip: refactor jQueryInterfaceGeoSot
2021-12-01Dropdown: change doc for `data-bs-popper=none`GeoSot
2021-12-01Dropdown: clearMenus is always an event callbackGeoSot
2021-12-01Dropdown: Clean moreGeoSot
2021-12-01Dropdown: rename varsGeoSot
2021-12-01Dropdown: Remove redundant `Space` checkGeoSot
2021-12-01Dropdown: Deduplicate complex checkGeoSot
2021-12-01Dropdown: Remove redundant check since the `show` method already does itGeoSot
2021-12-01Dropdown: Change constant to the way we use itGeoSot
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot
2021-12-01Dropdown: Remove static method used onceGeoSot
2021-12-01Dropdown tests: Use a function to improve readability (#35448)GeoSot