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-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot
2022-10-26Use explicit imports in our javascript source files (#36854)GeoSot
2022-10-03Release v5.2.2 (#37236)v5.2.2XhmikosR
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot
2022-06-02Re-ordering js default objectslouismaxime.piton
2022-05-13Prepare v5.2.0-beta1Mark Otto
2022-04-21Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)GeoSot
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot
2022-03-10Carousel: rename private propertyGeoSot
2022-03-10Carousel: add comment for future fixesGeoSot
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot
2022-03-10Carousel: omit config merging in jQueryInterface after we create the instanceGeoSot
2022-03-09Carousel: return early in `_slide` methodGeoSot
2022-03-09Carousel: small refactoring, remove unnecessary checksGeoSot
2022-03-09Carousel: refactor using inline function and move variables to the proper placeGeoSot
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot
2022-03-09Carousel: add a `getItems` helperGeoSot
2022-03-09Carousel: use combined selector and drop variable used onceGeoSot
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot
2022-03-09Carousel: cleanup jQueryInterfaceGeoSot
2022-03-01Carousel: simplify carousel items selectionGeoSot
2022-03-01Carousel: move `carouselInterface` inside `jqueryInterface`GeoSot
2022-03-01Carousel: move logic of `dataApiClickHandler`GeoSot
2022-03-01Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`GeoSot
2022-02-19Carousel: remove one more call to ActiveIndexGeoSot
2022-02-19Carousel: change argument to `_setActiveIndicatorElement`, from element to indexGeoSot
2022-02-19Carousel: make direct triggering of slid event, instead of using a callbackGeoSot
2022-02-19Carousel: merge slide functionality, regardless of whether it is animated or notGeoSot
2022-02-19Carousel: simplify initialization on document load, using `getOrCreateInstance`GeoSot
2022-02-19Carousel: remove redundant config merge on `dataApiClickHandler`, as it is do...GeoSot
2022-01-29Return early in more placesXhmikosR
2022-01-29Rename variablesXhmikosR
2021-12-21Carousel: move repeated code to a methodGeoSot
2021-12-21Carousel: remove always true `visibilityState` checkGeoSot
2021-12-21Carousel: move carousel default interval to `_getConfig()` and simplify itGeoSot
2021-12-21Carousel: return early and drop a loop.GeoSot
2021-12-21Carousel: add a helper to get the active elementGeoSot
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot
2021-10-13JS: minor refactoring (#35183)XhmikosR
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
2021-08-10carousel: move common checks to a function (#34621)XhmikosR