| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-11 | Release v4.3.0 (#28228)v4.3.0 | Mark Otto | 205 | -20589/+0 | |
| * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map | |||||
| 2019-02-11 | docs snippets: a few more minor tweaks (#28225) | XhmikosR | 2 | -2/+4 | |
| * Remove extra comma. * Use curly braces in snippet. | |||||
| 2019-02-11 | toasts.md: Remove useless `div`s. | XhmikosR | 1 | -21/+7 | |
| Instead pass the class to the example include. | |||||
| 2019-02-11 | Remove stray parameter from capture. | XhmikosR | 1 | -1/+1 | |
| 2019-02-11 | Cosmetic changes in snippets. | XhmikosR | 10 | -15/+16 | |
| 2019-02-10 | docs: remove `-ms-overflow-style: -ms-autohiding-scrollbar` (#28220) | XhmikosR | 1 | -1/+0 | |
| Similar to #28153 | |||||
| 2019-02-10 | migration.md: use https. (#28221) | XhmikosR | 1 | -1/+1 | |
| 2019-02-09 | Prevent text selection in placeholder images (#28218) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-02-08 | Use the `site.repo` variable. | XhmikosR | 3 | -3/+3 | |
| 2019-02-08 | Offcanvas example: transition the transform (#28203) | XhmikosR | 1 | -4/+5 | |
| This is more efficient than transitioning the `left` property. | |||||
| 2019-02-07 | Fix scrollable modal snippet | Shohei Yoshida | 1 | -1/+1 | |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 14 | -58/+43 | |
| 2019-02-07 | Deprecate `invisible()` mixin (#28066) | Martijn Cuppens | 1 | -2/+3 | |
| 2019-02-07 | Optimize and normalize SVGs. (#28200) | XhmikosR | 3 | -4/+4 | |
| Mostly be consistent with the attributes' order and improve compression when possible. | |||||
| 2019-02-07 | Make ToC's entries' color darker. | XhmikosR | 1 | -1/+1 | |
| The previous was too light. | |||||
| 2019-02-07 | Remove unused selector. | XhmikosR | 1 | -4/+0 | |
| 2019-02-07 | approach.md: Remove stray comma. | XhmikosR | 1 | -1/+1 | |
| 2019-02-07 | Rename `Screenreaders` to "Screen readers". | XhmikosR | 1 | -2/+2 | |
| No redirect is added because the next version will be a minor version bump. | |||||
| 2019-02-07 | Remove ToC from pages when we don't have (m)any headers. | XhmikosR | 6 | -6/+0 | |
| 2019-02-06 | Fix `.nav-justified` example (#28193) | Martijn Cuppens | 1 | -10/+18 | |
| 2019-02-06 | Remove outdated reference to not-allowed cursor (#28188) | Patrick H. Lauke | 1 | -1/+1 | |
| as this styling was removed back in https://github.com/twbs/bootstrap/commit/7056f702408a97f01cb32bc6075d88ec27cdcf52 | |||||
| 2019-02-06 | Fix text break in Firefox (#28063) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-02-06 | carousel.md: Highlight the whole example for consistency. | XhmikosR | 1 | -10/+3 | |
| 2019-02-06 | docs license header: split sentence in period. | XhmikosR | 2 | -4/+4 | |
| 2019-02-06 | Add missing trailing slash. | XhmikosR | 1 | -1/+1 | |
| 2019-02-05 | Move dropdown offset function logic into private function. (#28138) | Jason Golieb | 1 | -1/+5 | |
| 2019-02-05 | Add support for tooltip offset option to be a function. | Jason Golieb | 1 | -2/+6 | |
| 2019-02-04 | examples: remove JS from blog and sticky footer. (#28173) | XhmikosR | 2 | -0/+2 | |
| They don't use it. | |||||
| 2019-02-03 | Fix negative margin example (#28140) | Ryan Worth | 1 | -2/+2 | |
| Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it | |||||
| 2019-01-30 | components: redirect to the alerts page (#28147) | XhmikosR | 2 | -3/+3 | |
| 2019-01-29 | image-replacement.md: use three dots. | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | Add missing trailing slash. | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | build-tools.md: `npm` is written lowercase. | XhmikosR | 1 | -4/+4 | |
| 2019-01-29 | migration.md: remove stray `/`. | XhmikosR | 1 | -1/+1 | |
| 2019-01-22 | Add `deprecate()` mixin (#28092) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-21 | Fix approach redirect. (#28095) | XhmikosR | 2 | -7/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-20 | Scrollable modal (#27769) | Shohei Yoshida | 1 | -1/+101 | |
| 2019-01-14 | Examples: add tabindex="-1" and aria-disabled="true" on disabled links | Laussel Loïc | 5 | -6/+6 | |
| 2019-01-13 | Add some margin below the buttons | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-13 | Add new rounded sizes classes (#28011) | Justin | 1 | -0/+14 | |
| * update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm | |||||
| 2019-01-11 | Add form-validation-states Sass map (#27999) | Mark Otto | 1 | -0/+31 | |
| 2019-01-10 | Update devDependencies. (#28016) | XhmikosR | 1 | -1/+1 | |
| 2019-01-08 | npm run test to build dist files | Mark Otto | 3 | -6/+6 | |
| 2019-01-08 | Examples: use `{{ site.time | date: "%Y" }}`. | XhmikosR | 7 | -7/+7 | |
| Since they are being build, no point in hardcoding the year. | |||||
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 9 | -11/+11 | |
| 2019-01-07 | docs: use the `twitter` Jekyll variable everywhere (#27990) | 文翼 | 1 | -2/+2 | |
| 2019-01-07 | Blog example IE fix & minor tweaks (#27933) | Martijn Cuppens | 1 | -20/+20 | |
| 2019-01-07 | Add horizontal list group modifier (#27970) | Mark Otto | 2 | -0/+19 | |
| Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items. | |||||
| 2019-01-05 | Switch to our Stylelint config. (#27974) | XhmikosR | 1 | -1/+3 | |
