aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18Fix typo in toggle buttons outlined styles section (#39200)Kevin Sanders1-1/+1
2023-09-14download: Reword CDN paragraph (#39179)XhmikosR1-2/+12
2023-09-13Docs: add Discord (community) and Bootstrap subreddit links (#38873)Robert Jones1-1/+2
Co-authored-by: Rob Jones <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-09-13Docs: add alternative CDNs section in Getting Started > Download (#39145)Julien Déramond1-0/+8
Co-authored-by: Mark Otto <[email protected]>
2023-08-22Corrected a grammer error in by adding the word go to ↵John Hayes1-1/+1
examples/starter-template (#39086)
2023-08-22Remove incorrect mention of .left utilities from migration guide (#39054)Christian Oliff1-1/+0
There are no classes in Bootstrap 4.x beginning with `.left` or `.right`. (You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css to check)
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR4-0/+0
2023-08-21Migration: add back v5.0.0 heading (#39060)XhmikosR1-34/+36
* Migrations: add back v5.0.0 heading * Update migration.md * Update migration.md
2023-08-05docs: add BootstrapVueNext to docs (#38970)Issayah1-1/+2
* docs: add BootstrapVueNext to docs * Update javascript.md --------- Co-authored-by: Mark Otto <[email protected]>
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-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-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-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-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-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-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-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éramond19-19/+19
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-19Add data attr selector for dark mode navbars (#38522)Mark Otto1-3/+3
* Add data attr selector for dark mode navbars * Fix dark example
2023-05-17Docs: new section to explain how to add a new color to the theme (#37737)Julien Déramond1-0/+48
* Docs: new section to explain how to add a new color to the theme * Commit to revert * Edit copy * Typo * bundlewatch * Restore blog example * Remove Sass modifications * Complete documentation * Revert bootstrap.scss modifications --------- Co-authored-by: Mark Otto <[email protected]>
2023-05-16Modal: fix grammar (#38603)codemmmmm1-1/+1
Co-authored-by: XhmikosR <[email protected]>