| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-11-24 | rename it | Mark Otto | 1 | -1/+1 | |
| 2017-11-24 | Merge branch 'btn-group-styling' of https://github.com/picapixa/bootstrap ↵ | Mark Otto | 1 | -1/+1 | |
| into picapixa-btn-group-styling | |||||
| 2017-11-24 | Darken outline hover color to match default button hover (#24150) | afholderman | 1 | -8/+8 | |
| * Fix Issue #24144 Alter button-outline-variant mixin to darken hover and active background in same fashion as filled button. * Fix Issue #24144 Filled button on hover should utilize the same color-yiq mixin so that theme buttons match * default values, fix mixin | |||||
| 2017-11-25 | Use Jekyll's `smartify` filter when possible. (#24866) | XhmikosR | 5 | -12/+12 | |
| 2017-11-25 | Update package.json. (#24582) | XhmikosR | 2 | -10/+5 | |
| 1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders | |||||
| 2017-11-24 | Custom select updates (#24699) | Mark Otto | 3 | -5/+63 | |
| * Add support for size attribute on custom selects * Add large custom select, document it and the small variant * fix custom select focus state * fix custom file input focus styles * remove empty line | |||||
| 2017-11-24 | lets the centered modal have any height (#24803) | Andres Galante | 2 | -6/+3 | |
| 2017-11-24 | Rewrite custom form check backgrounds (#24697) | Mark Otto | 3 | -9/+33 | |
| * Rewrite custom form check backgrounds Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true. Fixes #24598 * restore default vars * Revamp custom check and radio backgrounds Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient. * remove now unused mixin * mention change in migration docs | |||||
| 2017-11-24 | closes #24450 | Mark Otto | 1 | -3/+1 | |
| 2017-11-24 | Update typography docs (#24863) | ysds | 1 | -1/+1 | |
| 2017-11-23 | Run karma tests in parallel. | XhmikosR | 1 | -1/+3 | |
| 2017-11-23 | Allow us to run our unit test on differents jquery version | Johann-S | 6 | -203/+1058 | |
| 2017-11-23 | Add a simple script to generate SRI hashes for our assets. (#24814) | XhmikosR | 4 | -0/+75 | |
| 2017-11-20 | Add support for fractional viewport widths (zoom/high-dpi displays) (#24299) | Patrick H. Lauke | 5 | -12/+24 | |
| * Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support | |||||
| 2017-11-20 | Update devDependencies. (#24829) | XhmikosR | 2 | -388/+572 | |
| 2017-11-20 | Fix dropup example code | ysds | 1 | -2/+1 | |
| 2017-11-19 | Typos in grid.md (#24828) | Rychu | 1 | -1/+1 | |
| Fixed typos in offsetting section of grid.md | |||||
| 2017-11-19 | Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵ | XhmikosR | 5 | -36/+5 | |
| (#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js. | |||||
| 2017-11-17 | Change the text color to dark on bg color warning examples (#24805) | Andres Galante | 1 | -2/+2 | |
| 2017-11-16 | Don't run postcss for `dist/css/*.min.css` files. (#24676) | XhmikosR | 1 | -1/+1 | |
| 2017-11-16 | Update popper.js to v1.12.9. (#24797) | XhmikosR | 6 | -11/+11 | |
| 2017-11-16 | Fix nested cards on card group (#24766) | Andres Galante | 1 | -3/+6 | |
| 2017-11-16 | Fix installing deps in our webpack docs | Johann-S | 1 | -1/+1 | |
| 2017-11-15 | Remove the now unused .houndignore file. (#24776) | XhmikosR | 1 | -3/+0 | |
| 2017-11-15 | Use UMD and fix build to properly load deps (#24783) | Federico Zivolo | 2 | -20/+4 | |
| 2017-11-15 | Correct spelling mistakes. (#24778) | Edward Betts | 4 | -4/+4 | |
| 2017-11-15 | Simplify spread (#24774) | Vasilii Artemchuk | 2 | -16/+10 | |
| 2017-11-15 | Removed .col-form-label from vertical form example (#24771) | Daniel Niccoli | 1 | -2/+2 | |
| Fixes #24739 | |||||
| 2017-11-15 | Adds variables for form validation messages (#24767) | Andres Galante | 2 | -2/+4 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 9 | -52/+86 | |
| 2017-11-13 | Update devDependencies. (#24762) | XhmikosR | 5 | -73/+70 | |
| 2017-11-12 | Remove .hound.yml. | XhmikosR | 1 | -20/+0 | |
| We might revisit this later, but currently we get too many FP with our current setup. | |||||
| 2017-11-12 | Update Hound config. | XhmikosR | 2 | -9/+9 | |
| 1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream 2. Remove unneeded ignore from .houndignore | |||||
| 2017-11-11 | fix typo grid.md (#24757) | Gijs Boddeus | 1 | -1/+1 | |
| fixes #24744 | |||||
| 2017-11-09 | Update gems. (#24732) | XhmikosR | 1 | -2/+2 | |
| 2017-11-09 | Merge branch 'v4-dev' into btn-group-styling | Raffy Alcoriza | 8 | -974/+73 | |
| 2017-11-09 | Make styling of grouped option buttons class-based | Raffy Alcoriza | 1 | -1/+1 | |
| Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute. | |||||
| 2017-11-09 | Add missing `role="button"` in collapse examples. (#24725) | Patrick Yeo | 1 | -8/+8 | |
| 2017-11-09 | Use native pseudo-selectors instead of jQuery selectors (#24713) | Vasilii Artemchuk | 5 | -46/+46 | |
| 2017-11-09 | Update devDependencies (#24722) | Johann-S | 2 | -920/+19 | |
| 2017-11-08 | Adds underline back to `btn-link` on focus | Andres Galante | 1 | -0/+1 | |
| 2017-11-07 | upgrade to node 8.9.x and dist | Mark Otto | 13 | -103/+1053 | |
| 2017-11-08 | Use correct jQuery name in docs (#24712) | Vasilii Artemchuk | 15 | -15/+15 | |
| 2017-11-08 | Update devDependencies. | XhmikosR | 3 | -62/+96 | |
| 2017-11-08 | Update to babel beta 5 | Johann-S | 3 | -1024/+745 | |
| 2017-11-07 | Fix test failure with jQuery 1.9.1 (#24706) | XhmikosR | 1 | -1/+1 | |
| 2017-11-07 | Escape ID in Util.getSelectorFromElement (#24700) | Johann-S | 2 | -1/+27 | |
| 2017-11-07 | Popover - call `content` once if it's a function. (#24690) | Johann-S | 2 | -4/+27 | |
| 2017-11-06 | dist | Mark Otto | 6 | -7/+6 | |
| 2017-11-06 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 6 | -21/+20 | |
