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/src
AgeCommit message (Expand)Author
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-10Extract Component config functionality to a separate class (#33872)GeoSot
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-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-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot
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: 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-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot
2021-12-01Tooltip: remove leftover method (#35440)GeoSot
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25tooltip.js: use array.includes instead of for iteration (#35127)GeoSot
2021-11-25Change adjustDialog's if conditions to improve readabilityGeoSot
2021-11-25Respect modal's initial overflowYGeoSot
2021-11-25Remove some uncovered code that seems to be unusedGeoSot
2021-11-25Change check for dynamic modalGeoSot
2021-11-25Tweak methodsGeoSot
2021-11-25Some refactoring on modal, to improve readability and generic functionalityGeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
2021-10-13Change the way collapse handles its children on openingGeoSot
2021-10-13collapse: extract duplicate code to a functionGeoSot
2021-10-13JS: minor refactoring (#35183)XhmikosR
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-10tooltip.js: ignore a LGTM error (#35147)XhmikosR
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-08scrollspy.js: chain functions (#35139)XhmikosR