aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2023-08-02examples: update 3rd-party packages (#38994)XhmikosR2-6/+6
2023-08-02introduction: drop `details` element (#38995)XhmikosR1-9/+1
* introduction: drop `details` element * Update introduction.md
2023-07-29Docs: Fix popover template role error (#38978)Christian Oliff1-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-27Update gutters.md (#38968)XhmikosR1-1/+1
2023-07-26Release v5.3.1 (#38956)XhmikosR1-1/+1
* Bump version to 5.3.1 * Dist
2023-07-25Examples: improve spinner buttons accessibility (#38958)Julien Déramond1-4/+4
2023-07-24Fix postcss plugin options (#38947)Douglas Silva1-1/+1
2023-07-23fixlouismaximepiton1-1/+1
2023-07-23Docs: Update float responsive examplesChristian Oliff1-4/+5
2023-07-23dashboard: fix offcanvas md display (#38952)XhmikosR2-2/+2
* dashboard: fix offcanvas md display * Update index.html
2023-07-23Docs: remove v4 reference in homepageJulien Déramond1-2/+0
2023-07-23Fix some typos in Customize > Sass doc (#38948)Julien Déramond1-8/+8
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-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-16Docs: fix carousel carousel colors of carousel examples in dark modeJulien Déramond2-2/+2
2023-07-16Fix dark mode rendering of Cheatsheet examples (#38905)Julien Déramond2-16/+14
2023-07-16Streamline a certain amount and increase presentations in different ↵zcl1-7/+3
directions (#38604)
2023-07-16Docs: add blank target and noopener rel to footer external linksJulien Déramond1-11/+11
2023-07-16New Sass variable to change vertical rule widthJulien Déramond1-0/+8
2023-07-15Fix tooltip generated markup documentation (#38902)Julien Déramond1-1/+1
2023-07-10Docs: Fix incorrect `.form-file` on migration guide (#38883)Christian Oliff1-1/+1
2023-07-05add a base class style display for toggle buttonsZhangChengLin2-10/+45
2023-07-05Update buttons.mdPARTHIBAN1-5/+5
2023-07-05Docs: add missing `aria-disabled='true'` to disabled anchorsJulien Déramond17-58/+58
2023-07-05Fix for text-reset example class name (#38844)Christian Oliff1-1/+1
This example no longer uses muted text Co-authored-by: Julien Déramond <[email protected]>
2023-07-05Feature (#38838)Louis-Maxime Piton2-2/+14
2023-07-05Add docs search to homepage (#38850)Mewen Le Hô4-9/+4
* Compliance to Success Criterion 3.2.3 Consistent Navigation * Update docs-navbar.html --------- Co-authored-by: Mark Otto <[email protected]>
2023-07-05Improve Text Alignment ExampleChristian Oliff1-4/+5
On the Text alignment example all the text is left-aligned to start with and doesn't change on any viewport change. I think it makes much more sense for it to end-aligned on certain breakpoints. I also added a missing `text-xxl-end` class :-) I didn't use dashes between the breakpoint size names to match the Breakpoints docs (https://getbootstrap.com/docs/5.3/layout/breakpoints/#available-breakpoints)
2023-07-04Fix class name on migration guide (#38865)Christian Oliff1-1/+1
`.custom-custom-radio` should be `.custom-radio`
2023-06-25Explicitly add missing opacity-0 helper class example for clarity.Benedikt Willi1-0/+2
Add a missing opacity-0 helper class example. From existing examples, it wasn't obvious to me that this class exists. This commit makes it a bit more explicit.
2023-06-25Update bottom border on dark navbar example (#38707)Julien Déramond1-2/+2
* Docs: drop bottom border from dark navbar example * Use `.border-body`
2023-06-25Update flex utilities link in navs docskyletsang1-1/+1
2023-06-14Minor fixes for Docs Versions page (#38734)Christian Oliff1-2/+2
2023-06-14Fix stack examples (#38745)Kyle Tsang1-2/+2
2023-06-14Docs (tooltips): Fix "them" typo in markup section (#38751)EricDunsworth1-1/+1
2023-06-08Fix missing word issue on nav-tabs page (#38688)Christian Oliff1-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-06-06Fix link colors in Sidebars example (#38711)Mark Otto1-4/+4
2023-06-03Docs: consistency between custom buttons, popovers and tooltipsJulien Déramond1-3/+4
2023-05-31collate distribution intervalZhangChengLin1-2/+2
2023-05-31docs(spinners): improve buttons examples accessibility (#38632)Gaël Poupard1-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-31Docs: add more details on accessibility tips (#38583)Hannah Issermann1-1/+1
* Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Fix syntax --------- Co-authored-by: Julien Déramond <[email protected]>
2023-05-31Doc: fix 'Events' JS exampleJulien Déramond1-3/+1
2023-05-31docs(forms): switch to aria-describedby (#38592)Gaël Poupard2-7/+7
* docs(forms): switch to aria-describedby * docs(forms): revert #37587 callout change * docs(forms): improved sizing select examples labels
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond21-21/+21
2023-05-31Adding a link to `clearfix` (#38528)Thomas Landauer1-0/+2
* Adding a link to `clearfix` * Update float.md * Update float.md --------- Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-05-31Update Sass docs to mention compiling and including (#38538)Mark Otto1-6/+47
Co-authored-by: Julien Déramond <[email protected]>
2023-05-31Fix disabled element tooltip stackblitz (#38623)Ian Haggerty1-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-31Update code-examples.js (#38675)XhmikosR1-6/+7
2023-05-30Release v5.3.0 (#38657)XhmikosR1-1/+1
* Bump version to 5.3.0 * Dist
2023-05-30Fix always-false boolean condition (#38665)Mark Cowan1-1/+1
2023-05-25Update color-modes.js (#38626)Jeroen Akkerman1-3/+6
* Update color-modes.js Fix IF statement in the prefer-color-scheme change listener always evaluating to `true` and changing the theme to "dark" even when "light" is set as the preferred theme. | `||` | `x !== "light"` | `x !== "dark"` | Result | |--|:--:|:--:|:--:| | `x = "light"` | ○ | ● | ● | | `x = "dark"` | ● | ○ | ● | | `x = "auto"` | ● | ● | ● | | `x = "bogus"` | ● | ● | ● | <hr> | `&&` | `x !== "light"` | `x !== "dark"` | Result | |--|:--:|:--:|:--:| | `x = "light"` | ○ | ● | ○ | | `x = "dark"` | ● | ○ | ○ | | `x = "auto"` | ● | ● | ● | | `x = "bogus"` | ● | ● | ● | * Implement re-read of stored theme