aboutsummaryrefslogtreecommitdiff
path: root/js/src/carousel.js
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-5/+5
2023-03-22Remove version comment from JavaScript src files (#38294)GeoSot1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-1/+1
2022-11-22Merge branch 'main' into prepare-523XhmikosR1-8/+7
2022-11-21Bump version to 5.2.3XhmikosR1-1/+1
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot1-2/+1
2022-10-26Use explicit imports in our javascript source files (#36854)GeoSot1-6/+6
2022-10-03Release v5.2.2 (#37236)XhmikosR1-1/+1
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot1-1/+1
2022-06-01Re-ordering js default objectslouismaxime.piton1-1/+1
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+1
2022-04-21Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)GeoSot1-37/+35
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot1-2/+1
2022-03-10Carousel: rename private propertyGeoSot1-4/+4
2022-03-10Carousel: add comment for future fixesGeoSot1-0/+1
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot1-8/+0
2022-03-10Carousel: omit config merging in jQueryInterface after we create the instanceGeoSot1-9/+1
2022-03-09Carousel: return early in `_slide` methodGeoSot1-4/+4
2022-03-09Carousel: small refactoring, remove unnecessary checksGeoSot1-2/+1
2022-03-09Carousel: refactor using inline function and move variables to the proper placeGeoSot1-11/+5
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot1-6/+4
2022-03-09Carousel: add a `getItems` helperGeoSot1-13/+11
2022-03-09Carousel: use combined selector and drop variable used onceGeoSot1-1/+1
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot1-25/+19
2022-03-09Carousel: cleanup jQueryInterfaceGeoSot1-7/+11
2022-03-01Carousel: simplify carousel items selectionGeoSot1-3/+1
2022-03-01Carousel: move `carouselInterface` inside `jqueryInterface`GeoSot1-26/+22
2022-03-01Carousel: move logic of `dataApiClickHandler`GeoSot1-23/+21
2022-03-01Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`GeoSot1-9/+9
2022-02-19Carousel: remove one more call to ActiveIndexGeoSot1-3/+2
2022-02-19Carousel: change argument to `_setActiveIndicatorElement`, from element to indexGeoSot1-3/+3
2022-02-19Carousel: make direct triggering of slid event, instead of using a callbackGeoSot1-10/+6
2022-02-19Carousel: merge slide functionality, regardless of whether it is animated or notGeoSot1-20/+16
2022-02-19Carousel: simplify initialization on document load, using `getOrCreateInstance`GeoSot1-1/+1
2022-02-19Carousel: remove redundant config merge on `dataApiClickHandler`, as it is do...GeoSot1-1/+0
2022-01-29Return early in more placesXhmikosR1-15/+17
2022-01-29Rename variablesXhmikosR1-2/+2
2021-12-21Carousel: move repeated code to a methodGeoSot1-7/+9
2021-12-21Carousel: remove always true `visibilityState` checkGeoSot1-4/+2
2021-12-21Carousel: move carousel default interval to `_getConfig()` and simplify itGeoSot1-7/+7
2021-12-21Carousel: return early and drop a loop.GeoSot1-13/+11
2021-12-21Carousel: add a helper to get the active elementGeoSot1-4/+8
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-14/+6
2021-10-13JS: minor refactoring (#35183)XhmikosR1-38/+26
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot1-71/+20
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-2/+2