| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-07 | Bump copyright year to 2021 (#32713) | XhmikosR | 4 | -8/+8 | |
| 2021-01-06 | fix(ratio): missing variable prefix (#32501) | Gaël Poupard | 1 | -2/+2 | |
| This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too. | |||||
| 2021-01-05 | Remove old/unnecessary reboot bug fix (#32631) | Patrick H. Lauke | 1 | -9/+0 | |
| From initial testing, this bug doesn't seem to manifest itself anywhere in Bootstrap (since we don't just set transparent background anywhere on buttons, and when we do set explicit button styles in the more specific stylings, we already do create a custom `:focus` style anyway) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-28 | Tweak .form-select padding (#32419) | Mark Otto | 2 | -4/+4 | |
| * Tweak .form-select padding * Simplify the padding entirely Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-18 | Add helpers to utilities bundle (#32324) | Marc Jansing | 1 | -2/+2 | |
| Adds currently missing utilities classes which are located in scss/helpers to boostrap-utilities dist files. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-17 | Add variables for modifying button state colours. (#32317) | Dylan Anderson | 2 | -4/+13 | |
| Add some variables to allow users to modify how much a button gets lighter or darker on :hover and :active. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-17 | Extended form validation states customization capabilities (#31757) | Dmytro Yaremenko | 2 | -7/+14 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-17 | Fix: variables collide with globals (#32492) | Rafi | 2 | -11/+11 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-15 | Expand `visually-hidden-focusable` so it can be used on a container, so the ↵ | Patrick H. Lauke | 2 | -3/+4 | |
| container becomes visible when focus is inside it / on one of its child elements. | |||||
| 2020-12-14 | Add two new variables for pagination border-radius values (#32423) | Mark Otto | 2 | -2/+5 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-11 | Use box shadows instead of linear gradients to colorize tables (#32348) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-10 | Reset Popper position in RTL (#32415) | Gaël Poupard | 1 | -1/+1 | |
| The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning). | |||||
| 2020-12-09 | Utility API, RFS option: Only generate responsive classes when needed (#32397) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-07 | Remove vertical-align from .form-select (#32318) | Mark Otto | 1 | -1/+0 | |
| Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-07 | Prepare v5.0.0-beta1. | XhmikosR | 4 | -4/+4 | |
| 2020-12-06 | fix(dropdown): ensure [style] will override inline styles | Gaël Poupard | 1 | -1/+1 | |
| 2020-12-06 | fix(RTL) | Gaël Poupard | 2 | -24/+24 | |
| 2020-12-06 | Fix conflict with Bootstrap CSS | Martijn Cuppens | 1 | -13/+10 | |
| 2020-12-06 | Override margins set by popper | Martijn Cuppens | 1 | -4/+8 | |
| 2020-12-06 | Update to popper.js v2.x | Johann-S | 3 | -16/+16 | |
| 2020-12-04 | Add `.translate-middle-x` and `.translate-middle-y` utilities | Martijn Cuppens | 1 | -1/+3 | |
| 2020-12-04 | Add toast positioning | Martijn Cuppens | 2 | -12/+15 | |
| 2020-12-04 | feat(RTL): implement RTL | Gaël Poupard | 22 | -134/+184 | |
| Using RTLCSS directives, renaming things to use logical names and following best practices. | |||||
| 2020-12-01 | Use $variable-prefix | Martijn Cuppens | 1 | -1/+1 | |
| 2020-12-01 | Update breadcrumb docs and dividers | Mark Otto | 1 | -1/+1 | |
| - Add CSS custom property with fallback to Sass variable - Update docs to mention the new CSS custom property - Rewrite some of the docs to use divider instead of separator, and add some context here and there | |||||
| 2020-12-01 | Remove background, padding, border from breadcrumb container | Patrick H. Lauke | 1 | -4/+4 | |
| 2020-11-30 | Keep rounded corners for the first .btn in vertical button group (#31303) | Rohit Sharma | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-30 | Remove default linear gradient (#32277) | Martijn Cuppens | 1 | -1/+0 | |
| Remove the default invisible gradient causing the performance issue in #32266. By removing the custom property, the linear gradient will become invalid, thus not appear by default. There can still be a performance issue with striped tables though. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-21 | Be consistent with Popper's name. (#32224) | XhmikosR | 1 | -1/+1 | |
| The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently. | |||||
| 2020-11-20 | _reboot.scss: remove needless Stylelint disable (#32213) | XhmikosR | 1 | -1/+1 | |
| 2020-11-19 | fix(container): use $variable-prefix (#32201) | Gaël Poupard | 1 | -2/+2 | |
| Missed that while merging. | |||||
| 2020-11-14 | Simplify make-container() (#31735) | Gaël Poupard | 2 | -5/+3 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -2/+2 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-13 | Add hover utilities | Nikita Mikhaylov | 1 | -0/+11 | |
| remome several hobers refactoring hover utilities refactoring hover utilities | |||||
| 2020-11-13 | Rename scale-color() function to shift-color() to avoid collision with ↵ | Mark Otto | 4 | -14/+13 | |
| Sass's own color function (#32149) | |||||
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 4 | -4/+4 | |
| 2020-11-11 | Use correct value order (#32121) | Martijn Cuppens | 4 | -6/+6 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-09 | Drop `.btn-block` classes, replace with utilities (#31995) | Mark Otto | 2 | -17/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-08 | Add .gap utilities (#32074) | Mark Otto | 1 | -0/+6 | |
| * Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-08 | Add checks to fix color contrast issues (#32085) | Martijn Cuppens | 3 | -7/+19 | |
| 2020-11-06 | _variables.scss: reorder SVG attributes | XhmikosR | 1 | -6/+6 | |
| This results in slightly better gzip compression | |||||
| 2020-11-06 | Shade color for better color contrast | Martijn Cuppens | 1 | -1/+1 | |
| 2020-11-06 | Fix missing border & add transitions | Martijn Cuppens | 2 | -25/+26 | |
| 2020-11-06 | Remove default transform-origin per code review | Mark Otto | 1 | -1/+0 | |
| 2020-11-06 | Update relative position hack for layers | Mark Otto | 1 | -1/+6 | |
| Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index. | |||||
| 2020-11-06 | Add dedicated accordion component based on Collapse JS | Mark Otto | 4 | -27/+152 | |
| 2020-11-06 | Add .d-grid to our display utilities (#32066) | Mark Otto | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-06 | stylelint: pass the ` --rd` flag (#32063) | XhmikosR | 2 | -4/+0 | |
| * stylelint: pass the ` --rd` flag Should report any needless disables * Update _button-group.scss * Update _floating-labels.scss | |||||
| 2020-11-06 | Remove firefox workaround for ::file-selector-button margin. (#32064) | Emilio Cobos Álvarez | 1 | -3/+0 | |
| As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895, this workaround shouldn't be necessary in FF83+. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-05 | Drop Legacy Edge support. | XhmikosR | 4 | -91/+2 | |
| This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions. | |||||
