aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Bump @babel/preset-env from 7.14.8 to 7.14.9 (#34653)dependabot[bot]2-25/+47
2021-08-03Bump @rollup/plugin-commonjs from 19.0.2 to 20.0.0 (#34656)dependabot[bot]2-4/+4
2021-08-03Bump sass from 1.36.0 to 1.37.2 (#34658)dependabot[bot]2-4/+4
2021-08-03Bump clean-css-cli from 5.3.0 to 5.3.2 (#34657)dependabot[bot]2-8/+8
2021-08-03Bump rollup from 2.55.0 to 2.55.1 (#34655)dependabot[bot]2-4/+4
2021-08-03Bump hugo-bin from 0.74.0 to 0.74.1 (#34654)dependabot[bot]2-4/+4
2021-08-03Bump eslint from 7.31.0 to 7.32.0 (#34652)dependabot[bot]2-7/+7
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot4-11/+39
2021-07-30Add missing newlines around fenced codeblocks (#34630)XhmikosR2-0/+2
2021-07-30tooltip: move repeated strings to constants (#34619)XhmikosR1-2/+5
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR14-28/+25
2021-07-29transfer `interface` inside `jQueryInterface`GeoSot1-18/+14
2021-07-29simplify initialization on `data-toggle` clickGeoSot1-6/+1
2021-07-29keep parent only as elementGeoSot2-19/+15
2021-07-29remove duplicated `Selector.find`GeoSot1-4/+1
2021-07-29Simplify check for childrenGeoSot1-8/+2
2021-07-29initialize variable properlyGeoSot1-16/+10
2021-07-29Refactor internal function to use it in more cases.GeoSot1-25/+13
2021-07-29Add a helper function to check for showingGeoSot1-12/+12
2021-07-29Remove redundant check on `data-toggle` click.GeoSot1-12/+2
2021-07-29streamline `_getConfig` & interfaceGeoSot1-11/+4
2021-07-29Collapse page: add a link to the accordion page (#34605)XhmikosR1-1/+1
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto2-28/+3
2021-07-28Use a streamlined way to trigger component dismiss (#34170)GeoSot12-71/+184
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev2-2/+56
2021-07-28Correct Toast docs (#34604)Mark Young1-2/+2
2021-07-28Make text decoration consistent with other anchors (#34475)Andrew Pucci1-1/+1
2021-07-28Update devDependencies (#34585)XhmikosR2-43/+43
2021-07-27Document change to hr in v5 (#34574)Mark Otto1-0/+2
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto4-8/+9
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner9-71/+499
2021-07-27More concise improvements for `add()` and `subtract()` (#34432)Gaƫl Poupard1-12/+0
2021-07-26Make note of _root.scss being requiredMark Otto1-6/+6
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto3-24/+25
2021-07-26Update the custom Sass import docs (#34573)Mark Otto1-2/+7
2021-07-26Update nav-tab.mdJitan Gupta1-4/+4
2021-07-25Make default $accordion-icon-color consistentTheFakeCake1-1/+1
2021-07-25docs: minor image compression improvements (#34557)XhmikosR10-0/+0
2021-07-22docs: Add Github Octicons to the list (#34526)Ben Koshy1-2/+4
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by de...GeoSot3-11/+16
2021-07-22make `dataApiKeydownHandler` to handle specific instance, avoiding extra mani...GeoSot1-5/+5
2021-07-22extract createPopper methodGeoSot1-23/+27
2021-07-22handle click event in one place, remove undocumented click listener on elemen...GeoSot2-35/+3
2021-07-22use classList `add` instead of `toggle` on showGeoSot1-2/+2
2021-07-22simplify toggleGeoSot1-12/+1
2021-07-22Merge `dropdownInterface` to `jQueryInterface`GeoSot1-10/+8
2021-07-22Add `isShown` method and reuse itGeoSot1-6/+10
2021-07-22Use on private method to set content & cleanup templateGeoSot2-29/+14
2021-07-22popover: Move common code in tooltip's `getTipElement()`GeoSot2-6/+4
2021-07-22use one private method to resolve string or functionGeoSot2-14/+9