aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot2-3/+3
2022-03-10Carousel: rename private propertyGeoSot2-8/+8
2022-03-10Carousel: add comment for future fixesGeoSot1-0/+1
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot2-12/+0
2022-03-10Carousel: omit config merging in jQueryInterface after we create the instanceGeoSot1-9/+1
2022-03-09update google material icons link (#35942)Ihor Sychevskyi1-1/+1
2022-03-09docs: add a StackBlitz "Try It" button in code examples (#35644)Puru Vijay4-12/+74
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 argumentGeoSot2-26/+19
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 inlineGeoSot2-33/+27
2022-03-09Carousel: cleanup jQueryInterfaceGeoSot1-7/+11
2022-03-09Bump rollup from 2.68.0 to 2.70.0 (#35972)dependabot[bot]2-8/+8
2022-03-09Bump postcss from 8.4.7 to 8.4.8 (#35971)dependabot[bot]2-8/+8
2022-03-09Bump hugo-bin from 0.81.0 to 0.81.3 (#35974)dependabot[bot]2-8/+8
2022-03-08bundlewatchMark Otto1-2/+2
2022-03-08Add migration guide mentionMark Otto1-0/+2
2022-03-08Convert popovers to CSS variablesMark Otto5-65/+147
2022-03-08Deprecate the tooltip-arrow-bg color since we're using CSS variables to set t...Mark Otto2-3/+3
2022-03-08Document new CSS vars in tooltip docsMark Otto2-6/+17
2022-03-08Convert tooltips to CSS varsMark Otto3-27/+70
2022-03-08Fix dropdownslouismaxime.piton2-3/+19
2022-03-07Add missing root border opacity CSS varJulien Déramond1-0/+1
2022-03-06docs: Update Japanese translationAlexKoala1-1/+1
2022-03-02fix:border-widthcccabinet1-0/+1
2022-03-02Bump actions/checkout from 2 to 3 (#35933)dependabot[bot]9-9/+9
2022-03-02Remove unneeded classes from toasts docs (#35931)Louis-Maxime Piton1-3/+3
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann3-53/+145
2022-03-01docs(example): fix RTL carousel exampleGaël Poupard2-1/+3
2022-03-01Split CSS vars for padding values (#35921)Mark Otto4-11/+20
2022-03-01Bump terser from 5.11.0 to 5.12.0 (#35927)dependabot[bot]2-8/+8
2022-03-01Modal: refactor listeners to reduce some code noise (#35902)GeoSot2-23/+10
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-03-01Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)dependabot[bot]2-10/+10
2022-03-01Revert "README: About release planning" (#35923)XhmikosR1-1/+1
2022-03-01Dropdown: Simplify dataKeyApiHandler (#35870)GeoSot1-39/+14
2022-03-01Bump actions/setup-node from 2 to 3 (#35925)dependabot[bot]7-7/+7
2022-03-01Update devDependencies (#35922)XhmikosR2-139/+139
2022-02-28fix(forms): color input with validation iconGaël Poupard1-0/+8
2022-02-28fix(tooltips|popovers): RTL arrowsGaël Poupard2-0/+12
2022-02-28Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-...Julien Déramond2-6/+2
2022-02-28.louismaxime.piton1-1/+1
2022-02-28Use the new CSS variable in dropdown menu.louismaxime.piton1-1/+1
2022-02-28add testsMark Otto1-0/+49