| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 132 | -19805/+0 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-05-13 | Fix .browserslistrc file name in docs (#30800) | Christian Oliff | 1 | -2/+2 | |
| 2020-05-11 | Removed role="document" from the modal dialog (#30755) | Rohit Sharma | 1 | -27/+27 | |
| 2020-05-06 | Fix typo (#30745) (#30746) | XhmikosR | 1 | -1/+1 | |
| Use possessive form of it (cherry picked from commit d63b651f3708e878814d4c98dd85a759f80fefc4) Co-authored-by: Quy <[email protected]> | |||||
| 2020-05-06 | enforce element check on scrollspy target (#30747) | Johann-S | 1 | -1/+1 | |
| 2020-05-05 | Fix form file height (#30699) | Gaël Poupard | 1 | -1/+1 | |
| 2020-05-02 | Update CSS variables docs to clarify usage and intent | Mark Otto | 1 | -3/+5 | |
| 2020-05-01 | Finish up creating your own components docs | Mark Otto | 1 | -1/+1 | |
| 2020-05-01 | Update function names in migration, clarify tints and shades are Sass variables | Mark Otto | 1 | -2/+2 | |
| 2020-05-01 | Remove mentions of Bootstrap 4 in a few places, replacing with updated ↵ | Mark Otto | 2 | -3/+3 | |
| guidance where appropriate | |||||
| 2020-04-30 | v5: Unify spacing across components (#30564) | Mark Otto | 1 | -0/+2 | |
| Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2020-04-29 | Remove borders from iframes by default (#30620) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-04-29 | Add a script to zip the built examples (#30130) | XhmikosR | 1 | -0/+6 | |
| 2020-04-26 | Fill in some unusedcss section links | Mark Otto | 1 | -1/+8 | |
| 2020-04-26 | Update CSS variables docs | Mark Otto | 1 | -2/+8 | |
| - Rename available vars section to root vars and mention they're globally available - Add new component vars section and link to table docs for WIP example | |||||
| 2020-04-26 | Include code snippet for lean JS section | Mark Otto | 1 | -0/+14 | |
| 2020-04-26 | Add example of a custom component using docs callouts | Mark Otto | 1 | -0/+40 | |
| 2020-04-26 | Update shortcode usage | Mark Otto | 1 | -2/+2 | |
| 2020-04-26 | wordsmithing | Mark Otto | 1 | -1/+3 | |
| 2020-04-26 | pull in latest from old theming page | Mark Otto | 2 | -4/+7 | |
| 2020-04-26 | Use scss-docs for color maps | Mark Otto | 1 | -29/+2 | |
| 2020-04-26 | Add more context to customizing components | Mark Otto | 1 | -1/+5 | |
| 2020-04-26 | Add overview intro to the Customize section | Mark Otto | 1 | -0/+13 | |
| 2020-04-26 | Rewrite Theming docs as Customize section | Mark Otto | 10 | -5/+551 | |
| - Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page | |||||
| 2020-04-26 | Rename variables for brevity | Mark Otto | 1 | -0/+1 | |
| - Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers` | |||||
| 2020-04-26 | Remove existing Theming page as we build out a new Customize section | Mark Otto | 1 | -433/+0 | |
| 2020-04-24 | Update table docs copy | Martijn Cuppens | 1 | -8/+10 | |
| Co-Authored-By: Mark Otto <[email protected]> | |||||
| 2020-04-24 | Add bs prefix | Martijn Cuppens | 1 | -4/+4 | |
| 2020-04-24 | Prevent nested tables style leaks | Martijn Cuppens | 2 | -484/+387 | |
| 2020-04-18 | Remove negative margins leftovers (#30596) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-16 | feat: removes `.form-text` display (#30598) | Catalin Zalog | 1 | -8/+8 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-15 | Add `bs-` prefixes to custom properties (#30591) | Martijn Cuppens | 1 | -3/+3 | |
| 2020-04-15 | guuters.md: fix link and highlight (#30595) | XhmikosR | 1 | -2/+2 | |
| 2020-04-15 | Disable negative margins by default (#30585) | Martijn Cuppens | 3 | -11/+4 | |
| * Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]> | |||||
| 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 | |
