| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-21 | tests: use QUnit from the jQuery CDN. | XhmikosR | 4 | -5576/+79 | |
| 2018-03-21 | Update dependencies. | XhmikosR | 7 | -23/+23 | |
| 2018-03-21 | throw error when coverage is under our thresholds | Johann-S | 1 | -6/+5 | |
| 2018-03-20 | Use transitionEnd in QUnit since we moved away from PhantomJS | Johann-S | 12 | -161/+224 | |
| 2018-03-20 | Making use of `prefers-reduced-motion` media query (#25641) | Mike Rogers | 3 | -0/+11 | |
| * Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md | |||||
| 2018-03-17 | Separate issue templates, add support doc (#25705) | Mark Otto | 5 | -24/+37 | |
| * Update issue template to break down by bug and template, add support doc to close #23133 * add links from readme for bug and feature templates | |||||
| 2018-03-16 | theming.md Typo Fix (#25875) | Ethan Beyer | 1 | -1/+1 | |
| it's ≠ its | |||||
| 2018-03-16 | Update vertical pills example (#25852) | Varunram Ganesh | 1 | -11/+17 | |
| Add the column/grid to the example code (which is what makes it vertical in the first place) | |||||
| 2018-03-15 | Fix order of Save/Close buttons in modal code example (#25855) | John Bennet Veloya | 1 | -1/+1 | |
| 2018-03-14 | Alternative solution. | XhmikosR | 2 | -3/+8 | |
| Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it. | |||||
| 2018-03-14 | Enable docsearch in development env. | m5o | 2 | -2/+3 | |
| Previously a search redirected to `https://getbootstrap.com/...` | |||||
| 2018-03-14 | Remove custom example plugin. (#25784) | m5o | 41 | -695/+923 | |
| 2018-03-14 | Document `.form-control-range`. (#25839) | Varunram Ganesh | 1 | -0/+13 | |
| 2018-03-13 | Add Sinon to do better unit test | Johann-S | 7 | -272/+586 | |
| 2018-03-13 | approach.md: Use normal apostrophes. | XhmikosR | 1 | -3/+3 | |
| They are converted when building. | |||||
| 2018-03-13 | approach.md: Fix empty link. | XhmikosR | 1 | -2/+2 | |
| 2018-03-13 | saucelabs-unit-test.js: tweak failed tests message (#25836) | XhmikosR | 1 | -2/+3 | |
| 2018-03-13 | fix get the transition duration parent | Johann-S | 2 | -17/+11 | |
| 2018-03-13 | Variable transition durations (#25662) | Martijn Cuppens | 11 | -67/+168 | |
| 2018-03-13 | Clarify the necessary `data-target`/`href` attribute for carousel controls ↵ | Stephen Beemsterboer | 1 | -1/+1 | |
| (#25690) | |||||
| 2018-03-12 | Use bugify without custom Jekyll plugin (#25334) | m5o | 3 | -33/+48 | |
| 2018-03-12 | callout.html: drop whitespace and better usage comment. | XhmikosR | 1 | -3/+7 | |
| 2018-03-12 | Use callout without custom Jekyll plugin. | m5o | 30 | -118/+110 | |
| 2018-03-12 | Rename `.custom-file-control` to `.custom-file-label` (#25736) | ysds | 1 | -2/+2 | |
| 2018-03-12 | Add basic position to dropup/right/left and dropdown-menu-right (#25400) | ysds | 2 | -13/+29 | |
| 2018-03-12 | Disable link functionality on disabled `btn-link` (#25645) | Peter Etelej | 1 | -0/+1 | |
| Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled. | |||||
| 2018-03-12 | Fix examples' issues #25664 and #25388 (#25665) | ysds | 4 | -12/+3 | |
| * Prevent sign-in form from going outside viewport (#25388) * Workaround IE centering bug | |||||
| 2018-03-12 | Replace "loose" HEX values with their respective variables (#25672) | Jacob Müller | 9 | -19/+20 | |
| 2018-03-12 | Clean shell scripts (#25704) | Léo Andrès | 2 | -29/+29 | |
| 2018-03-12 | Allow customization of breadcrumb border radius (#25807) | Alexander Hjorth | 2 | -1/+3 | |
| 2018-03-12 | Fix caret alignment (#25719) | ysds | 2 | -1/+8 | |
| 2018-03-12 | re-use gray for bd-example border / background (#25751) | m5o | 1 | -2/+2 | |
| 2018-03-12 | Collapse with flex elements - simple approach (#25806) | Martijn Cuppens | 1 | -18/+4 | |
| * #22600: prevent display:block for visible content * allow transition for elements with show class | |||||
| 2018-03-12 | Fix #25813 by adding extra columns to table | Varunram | 1 | -0/+12 | |
| 2018-03-08 | add Icons8 to icon options (#25763) | m5o | 1 | -0/+1 | |
| [Icons8](https://icons8.com/) is a great resource for icons. They provide 15 different icon styles, exportable as fonts or svg | |||||
| 2018-03-08 | style: align some vars (#25785) | Catalin Zalog | 1 | -38/+38 | |
| 2018-03-08 | Update webpack.md | Robert Martin | 1 | -3/+3 | |
| Minor edits for style and consistency | |||||
| 2018-03-06 | Add a bit of documentation on how to run the code coverage (#25783) | Johann-S | 1 | -5/+9 | |
| 2018-03-05 | add code coverage | Johann-S | 5 | -346/+766 | |
| 2018-03-05 | Update devDependencies and gems. (#25708) | XhmikosR | 3 | -1192/+1570 | |
| 2018-03-04 | Update blockquote migration docs to reflect #22949 | Mark Otto | 1 | -1/+1 | |
| Fixes #25669, closes #25779. | |||||
| 2018-03-04 | Fix #25746 | Mark Otto | 1 | -2/+2 | |
| 2018-03-03 | dist | Mark Otto | 17 | -19/+16 | |
| 2018-03-03 | Adding a variable to handle the change of a modals border-radius. (#25691) | Adam Kolinski | 2 | -2/+3 | |
| 2018-03-03 | Replace img-fluid by w-100 to conform with HTML | Isma | 1 | -1/+1 | |
| 2018-03-03 | Fix leftover reference to v4.0.0-alpha.6 | Ed Morley | 1 | -1/+1 | |
| Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified. | |||||
| 2018-03-01 | display on xl viewport | Jos Maissan | 1 | -1/+1 | |
| See issue #25711 | |||||
| 2018-03-02 | docs skippy partial (#25750) | m5o | 4 | -15/+8 | |
| * load skippy markup from includes | |||||
| 2018-02-25 | Remove unused variable (#25670) | Martijn Cuppens | 1 | -1/+0 | |
| This variable is not used anywhere. Leftover from #18373. | |||||
| 2018-02-24 | Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680) | Peter Blazejewicz | 1 | -2/+2 | |
| As discussed in issue's comment: https://git.io/vAuPW Thanks! | |||||
