| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-15 | v5: Improve the responsiveness of our Dashboard example (#30573) | Mark Otto | 1 | -3/+3 | |
| Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-14 | Redo display headings (#30568) | Mark Otto | 2 | -1/+16 | |
| - Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-14 | Restore `.form-text` (#30565) | Catalin Zalog | 3 | -9/+8 | |
| 2020-04-13 | Update docs for new XXL grid tier | Mark Otto | 12 | -73/+72 | |
| - Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant | |||||
| 2020-04-13 | Clarify media query using .02px and bump from callout to warning | Mark Otto | 1 | -1/+1 | |
| 2020-04-13 | layout/z-index.md: retrieve z-index variables on build time | XhmikosR | 1 | -7/+13 | |
| 2020-04-13 | Rewrite grid docs to account for new grid tier | Mark Otto | 12 | -764/+953 | |
| - Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers | |||||
| 2020-04-08 | Use correct hex color code(#30533) | Gaël Poupard | 1 | -1/+1 | |
| 2020-04-06 | Create `scss-docs` shortcode to get some snippets from the Scs… (#30502) | Martijn Cuppens | 4 | -84/+22 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-01 | Fix CSS and improve docs | ysds | 1 | -35/+41 | |
| 2020-04-01 | Add Full-Screen size to Modal and Responsive variations for breakpoints | gsoti | 1 | -0/+156 | |
| (Works from breakpoint and down) | |||||
| 2020-03-31 | Use unordered lists in dropdown-menus | Martijn Cuppens | 4 | -65/+65 | |
| 2020-03-31 | Docs: Use unordered lists in dropdowns | cccabinet | 4 | -88/+88 | |
| 2020-03-31 | Require `.form-label` classes on form labels (#30476) | Martijn Cuppens | 10 | -65/+65 | |
| 2020-03-31 | docs(tables): 1, 2, 2, 4… (#30489) | Gaël Poupard | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-03-30 | Switch to custom properties to control grid gutter widths (#30475) | Martijn Cuppens | 1 | -0/+1 | |
| 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 | |
