aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-29Return early in more placesXhmikosR2-21/+25
2022-01-29dropdown: Move constantXhmikosR1-4/+2
2022-01-29collapse: merge class togglingGeoSot1-6/+1
2022-01-29event-handler.js: use `for...of`XhmikosR1-2/+2
2022-01-29Rename variablesXhmikosR15-116/+116
2022-01-29backdrop.js: cache `_getElement` callsXhmikosR1-4/+6
2022-01-29Remove a few unneeded variablesXhmikosR3-19/+12
2022-01-29docs: remove moot autocomplete attributes (#35741)A Web Artisan1-3/+3
2022-01-25Remove duplicate Octicons entry in icons listNeeraj Kumar Das1-3/+1
2022-01-25Fix spelling mistake in footer example (#35704)Kirill Zdornyy1-1/+1
2022-01-25Update devDependencies (#35712)XhmikosR2-329/+246
2022-01-19Docs: group together reusable CSS for examples in a single stylesheet (#35649)Julien Déramond11-128/+44
2022-01-18Update devDependencies (#35686)XhmikosR2-416/+314
2022-01-13README.md: mention Netlify (#35683)XhmikosR1-1/+7
2022-01-13build-plugins.js: use globby package (#35586)XhmikosR3-5/+3
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner2-1/+56
2022-01-11Update cspell config (#35647)XhmikosR6-16/+12
2022-01-11Update devDependencies (#35678)XhmikosR3-358/+358
2022-01-05fixed button text (#35656)Arslan Kalwar1-1/+1
2022-01-05Fix custom-checkbox and custom-radio in migration doc (#35609)Sakurai Kenji1-2/+3
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke3-17/+71
2022-01-05Fix offcanvas title in 'Enable body scrolling' example (#35621)Neeraj Kumar Das1-1/+1
2022-01-05Remove the useless class of the close button .text-resetzhangchenglin2-9/+9
2022-01-04Update nuget/bootstrap.png (#35641)XhmikosR1-0/+0
2022-01-04Update devDependencies (#35640)XhmikosR2-1478/+1205
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR15-26/+26
2021-12-28Update api.md (#35486)Anton1-2/+24
2021-12-28Update devDependencies (#35591)XhmikosR2-196/+154
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR2-1/+2
2021-12-23Strengthen and expand note about dynamic tabs with dropdown menus (#35588)Patrick H. Lauke1-1/+3
2021-12-21Carousel: move repeated code to a methodGeoSot2-13/+15
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-21Popover/Tooltip: Fix vertical alignment on arrow of tip elements (#35527)GeoSot1-1/+10
2021-12-21docs: add reference to sticky-xxl utils (#35579)Kyle Tsang1-0/+2
2021-12-21fix(docs): typo in Alerts CSS Variables description (#35575)Julien Déramond1-1/+1
2021-12-21Update devDependencies (#35545)XhmikosR3-405/+629
2021-12-20fix(alerts): ensure color is set and used (#35571)Gaël Poupard1-1/+2
2021-12-18docs: A fix for CSS Variables and some proposal (#35563)Louis-Maxime Piton5-39/+35
2021-12-18Fix typo in comment (#35564)Phil E. Taylor1-1/+1
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto4-12/+36
2021-12-16Add missing `border-radius` for `btn-group` (#35467)Andy Jiang1-0/+2
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse5-7/+42
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond1-1/+1
2021-12-15build/postcss.config.js: minor tweaks (#35506)XhmikosR1-9/+9
2021-12-15Tooltip: remove extraneous call to _getConfig() (#35540)GeoSot1-2/+1
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot2-15/+31
2021-12-15Scrollspy: minor refactoring (#35512)XhmikosR1-31/+16