| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-25 | Remove backdrop-filter from toasts | Mark Otto | 1 | -1/+0 | |
| 2020-06-25 | Fix scrollable modal (#31151) | Shohei Yoshida | 1 | -2/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-24 | Fix table separator typo (#31162) | Jorge González | 2 | -2/+2 | |
| 2020-06-23 | Darken dropdown divider (#31131) | Patrick H. Lauke | 1 | -1/+1 | |
| currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`. | |||||
| 2020-06-20 | Fixes #31113 (#31120) | Mark Otto | 1 | -1/+1 | |
| 2020-06-17 | feat: adds th null var (#30781) | Catalin Zalog | 2 | -4/+8 | |
| Inherit `font-weight: bold` that comes from user agent stylesheets. | |||||
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 4 | -4/+4 | |
| 2020-06-16 | v5: Add role=button cursor in Reboot (#31040) | Mark Otto | 1 | -0/+7 | |
| * v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-15 | Clarify removal of border radii | Martijn Cuppens | 1 | -4/+5 | |
| 2020-06-15 | Switch to btn-check | Martijn Cuppens | 4 | -13/+13 | |
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 4 | -42/+34 | |
| 2020-06-14 | Change breakpoint-max implementation | Martijn Cuppens | 3 | -11/+10 | |
| - The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints. | |||||
| 2020-06-12 | 🔥 Remove container duplication | k-utsumi | 2 | -15/+1 | |
| 2020-06-12 | v5: Redo blockquote attributions (#30814) | Mark Otto | 2 | -6/+12 | |
| * v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-12 | Stylelint: remove redundant disables (#31006) | XhmikosR | 2 | -3/+1 | |
| 2020-06-09 | fix(grid): zero min-width on .col has too much side-effects (#30979) | Gaël Poupard | 1 | -1/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-09 | Fix undefined custom properties in reboot (#30981) | Martijn Cuppens | 3 | -2/+6 | |
| 2020-06-09 | Remove .nav-item from .nav-link to make it consistent | Rohit Sharma | 1 | -0/+2 | |
| - Closes #28423 | |||||
| 2020-06-08 | Prevent `.row` from shrinking in flex container (#30940) | Gaël Poupard | 1 | -0/+1 | |
| 2020-05-31 | Restore word-break: break-word on .text-break to fix text breaking on flex ↵ | Mark Otto | 1 | -1/+1 | |
| containers (#30932) | |||||
| 2020-05-30 | Add `space-evenly` option for `justify-content` (#30910) | Edson Jr | 1 | -0/+1 | |
| 2020-05-20 | v5: Make navbar active links consistent (#30831) | Mark Otto | 1 | -4/+0 | |
| * Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-20 | Code simplification | Martijn Cuppens | 1 | -20/+7 | |
| 2020-05-20 | feat(color-contrast): set min-contrast-ratio as an argument | Gaël Poupard | 1 | -1/+1 | |
| 2020-05-20 | feat(color-contrast): ensure we return a contrasted enough color ↵ | Gaël Poupard | 1 | -2/+33 | |
| (light-first), the most contrasted one otherwise | |||||
| 2020-05-19 | Fix gradient on switch checkbox (#30868) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-05-15 | Prevent conflicts with components with classes (#30830) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-15 | v5: Add border-radius to .card-img-overlay (#30817) | Mark Otto | 1 | -0/+1 | |
| Allows use of background-color and more. Fixes #29033 for v5. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-15 | Improve gradients | Martijn Cuppens | 14 | -28/+23 | |
| - Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled | |||||
| 2020-05-14 | v5: Update color on custom switch focus state | Mark Otto | 1 | -1/+1 | |
| Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646. | |||||
| 2020-05-14 | Simplify list-group borders in cards (#30808) | Mark Otto | 1 | -6/+7 | |
| 2020-05-14 | Split table cell padding variables (#30815) | Mark Otto | 3 | -6/+8 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 4 | -4/+4 | |
| 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-12 | style: removes space (#30782) | Catalin Zalog | 1 | -2/+2 | |
| 2020-05-05 | Fix form file height (#30699) | Gaël Poupard | 1 | -5/+5 | |
| 2020-04-30 | v5: Unify spacing across components (#30564) | Mark Otto | 1 | -29/+24 | |
| Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2020-04-29 | Remove borders from iframes by default (#30620) | Martijn Cuppens | 2 | -1/+5 | |
| 2020-04-29 | [type=radio] should always be rounded (#30686) | Gaël Poupard | 1 | -1/+2 | |
| 2020-04-29 | `<pre>`: Disable auto-hiding scrollbar in legacy Edge (#30685) | Martijn Cuppens | 1 | -0/+3 | |
| Disable auto-hiding scrollbar in legacy Edge to avoid overlap, making it impossible to interact with the content. | |||||
| 2020-04-28 | Prevent list group style leaks (#30660) | Martijn Cuppens | 1 | -2/+2 | |
| 2020-04-26 | Use scss-docs for color maps | Mark Otto | 1 | -0/+4 | |
| 2020-04-26 | Rewrite Theming docs as Customize section | Mark Otto | 1 | -7/+2 | |
| - 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 | 5 | -17/+17 | |
| - Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers` | |||||
| 2020-04-24 | Customizable table group seperator colors | Martijn Cuppens | 2 | -1/+3 | |
| 2020-04-24 | Add bs prefix | Martijn Cuppens | 2 | -23/+23 | |
| 2020-04-24 | Prevent nested tables style leaks | Martijn Cuppens | 6 | -153/+123 | |
| 2020-04-20 | Add `$form-text-font-weight` (#30617) | Catalin Zalog | 2 | -0/+2 | |
| 2020-04-18 | Drop `@support (position: sticky)` media query (#30415) | Martijn Cuppens | 1 | -9/+7 | |
| 2020-04-18 | grid: checks for `$grid-columns > 0` (#30605) | Catalin Zalog | 1 | -9/+11 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-17 | feat: checks for `$grid-breakpoints` map list (#30609) | Catalin Zalog | 1 | -4/+6 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
