aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31v5/docs: reintroduce `outline` for docs code samples, buttons when ↵Patrick H. Lauke2-6/+6
`:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button
2022-08-31Add default select example in cheatsheet (#36877)Florian Lacreuse2-2/+20
Co-authored-by: Julien Déramond <[email protected]>
2022-08-31Fix input group z-index focus + validationFlorian Lacreuse2-12/+12
2022-08-31Fix for horizontal list-group itemlouismaximepiton1-2/+2
2022-08-31More consistency for CSS/Sass vars doc for components with dark variantsJulien Déramond4-16/+33
2022-08-31bugfix undefined border color variable for btnMichael Geuchmann1-0/+1
2022-08-31Docs: improve cards image overlays markupJulien Déramond1-1/+1
2022-08-31Adding missing CSS variables for `z-index`louismaximepiton3-3/+6
2022-08-31Add a comment for track the bug.louismaximepiton1-1/+1
2022-08-31Set cursor to auto instead of pointer on `.DocSearch-Container`louismaximepiton1-0/+1
2022-08-31Change offcanvas to be more consistent with carousel and dropdownlouismaximepiton1-18/+18
2022-08-31Docs: Fix js options to what is really inside js (#37019)Louis-Maxime Piton4-8/+8
2022-08-29Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 (#36929)dependabot[bot]2-8/+8
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.1 to 22.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel1-1/+1
2022-08-04Update devDependencies (#36900)XhmikosR2-495/+596
* @babel/cli ^7.18.9 → ^7.18.10 * @babel/core ^7.18.9 → ^7.18.10 * @babel/preset-env ^7.18.9 → ^7.18.10 * eslint ^8.20.0 → ^8.21.0 * sass ^1.54.0 → ^1.54.2
2022-08-04Bump rollup from 2.77.0 to 2.77.2 (#36886)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.77.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.77.0...v2.77.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03Added new example in `examples/features` page. (#36660)Vipin Mishra2-0/+64
* Added new example in examples/features * Fix indentation, other suggested changes from review * fix: heading structure
2022-08-03Docs: add grid-row-columns variableHadouin1-1/+3
#36691
2022-08-03fix #36662 List-group-item margin-top is offset when importing sass in a ↵Hadouin1-1/+2
nested class (#36663) * fix #36662 & + .list-group-item * Ignore linter Co-authored-by: Mark Otto <[email protected]>
2022-08-03Expand popover custom container explanationPatrick H. Lauke1-1/+8
mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690
2022-08-01Fixlouismaximepiton1-2/+5
2022-08-01Fix docs typo of `.form-checkbox` -> `.form-check`Matthew West1-1/+1
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
2022-08-01Fix floating labelslouismaximepiton1-0/+1
2022-07-31Bump autoprefixer from 10.4.7 to 10.4.8 (#36860)Julien Déramond2-36/+36
2022-07-29Define correctly `$popover-header-color` (#36849)Julien Déramond1-1/+1
2022-07-29Fix typos after #36762 (#36771)Julien Déramond4-4/+4
2022-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot3-9/+59
* feat(ScrollSpy): make the threshold option configurable
2022-07-28Fixes #36770: Add navbar image alt text (#36850)Mark Otto1-2/+2
2022-07-27Move DocSearch out of offcanvas to always show it on mobile (#36824)Mark Otto3-11/+38
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot2-0/+23
fix(reg): Re-set tooltip title, on disposal
2022-07-27Bump sass from 1.53.0 to 1.54.0 (#36845)dependabot[bot]2-8/+8
Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.54.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.53.0...1.54.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27Bump lockfile-lint from 4.7.6 to 4.7.7 (#36844)dependabot[bot]2-22/+22
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/[email protected]@4.7.7) --- updated-dependencies: - dependency-name: lockfile-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-26Simplify social images and add ability to set per-page images (#36804)Mark Otto7-9/+9
* Simplify social images and add ability to set per-page images - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages) - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images * Update default social card * Change description to subtitle, add longer description to match homepage * Remove social_image_path, use inline conditions for social images
2022-07-25Remove Slack from site and repo docs (#36825)Mark Otto9-17/+5
* Remove Slack from site and repo docs * Apply suggestions from code review Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-07-25Fix pagination page items border radiusJulien Déramond1-1/+1
2022-07-25Adding missing offcanvas `added-in` shortcodelouismaximepiton1-0/+2
2022-07-25Adding missing borders `added-in` shortcodelouismaximepiton1-0/+2
2022-07-25Docs: Redirect users to different templates of issues rather than an empty ↵Julien Déramond6-6/+6
one (#36827)
2022-07-25Docs: use added-in shortcode in Offcanvas (#36836)Julien Déramond1-2/+2
2022-07-25Docs: fix Markdown link in Tooltips (#36839)Christian Oliff1-1/+1
2022-07-25Correct heading levels in features examplePatrick H. Lauke1-17/+17
to keep the look the same, added `fs-...` sizing classes where necessary
2022-07-23Rename scrollspy to toast in toast.md (#36819)campersau1-2/+2
2022-07-22Fix Algolia's DocSearch broken URL in README (#36812)Sadeed pv1-1/+1
2022-07-22Remove unused parameter of `bsBanner` mixin (#36791)なつき1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR132-6584/+1104
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-07-19Fix failing test on EventHandler (#36772)GeoSot1-4/+3
2022-07-19Update devDependencies (#36767)XhmikosR2-566/+566
* @babel/cli ^7.18.6 → ^7.18.9 * @babel/core ^7.18.6 → ^7.18.9 * @babel/preset-env ^7.18.6 → ^7.18.9 * clean-css-cli ^5.6.0 → ^5.6.1 * eslint ^8.19.0 → ^8.20.0 * eslint-plugin-markdown ^2.2.1 → ^3.0.0 * rollup ^2.76.0 → ^2.77.0 * stylelint-config-twbs-bootstrap ^4.0.0 → ^5.0.0 * terser ^5.14.1 → ^5.14.2
2022-07-18Fix various small typos in documentation (#36762)Marc Wrobel12-15/+15
2022-07-18Fix typos in code (#36763)Marc Wrobel4-5/+5
Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out).
2022-07-17Fixing pagination compile issueJWB1-1/+1
This was an issue with the tables as well, but that has been updated here - 4a3c004c349ec9b20990c8aa760d12c50c450bbd This was also noted here - 36501#issuecomment-1153187062_ This effects the 5.2 beta1 that is released on the homepage. Whats happening is with a fresh download and compile, with some compilers, I noticed not all of them run into this issue, we get the Sass variable showing up and not the actual value. Steps to reproduce - - Download the source code form the docs for beta 2 and extract - Open VSCode -> open folder to the bootstrap directory you just extracted - install the "Sass/Less/Stylus/Pug/Jade/Typescript/Javascript Compile Hero Pro" v2.3.53 by Eno Yao extension ---- might have to restart VSCode - go to that extensions settings, and set the directory to save the output / compiled version to `../dist` - tap that Compile Hero on the bottom to activate the extension - open `bootstrap.scss` add a space or a new line and save it - check the compiles version and you should see the errors