| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-03-28 | Dist (#29924) | XhmikosR | 1 | -4/+0 | |
| 2020-03-28 | docs: remove duplicate code for indeterminate (#30471) | XhmikosR | 1 | -1/+1 | |
| 2020-03-28 | v5 tabs - accessibility issue when using ul/li semantic | Laussel Loïc | 1 | -20/+20 | |
| Add aria-role presentation on li element when ul element has role tablist and remove dropdown from visual tests as they've been removed from doc | |||||
| 2020-03-24 | Fix redirected links. | XhmikosR | 5 | -16/+16 | |
| 2020-03-24 | Add accessible name to fieldset | Patrick H. Lauke | 1 | -1/+1 | |
| 2020-03-24 | Add explicit aria-label to unlabeled controls | Patrick H. Lauke | 5 | -22/+22 | |
| - in particular, controls that just relied on `placeholder`, as this is still not officially/consistently supported as a valid way to provide an accessible name (though some browsers do use it as a fallback) | |||||
| 2020-03-24 | Remove unnecessary <form> elements, add a submit button to validation example | Patrick H. Lauke | 4 | -65/+57 | |
| 2020-03-24 | Add explicit title to iframe embed | Patrick H. Lauke | 1 | -1/+1 | |
| 2020-03-24 | Add explicit scope="col" to <th> column headers | Patrick H. Lauke | 2 | -17/+17 | |
| 2020-03-24 | Add `.caption-top` for tables (#30435) | Mark Otto | 1 | -0/+36 | |
| * Move caption-side to <table> element in Reboot * Add class for .caption-top | |||||
| 2020-03-23 | File chooser size (#30040) | Zedicius | 1 | -2/+26 | |
| Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-23 | Update modal docs (#30325) | Shohei Yoshida | 1 | -125/+31 | |
| 2020-03-23 | Use WCAG contrast algo (#30168) | Gaël Poupard | 2 | -6/+15 | |
| 2020-03-23 | Simplify input groups by dropping `.input-group-prepend` and ↵ | Martijn Cuppens | 7 | -169/+104 | |
| `.input-group-append` | |||||
| 2020-03-23 | Use a link helper instead of the text color utility | Martijn Cuppens | 5 | -50/+50 | |
| 2020-03-19 | Fix commonmark syntax (#30276) | satotake | 1 | -9/+9 | |
| * Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-03-18 | Update Legacy Edge support | Martijn Cuppens | 1 | -1/+1 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 21 | -75/+18 | |
| 2020-03-18 | Revert "Revert "Add information about IE 11 compatibility."" | XhmikosR | 1 | -0/+37 | |
| This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08. | |||||
| 2020-03-18 | Clarify card group behavior (#30416) | XhmikosR | 1 | -1/+1 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-03-18 | Dashboard example: use the core `.position-sticky` class. (#30408) | XhmikosR | 2 | -8/+1 | |
| 2020-03-15 | style: fixes indent (#30396) | Catalin Zalog | 1 | -2/+2 | |
| 2020-03-10 | fix indention | Martijn Cuppens | 1 | -1/+1 | |
| Co-Authored-By: Shohei Yoshida <[email protected]> | |||||
| 2020-03-10 | Add row-cols-auto and responsive variants | Martijn Cuppens | 1 | -1/+12 | |
| 2020-03-10 | Remove card decks in favor of the grid | Martijn Cuppens | 1 | -0/+1 | |
| 2020-03-10 | Bootstrap 5 migration guide | Martijn Cuppens | 1 | -2/+9 | |
| 2020-03-10 | Update examples to the Bootstrap 5 grid | Martijn Cuppens | 13 | -124/+173 | |
| 2020-03-10 | Bootstrap 5 grid documentation | Martijn Cuppens | 8 | -549/+649 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-03-08 | Update browsers + devices support page to remove IE10, IE11 Mobile (#30363) | Christian Oliff | 1 | -12/+1 | |
| This PR removes unsupported browsers from supported tables based on the current `.browserlistrc` config | |||||
| 2020-03-07 | Align navbar in docs (#30359) | Martijn Cuppens | 1 | -4/+4 | |
| 2020-03-05 | Add `loading="lazy"` in images (#30199) | XhmikosR | 4 | -9/+12 | |
| 2020-03-04 | CSS & alignment tweaks | Martijn Cuppens | 2 | -19/+4 | |
| 2020-03-04 | Example dashboard: fix menu disappearing on small viewport | Minobi | 2 | -2/+17 | |
| 2020-02-23 | Add pointer event utilities (#30185) | Martijn Cuppens | 1 | -0/+10 | |
| 2020-02-17 | docs(theming): improve headings hierarchy under Sass → Functions (#30207) | Gaël Poupard | 1 | -3/+3 | |
| 2020-02-17 | Add Microsoft Edge for MacOS to supported browsers (#29956) | Christian Oliff | 1 | -1/+1 | |
| The new Chromium-based Edge has been available as a beta for sometime and general availability of the final version is expected to ship from Jan 15. I think it makes sense to add it as a supported browser once it's out of beta. REF: https://blogs.windows.com/windowsexperience/2019/11/04/introducing-the-new-microsoft-edge-and-bing/ | |||||
| 2020-02-17 | Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive ↵ | Michael Lehenbauer | 1 | -1/+1 | |
| voice). (#30190) | |||||
| 2020-02-16 | tables.md: make vertical table responsive (#30191) | XhmikosR | 1 | -30/+32 | |
| Fixes page overflow on mobile. Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-02-16 | Remove confusing "Equal-width multi-line" section from docs (#30189) | Michael Lehenbauer | 1 | -18/+0 | |
| 2020-02-15 | Remove map merges (#28508) | Martijn Cuppens | 3 | -29/+35 | |
| 2020-02-15 | interactions.md: remove trailing space (#30184) | XhmikosR | 1 | -1/+1 | |
| 2020-02-15 | Remove color shades callout (#30181) | Martijn Cuppens | 1 | -4/+0 | |
| Not applicable anymore since https://github.com/twbs/bootstrap/pull/29348 | |||||
| 2020-02-15 | Update copy sizing utilities (#30182) | Martijn Cuppens | 1 | -1/+1 | |
| The `$sizes` Sass map doesn't exist anymore in `v5`. | |||||
| 2020-02-15 | Revert "Placeholder for transitions reset to prevent code duplication #29862" | XhmikosR | 1 | -1/+0 | |
| This reverts commit cd7e5d111102e4422858aa6f255dc243b4cca1ca. Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-02-15 | Add RFS to utility API (#30050) | Martijn Cuppens | 1 | -0/+1 | |
| 2020-02-14 | Placeholder for transitions reset to prevent code duplication… (#29870) | Gaël Poupard | 1 | -0/+1 | |
| Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-02-14 | Add utility class for the user-select property (#30035) | Jens Luyten | 1 | -0/+17 | |
| * Add utility class for the user-select property * Docs: Add new page for behavior utility classes - includes user select utility * Update and rename behaviors.md to interactions.md * Update sidebar.yml Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-02-13 | v5 docs: added wrapping class for rounded utils (#29379) | Christopher Morrissey | 1 | -2/+2 | |
| * Added wrapping class for rounded utils Tweak /utilities/borders/#border-radius #29343 * Remove the extra div. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-02-12 | Remove IE10 mention, since it's not supported (#30167) | tu4mo | 1 | -1/+1 | |
| 2020-02-10 | Introduce posibility to disable !important suffix for utility classes (#29625) | Martijn Cuppens | 1 | -0/+1 | |
