aboutsummaryrefslogtreecommitdiff
path: root/js/src/carousel.js
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR1-6/+6
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-15Rename `e` to `event` (#34979)XhmikosR1-1/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
2021-08-10carousel: move common checks to a function (#34621)XhmikosR1-2/+7
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+1
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-22fix(carousel): arrow keys break animation if carousel sliding (#34307)alpadev1-11/+14