| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-14 | Update devDependencies and gems. | XhmikosR | 3 | -152/+164 | |
| Locked qunit to v2.9.2 to prevent test failures. We should revisit qunit later. | |||||
| 2019-10-14 | Fix incorrect aspect ratio on IE11 | ysds | 1 | -5/+6 | |
| 2019-10-14 | Remove redundant properties | Martijn Cuppens | 1 | -8/+2 | |
| 2019-10-14 | Fix top level ampersand (#29518) | Martijn Cuppens | 1 | -3/+5 | |
| Fixes dart sass compatibility. | |||||
| 2019-10-14 | CI: move `CI` env variable to the root of the workflow. (#29499) | XhmikosR | 1 | -2/+2 | |
| This way we match the Travis CI behavior, and it's inherited by all steps. | |||||
| 2019-10-14 | Update .gitignore. | XhmikosR | 1 | -1/+0 | |
| Remove the old Hugo static dist folder. | |||||
| 2019-10-14 | Backport #29445 | Martijn Cuppens | 2 | -0/+12 | |
| Remove outline from select box in Firefox | |||||
| 2019-10-14 | Add variable for `$breadcrumb-font-size` (#29467) | astrahov | 2 | -0/+3 | |
| 2019-10-14 | Fix border for single card in accordion (#29453) | Martijn Cuppens | 1 | -14/+4 | |
| 2019-10-14 | Variable card height (#29462) | Martijn Cuppens | 3 | -1/+3 | |
| 2019-10-14 | coveralls: Add `COVERALLS_GIT_BRANCH` (#29458) | XhmikosR | 1 | -0/+1 | |
| Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches. | |||||
| 2019-10-14 | workflows/test.yml: specify `CI=true` (#29440) | XhmikosR | 1 | -0/+2 | |
| 2019-10-14 | README.md: link to the Actions page for Tests (#29480) | XhmikosR | 1 | -1/+1 | |
| 2019-10-08 | IE image fix (#29483) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-09-26 | Use 180 for the grid-cards placeholder images' height. | XhmikosR | 1 | -12/+12 | |
| 2019-09-26 | Update devDependencies and gems. | XhmikosR | 3 | -306/+308 | |
| 2019-09-26 | Grid card example tweaks (#29409) | Shohei Yoshida | 1 | -4/+4 | |
| Stack in cards in one column when < md | |||||
| 2019-09-26 | GH Actions updates. (#29429) | XhmikosR | 2 | -3/+3 | |
| 2019-09-26 | workflows/test.yml: use `ruby-version`. | XhmikosR | 1 | -1/+1 | |
| `version` is deprecated. | |||||
| 2019-09-26 | workflows/test.yml: switch to `setup-node@v1`. (#29410) | XhmikosR | 1 | -2/+2 | |
| 2019-09-26 | Bump bundlesize limits. | XhmikosR | 1 | -2/+2 | |
| 2019-09-26 | Add responsive example | ysds | 1 | -0/+14 | |
| 2019-09-26 | Allow override default col width | ysds | 4 | -12/+24 | |
| 2019-09-26 | Cleanup | Mark Otto | 5 | -12/+36 | |
| - Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin | |||||
| 2019-09-26 | Move margins, and equal height via utility example | Mark Otto | 1 | -19/+65 | |
| 2019-09-26 | First pass at .row-cols classes | Mark Otto | 3 | -0/+148 | |
| Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too. | |||||
| 2019-09-26 | carousel.md: Remove duplicate bd-example div. (#29341) | XhmikosR | 1 | -34/+32 | |
| The example shortcode already adds this. | |||||
| 2019-09-26 | docs: remove swatches for theme colors. (#29327) | XhmikosR | 2 | -8/+1 | |
| Use the built-in utilities instead. | |||||
| 2019-09-26 | theming.md: bring `:root` up to par with Scss. (#29323) | XhmikosR | 2 | -1/+2 | |
| Also, add a warning in _root.scss so that we don't miss it again. | |||||
| 2019-09-26 | blog example: remove unused CSS. (#29316) | XhmikosR | 1 | -19/+0 | |
| 2019-09-26 | Don't bind validation to form controls | Martijn Cuppens | 1 | -30/+7 | |
| 2019-08-27 | Update devDependencies and gems. | XhmikosR | 3 | -174/+143 | |
| 2019-08-27 | Backport #29298 | Johann-S | 3 | -27/+51 | |
| dropdown show method should do the same as toggle | |||||
| 2019-08-27 | Actions CI tweaks (#29276) | XhmikosR | 1 | -2/+4 | |
| * Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false` | |||||
| 2019-08-27 | Backport #29277 | Johann-S | 2 | -1/+49 | |
| dropdown - destroy old popper.js references | |||||
| 2019-08-27 | fixed minor typo (#29291) | tracyjordan | 1 | -1/+1 | |
| 2019-08-27 | test.yml: reindent. | XhmikosR | 1 | -45/+45 | |
| 2019-08-27 | change-version.js: Add _gh_pages folder in ignores. (#29270) | XhmikosR | 1 | -0/+1 | |
| 2019-08-27 | docs: fix tap targets (#29272) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-08-27 | Backport #29251 | Johann-S | 8 | -40/+113 | |
| allow to pass popper.js configuration for tooltip/popover and dropdown | |||||
| 2019-08-26 | Add deprecation warning | Martijn Cuppens | 2 | -2/+3 | |
| 2019-08-22 | Deprecate nav-divider() mixin | Martijn Cuppens | 2 | -2/+3 | |
| 2019-08-17 | Enable wrapping for elements in .modal-footer (#25103) | Martijn Cuppens | 2 | -4/+12 | |
| 2019-08-17 | Restore `cursor: pointer` for checkbox/radio buttons (#29239) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-08-17 | Clarify order documentation (#29252) | Martijn Cuppens | 1 | -6/+6 | |
| 2019-08-17 | Fix redirects. (#29254) | XhmikosR | 4 | -4/+4 | |
| 2019-08-17 | Update devDependencies and gems. | XhmikosR | 3 | -239/+254 | |
| 2019-08-17 | Fix Firefox rendering issue (#29234) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-08-17 | Bump bootstrap.min.css bundlesize limit. | XhmikosR | 1 | -1/+1 | |
| 2019-08-17 | Fix min-width of input-group flex items (#29209) | Shohei Yoshida | 1 | -0/+1 | |
