| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-07 | Docs: update WCAG links and references (#40703) | Louis-Maxime Piton | 1 | -1/+1 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-08-07 | Docs: change wording of single/split danger buttons (#40689) | Anton Frolov | 1 | -2/+2 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-06-12 | Fix Default values and Description content in options table (#39846) | zcl | 2 | -5/+5 | |
| * Fix Default values and Description content in options table * update default value | |||||
| 2024-06-12 | Docs: drop unused `.bi-exclamation-triangle-fill` class | Julien Déramond | 1 | -1/+1 | |
| 2024-05-30 | Fix `.btn-group-vertical` border radius with dropdown as first element (#40488) | Tobias | 1 | -2/+2 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-05-29 | docs: add missing `data-bs-theme="light"` in navbars color schemes markup ↵ | Julien Déramond | 1 | -1/+1 | |
| (#40504) | |||||
| 2024-03-19 | docs: bundle assets with Hugo | XhmikosR | 3 | -3/+3 | |
| Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials | |||||
| 2024-03-06 | Improve front matter "added" params | XhmikosR | 1 | -1/+2 | |
| Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker | |||||
| 2024-03-06 | Fix various redirects | XhmikosR | 4 | -6/+6 | |
| 2023-12-30 | Docs: update desc of deprecated Sass mixins in alerts and list groups (#39537) | Julien Déramond | 2 | -5/+1 | |
| 2023-12-10 | Docs: enhance `.card-img-*` description (#39458) | Julien Déramond | 1 | -1/+1 | |
| 2023-11-14 | Docs: fix sentence in 'Scrolling long content' modal section (#39378) | curious-broccoli | 1 | -1/+1 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-10-30 | Doc: add `dispose()` to Offcanvas methods (#39340) | Julien Déramond | 1 | -0/+1 | |
| 2023-10-23 | Doc: use `.text-bg-{color}` for all badges | Julien Déramond | 2 | -12/+12 | |
| 2023-10-23 | Doc: add expanded accordion explanation (#39304) | Julien Déramond | 1 | -1/+5 | |
| Co-authored-by: Louis-Maxime Piton <[email protected]> | |||||
| 2023-10-12 | Fix `getOrCreateInstance()` doc example (#39281) | Julien Déramond | 1 | -1/+1 | |
| 2023-09-29 | Doc: consistent rendering of 'Heads up!' callouts (#39249) | Julien Déramond | 1 | -1/+1 | |
| 2023-07-29 | Docs: Fix popover template role error (#38978) | Christian Oliff | 1 | -1/+1 | |
| I'm quite sure this should be `role="tooltip"` and not `role="popover"`. There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default. | |||||
| 2023-07-23 | Support `Home` and `End` keys in tabs (#38498) | Kyle Tsang | 1 | -1/+1 | |
| * Support `Home` and `End` keys in tabs * Update tab.js * simplify tests * Update navs-tabs.md * Update .bundlewatch.config.json --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-07-16 | Streamline a certain amount and increase presentations in different ↵ | zcl | 1 | -7/+3 | |
| directions (#38604) | |||||
| 2023-07-15 | Fix tooltip generated markup documentation (#38902) | Julien Déramond | 1 | -1/+1 | |
| 2023-07-05 | add a base class style display for toggle buttons | ZhangChengLin | 1 | -6/+20 | |
| 2023-07-05 | Update buttons.md | PARTHIBAN | 1 | -5/+5 | |
| 2023-07-05 | Docs: add missing `aria-disabled='true'` to disabled anchors | Julien Déramond | 6 | -30/+30 | |
| 2023-06-25 | Update bottom border on dark navbar example (#38707) | Julien Déramond | 1 | -2/+2 | |
| * Docs: drop bottom border from dark navbar example * Use `.border-body` | |||||
| 2023-06-25 | Update flex utilities link in navs docs | kyletsang | 1 | -1/+1 | |
| 2023-06-14 | Docs (tooltips): Fix "them" typo in markup section (#38751) | EricDunsworth | 1 | -1/+1 | |
| 2023-06-08 | Fix missing word issue on nav-tabs page (#38688) | Christian Oliff | 1 | -1/+1 | |
| Fix the sentence: > Force your .nav’s contents to extend the full available width one of two modifier classes. to: > Force your .nav’s contents to extend the full available width with one of two modifier classes. | |||||
| 2023-05-31 | collate distribution interval | ZhangChengLin | 1 | -2/+2 | |
| 2023-05-31 | docs(spinners): improve buttons examples accessibility (#38632) | Gaël Poupard | 1 | -10/+10 | |
| * docs(spinners): improve buttons examples accessibility * docs(spinners): missed occurrence of wrong role + aria-hidden --------- Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2023-05-31 | Use `.d-none` instead of inline styling | Julien Déramond | 1 | -1/+1 | |
| 2023-05-31 | Fix disabled element tooltip stackblitz (#38623) | Ian Haggerty | 1 | -3/+1 | |
| * Load js for disabled button tooltip stackblitz * Remove surrounding useless `<div>` --------- Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-05-19 | Add data attr selector for dark mode navbars (#38522) | Mark Otto | 1 | -3/+3 | |
| * Add data attr selector for dark mode navbars * Fix dark example | |||||
| 2023-05-16 | Modal: fix grammar (#38603) | codemmmmm | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-04-10 | Docs: fix text rendering of navbar external content | Julien Déramond | 1 | -2/+2 | |
| 2023-04-10 | Docs: consistent usage of CSS sections (#38219) | Julien Déramond | 4 | -7/+7 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-03-27 | Add detailed explanation of the JS components configuration merging process ↵ | GeoSot | 2 | -3/+3 | |
| (#37303) * doc: add detailed explanation of the components config process & fix popover/tooltip docs * Update site/layouts/partials/js-data-attributes.md --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-03-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 3 | -51/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-27 | Docs: fix Markdown table with empty column (#38342) | Hannah Issermann | 1 | -1/+1 | |
| 2023-03-16 | Docs: consistent deprecation messages in Close Button dark variant (#38247) | Julien Déramond | 1 | -1/+3 | |
| 2023-03-13 | Docs: consistent usage of CSS sections (#38175) | Julien Déramond | 3 | -4/+4 | |
| 2023-03-10 | Update buttons.md (#38169) | Mark Otto | 1 | -3/+3 | |
| * Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <[email protected]> --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-03-10 | Fix (#38191) | Louis-Maxime Piton | 1 | -1/+1 | |
| Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2023-03-10 | Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196) | Louis-Maxime Piton | 1 | -3/+3 | |
| * Proposal * fix(review) | |||||
| 2023-03-02 | Docs: replace 'popover' by 'tooltip' in tooltip's page' options section | Julien Déramond | 1 | -1/+1 | |
| 2023-02-13 | Docs: Progress fix + proposal (#38014) | Louis-Maxime Piton | 1 | -2/+2 | |
| * Fix + proposal * fix(review) --------- Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2023-02-13 | Docs: uniformize disabled nav links for underline nav | Julien Déramond | 1 | -1/+1 | |
| 2023-01-21 | Docs: tweak icon link and callouts (#37923) | Patrick H. Lauke | 2 | -2/+2 | |
| * Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-01-21 | Docs: add overflow and text color info to progress bar page (#37921) | Patrick H. Lauke | 1 | -0/+33 | |
| * Docs: add overflow and text color info to progress bar page * Add example/reference for color & background helper use * Add mention of color modes/dark mode * Tweak link text | |||||
| 2023-01-16 | Sass docs updates (#37897) | Mark Otto | 2 | -4/+4 | |
| * Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter | |||||
