aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02-18Apply list group numbering to all items (#35822)Jann Westermann1-1/+1
2022-02-18Add null modal-footer-bg variable (#35858)Mark Otto2-0/+2
2022-02-17New CSS variable for Navbars (#35829)Louis-Maxime Piton1-1/+2
2022-02-17Add !important property to colored links. (#35740)Nudasoft1-2/+2
2022-02-17code indentation in readmeAlan Christian1-51/+52
2022-02-16Rename dropdown-shadow to dropdown-box-shadow for consistencyMark Otto1-3/+3
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto3-43/+72
2022-02-16Fixed border radius var name and .show targetEugene Kopyov2-2/+2
2022-02-15Update devDependencies (#35841)XhmikosR8-207/+207
2022-02-14Convert dropdowns to CSS variablesMark Otto3-65/+79
2022-02-14Rewrite custom docs buttonsMark Otto9-65/+50
2022-02-14Tighten bundlewatchMark Otto1-3/+3
2022-02-14Convert .btn and mixins to use CSS variablesMark Otto4-129/+144
2022-02-14Correct the horizontal padding on grid containers (#35825)Mark Otto2-3/+3
2022-02-14Update reboot.mdvpakati1-1/+1
2022-02-14Fix typo in Badges CSS variables descriptionJulien Déramond1-1/+1
2022-02-11Fixes #32082Mark Otto1-2/+0
2022-02-10Bump version calloutMark Otto1-1/+1
2022-02-10Bump bundlewatchMark Otto1-1/+1
2022-02-10Convert .badge to CSS variablesMark Otto2-6/+24
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond7-13/+13
2022-02-08Add Spanish translationFabián Karaben1-0/+5
2022-02-08Fix overriding styles of `.list-group-item-action`Anton1-27/+24
2022-02-08README: About release planningChristopher Yeleighton1-1/+1
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek2-3/+25
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto2-0/+46
2022-02-08bundlewatchMark Otto1-1/+1
2022-02-08Add deprecation notice for .navbar-lightMark Otto1-0/+4
2022-02-08Convert navbar to CSS variablesMark Otto4-161/+130
2022-02-08Update devDependencies (#35798)XhmikosR2-278/+354
2022-02-07Optimize jQueryInterface in Collapse (#35689)Anton1-5/+5
2022-02-07package.json: add GitHub Sponsors and reorder properties (#35451)XhmikosR1-16/+22
2022-02-07Fix empty content of tooltip after 'copy' action in docs (#35773)GeoSot1-6/+5
2022-02-07Set `cursor: default` on disabled `.form-check-label` (#35082)The Fake Cake1-0/+1
2022-02-06Add zebra striping for table columnsMacinto5h3-3/+23
2022-02-06Move `gap` utility API from "Flex" to "Spacing"Ty Mick1-6/+7
2022-02-06Fixed typo in docsSigurd Moland Wahl1-1/+1
2022-02-03Fix dropdown docs about autoclose and esc key.Florian Lacreuse1-1/+2
2022-02-01Breadcrumb docs: drop confusing currentColor and add new callout (#35434)Gaël Poupard1-2/+9
2022-02-01Update find-unused-sass-variables to v4.0.1 (#35761)XhmikosR2-192/+46
2022-02-01event-handler.js: remove unneeded return statementXhmikosR1-3/+0
2022-02-01Event-handler: use `Array.find` instead of `for`GeoSot1-9/+2
2022-02-01Event-handler: initialize variable properlyGeoSot1-2/+2
2022-02-01Fix Popover test that randomly fails on BrowserStack (#35757)GeoSot1-12/+7
2022-02-01Dropdown: use destructured variables in `dataApyKeydownHandler`GeoSot1-6/+7