| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-13 | Merge branch 'main' into css-vars-btncss-vars-btn | Mark Otto | 8 | -20/+20 | |
| 2021-09-13 | Fix responsive img docs | cdalexndr | 1 | -2/+2 | |
| https://github.com/twbs/bootstrap/issues/34885 | |||||
| 2021-09-10 | Changes some latin/dummy text to English (#34946) | Christian Oliff | 3 | -8/+8 | |
| Changes some latin/dummy text to English so spellcheck linter passes | |||||
| 2021-09-09 | docs: Add role="switch" to switches (#34824) | Christian Oliff | 1 | -5/+5 | |
| * docs: Add role="switch" to switches * Tweak/expand explanation about assistive technologies Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2021-09-09 | replace dummy text with English for Text truncation page (#34936) | Christian Oliff | 1 | -2/+2 | |
| 2021-09-09 | Non-blocking typo fix (#34935) | Christian Oliff | 1 | -1/+1 | |
| 2021-09-08 | Fix Backdroped typo (#34920) | Christian Oliff | 1 | -1/+1 | |
| 2021-09-08 | fix utilities typo (#34923) | Christian Oliff | 1 | -1/+1 | |
| 2021-09-08 | Convert .btn and mixins to use CSS variables | Mark Otto | 1 | -9/+28 | |
| 2021-09-08 | docs: Update RFS version & move "v" prefix to config.yml (#34918) | XhmikosR | 1 | -3/+3 | |
| 2021-09-08 | fix predefined typo (#34922) | Christian Oliff | 2 | -3/+3 | |
| 2021-09-08 | Fix JavaScript typo (#34921) | Christian Oliff | 1 | -1/+1 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 2 | -2/+2 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-09-07 | Typo fixes (#34914) | XhmikosR | 15 | -15/+15 | |
| 2021-09-06 | Disabled link cleanup (#34886) | Patrick H. Lauke | 19 | -69/+76 | |
| * Disabled link cleanup per https://www.w3.org/TR/html-aria/#docconformance > It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute. > >NOTE >If a link needs to be "disabled", remove the `href` attribute. This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment) Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page * Turn big note into actual normal doc text Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-09-06 | docs: make use of the `.Site.Params.docs_version` variable (#34913) | Julien Déramond | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-09-06 | Docs: Add Callout to Stacks Helper page about limited flexbox gap support ↵ | Christian Oliff | 1 | -0/+4 | |
| (#34910) * Docs: Add Callout to Stacks Helper page about limited flexbox gap support Fixes: #34737 * Update stacks.md * Delete callout-warning-flexbox-gap.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-09-04 | Fix a11y issues in `.hstack` example and placeholder 'How it works' example ↵ | Julien Déramond | 2 | -2/+2 | |
| (#34892) | |||||
| 2021-09-03 | docs: add `$enable-smooth-scroll` to Sass options page (#34877) | Alan Oliveira | 1 | -0/+1 | |
| 2021-09-02 | Include root.scss in all dist builds (#34773) | Mark Otto | 1 | -0/+6 | |
| * Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables | |||||
| 2021-08-31 | Use `path.Join` when joining paths | XhmikosR | 4 | -4/+4 | |
| 2021-08-31 | example: remove unneeded escape characters | XhmikosR | 1 | -1/+1 | |
| 2021-08-31 | Minor shortcode tweaks and consistency changes | XhmikosR | 7 | -33/+37 | |
| 2021-08-31 | Remove `.html` suffix from shortcodes calls. | XhmikosR | 2 | -2/+2 | |
| It's the default. | |||||
| 2021-08-31 | Tweak scss-docs shortcode | XhmikosR | 1 | -18/+28 | |
| 2021-08-30 | Enhance Alerts > Live Example section (#34769) | Julien Déramond | 1 | -12/+2 | |
| 2021-08-30 | clarify importing all vs specific plugins (#34840) | Marius A | 1 | -3/+7 | |
| 2021-08-21 | Progress page: remove toggle animation button (#34787) | XhmikosR | 2 | -22/+2 | |
| We don't use the same approach with a button on the Placeholders page. | |||||
| 2021-08-20 | docs: fix typos in approach and placeholders (#34781) | SaintMalik | 2 | -2/+2 | |
| 2021-08-18 | dashboard-rtl: use the same scripts as the dashboard example (#34766) | XhmikosR | 1 | -4/+4 | |
| 2021-08-18 | Fix typo in placeholder docs (#34752) | Kyle Tsang | 1 | -1/+1 | |
| 2021-08-10 | Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵ | GeoSot | 1 | -1/+1 | |
| (#34701) | |||||
| 2021-08-05 | docs: Fix placeholders typo (#34686) | Christian Oliff | 1 | -1/+1 | |
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 271 | -34/+35 | |
| 2021-08-03 | Document the utility API's new css-var boolean | Mark Otto | 4 | -41/+151 | |
| Co-Authored-By: Gaël Poupard <[email protected]> | |||||
| 2021-08-03 | Add and document additional :root CSS variables | Mark Otto | 2 | -1/+25 | |
| - Adds grayscale colors - Adds root and body variables Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code. | |||||
| 2021-08-03 | Update color and background-color utilities | Mark Otto | 2 | -0/+95 | |
| - Adds new functions to generate additional Sass maps - Adds new root variables for rgb() versions of our theme colors, plus a few extras - Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var - Updates documentation for color and background-color utilities pages - Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly Change approach slightly to prevent cascade | |||||
| 2021-08-03 | Improved docs describing media-breakpoint-down breakpoints (#34637) | Sean Hinton | 1 | -8/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-08-03 | Add new placeholder component (#31859) | Jaume Sala | 3 | -0/+156 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Jaume Sala <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]> | |||||
| 2021-07-30 | Add missing newlines around fenced codeblocks (#34630) | XhmikosR | 2 | -0/+2 | |
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 1 | -1/+0 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-07-29 | Collapse page: add a link to the accordion page (#34605) | XhmikosR | 1 | -1/+1 | |
| 2021-07-29 | Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612) | Mark Otto | 1 | -21/+2 | |
| This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e. | |||||
| 2021-07-28 | Use a streamlined way to trigger component dismiss (#34170) | GeoSot | 5 | -21/+31 | |
| * use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-28 | Correct Toast docs (#34604) | Mark Young | 1 | -2/+2 | |
| Removes incorrect references to scrollspy in Toasts documentation | |||||
| 2021-07-27 | Document change to hr in v5 (#34574) | Mark Otto | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | Rename Build Tools page to Contribute (#34578) | Mark Otto | 4 | -8/+9 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-26 | Make note of _root.scss being required | Mark Otto | 1 | -6/+6 | |
| 2021-07-26 | Clean up a couple CSS Grid issues (#34572) | Mark Otto | 1 | -1/+1 | |
| - Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-26 | Update the custom Sass import docs (#34573) | Mark Otto | 1 | -2/+7 | |
| Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last Fixes #34397 Co-authored-by: XhmikosR <[email protected]> | |||||
