| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-07 | Docs: update WCAG links and references (#40703) | Louis-Maxime Piton | 1 | -3/+3 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-06-04 | docs: fix typo in the getting started introduction (#40522) | Julien Déramond | 1 | -1/+1 | |
| 2024-05-25 | docs: add Accordion component in the JS components section (#39980) | Hannah Issermann | 1 | -0/+1 | |
| 2024-04-05 | Add PostCSS-RTLCSS approach to the documentation (#39863) | Iván Pereira | 1 | -0/+10 | |
| * Add PostCSS-RTLCSS approach to the documentation * Format 'PostCSS RTLCSS' without '-' and backticks * Some formatting for consistency in the entire doc * Minor rewording --------- Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2024-04-01 | docs: resize docs bundler images and fix dimensions (#39824) | XhmikosR | 3 | -3/+3 | |
| The dimensions must be of the non-2x image. | |||||
| 2024-04-01 | Add a render image hook (#39768) | XhmikosR | 3 | -6/+6 | |
| Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images | |||||
| 2024-03-06 | Improve front matter "added" params | XhmikosR | 2 | -0/+6 | |
| 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 | 7 | -11/+11 | |
| 2024-03-04 | docs: remove Google Analytics (#39725) | XhmikosR | 1 | -3/+3 | |
| It no longer works | |||||
| 2024-02-13 | Docs: fix typos in Vite, Parcel and Webpack guides (#39592) | Robert Martin | 3 | -10/+10 | |
| Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-11-21 | Docs: change vite config path import in vite guide (#39418) | Julien Déramond | 1 | -2/+2 | |
| 2023-09-14 | download: Reword CDN paragraph (#39179) | XhmikosR | 1 | -2/+12 | |
| 2023-09-13 | Docs: add Discord (community) and Bootstrap subreddit links (#38873) | Robert Jones | 1 | -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-13 | Docs: add alternative CDNs section in Getting Started > Download (#39145) | Julien Déramond | 1 | -0/+8 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-08-05 | docs: add BootstrapVueNext to docs (#38970) | Issayah | 1 | -1/+2 | |
| * docs: add BootstrapVueNext to docs * Update javascript.md --------- Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-08-02 | introduction: drop `details` element (#38995) | XhmikosR | 1 | -9/+1 | |
| * introduction: drop `details` element * Update introduction.md | |||||
| 2023-07-24 | Fix postcss plugin options (#38947) | Douglas Silva | 1 | -1/+1 | |
| 2023-05-31 | Doc: fix 'Events' JS example | Julien Déramond | 1 | -3/+1 | |
| 2023-04-13 | Fix Rubygems link to README.md (#38459) | XhmikosR | 1 | -1/+1 | |
| 2023-04-05 | Docs: add missing `twbs/examples` and change sorting (#38407) | Julien Déramond | 1 | -0/+3 | |
| * Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-04-05 | Docs: remove moot `hot` option from Vite guide (#38405) | Julien Déramond | 1 | -2/+1 | |
| 2023-03-29 | Tweak and re-organize ESLint config (#38369) | XhmikosR | 1 | -0/+2 | |
| * Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint | |||||
| 2023-03-28 | Docs: update Webpack guide (#38345) | Julien Déramond | 1 | -2/+1 | |
| * Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide | |||||
| 2023-03-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 1 | -36/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-27 | Change diff file path in Webpack guide (#38339) | Julien Déramond | 1 | -4/+4 | |
| 2023-03-24 | Docs: fix two class attributes on same button (#38317) | Hannah Issermann | 1 | -1/+1 | |
| 2023-03-23 | Update Vite, Parcel and Webpack guides (#38305) | Julien Déramond | 3 | -50/+52 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-02-14 | Attempt to fix focus ring being cut off in table of contents (#37965) | Mark Otto | 1 | -1/+1 | |
| * Attempt to fix focus ring being cut off in table of contents * Update _toc.scss --------- Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2023-02-14 | Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module' | Julien Déramond | 1 | -1/+1 | |
| 2023-01-21 | Docs: tweak icon link and callouts (#37923) | Patrick H. Lauke | 1 | -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-16 | Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) | Louis-Maxime Piton | 1 | -3/+3 | |
| 2023-01-03 | Rewrite some callouts to remove most headings and reduce their content | Mark Otto | 1 | -6/+2 | |
| 2023-01-03 | Add webpack build to webpack guide | Julien Déramond | 1 | -2/+9 | |
| 2022-12-26 | Docs: change some title containing '&' to bypass Algolia issue | Julien Déramond | 3 | -3/+3 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 13 | -0/+1910 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
