| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-04 | Dropup dropdown-menu should have margin on the bottom instead of top | Patrick Yeo | 1 | -0/+5 | |
| 2017-08-04 | (#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer` | Patrick Yeo | 2 | -2/+2 | |
| 2017-08-04 | dist | Mark Otto | 11 | -34/+23 | |
| 2017-08-04 | better label, remove some contents to better illustrate behavior | Mark Otto | 1 | -12/+1 | |
| 2017-08-04 | fix navbar alignment for never expand situations | Mark Otto | 1 | -0/+3 | |
| 2017-08-04 | given `width: 100%` is always on a container now and it's constrained by ↵ | Mark Otto | 1 | -6/+0 | |
| max-width, we can remove our navbar changes from #21722 and #22383 | |||||
| 2017-08-04 | Merge branch 'issue_23100' of https://github.com/chiraggmodi/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| chiraggmodi-issue_23100 | |||||
| 2017-08-04 | remove old validation docs, fixes #23217 | Mark Otto | 1 | -28/+0 | |
| 2017-07-31 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 13 | -70/+38 | |
| 2017-07-31 | fixes https://github.com/toshimaru/jekyll-toc/issues/25 | Mark Otto | 1 | -10/+5 | |
| 2017-07-31 | Fix HTML errors. (#23184) | XhmikosR | 1 | -4/+4 | |
| The "aria-controls" attribute must point to an element in the same document. | |||||
| 2017-07-31 | Add semicolon for our dist files in stamp.js (#23182) | Johann-S | 1 | -1/+1 | |
| 2017-07-30 | Specify `rel="noopener` for external links. | XhmikosR | 3 | -10/+10 | |
| 2017-07-30 | docs: add a few more Open Graph tags. | XhmikosR | 1 | -1/+6 | |
| 2017-07-30 | Compress brand SVGs with SVGOMG. | XhmikosR | 3 | -52/+15 | |
| ~30% savings. | |||||
| 2017-07-30 | _data/browser-features.yml: remove trailing spaces. | XhmikosR | 1 | -1/+1 | |
| 2017-07-30 | docs: exclude package-lock.json from dist. | XhmikosR | 1 | -1/+1 | |
| 2017-07-30 | Losslessly compress social logos. | XhmikosR | 2 | -0/+0 | |
| Before: 374 KB (383.630 bytes) After: 304 KB (311.505 bytes) | |||||
| 2017-07-30 | Update docs and carousel example for `order-`. | XhmikosR | 2 | -8/+9 | |
| 2017-07-30 | Update accessibility.md | 汪磊 | 1 | -1/+1 | |
| 2017-07-28 | Update Popper.js to 1.11.0 (#23162) | Johann-S | 8 | -12/+11 | |
| 2017-07-28 | Fix ESLint docs errors. (#23163) | XhmikosR | 2 | -1/+2 | |
| Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it. | |||||
| 2017-07-27 | Wall of Browser Bugs: Update CSS multi-column entries (#23168) | Chris Rebert | 1 | -10/+10 | |
| Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 because CSSWG deemed Firefox's behavior to be the correct behavior per https://github.com/w3c/csswg-drafts/issues/314 Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox: https://bugs.chromium.org/p/chromium/issues/detail?id=269061 | |||||
| 2017-07-27 | Remove fixed bugs from Wall of Browser Bugs (#23159) | Chris Rebert | 1 | -40/+0 | |
| * https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/ * https://bugs.chromium.org/p/chromium/issues/detail?id=465274 * https://bugs.chromium.org/p/chromium/issues/detail?id=510079 * https://bugs.webkit.org/show_bug.cgi?id=158276 | |||||
| 2017-07-26 | Remove Firefox transitioncancel entry from Most Wanted list | Chris Rebert | 1 | -10/+0 | |
| The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125 | |||||
| 2017-07-18 | make changes as per suggestion in #23100 | Chirag Modi | 1 | -2/+1 | |
| 2017-07-18 | remove change which set from variable and make those in container class | Chirag Modi | 2 | -1/+1 | |
| 2017-07-17 | fixed issue #23100 | Chirag Modi | 1 | -0/+1 | |
| 2017-07-16 | dist | Mark Otto | 35 | -2334/+464 | |
| 2017-07-16 | (#22414) Rename for consistency `$custom-checkbox-border-radius`, ↵ | Patrick Yeo | 2 | -14/+14 | |
| `$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively | |||||
| 2017-07-16 | fix location of favicons so it loads when viewing the examples. This is the ↵ | Scott Petrovic | 18 | -18/+18 | |
| only one I found in the project, so I am assuming it is the right one to point to (#22895) | |||||
| 2017-07-16 | Errata from #23094. | Bardi Harborow | 3 | -4/+6479 | |
| 2017-07-16 | Fall back to ESLint v3 indentation behaviour. | Bardi Harborow | 1 | -1/+2 | |
| 2017-07-16 | Switch to using NPM lock files. | Bardi Harborow | 3 | -4136/+0 | |
| 2017-07-16 | Update dependencies. | Bardi Harborow | 8 | -8277/+245 | |
| 2017-07-15 | Start testing on Node v8. | Bardi Harborow | 1 | -2/+2 | |
| 2017-07-14 | only need the one utility class, it'll naturally apply at sm and above | Mark Otto | 1 | -1/+1 | |
| 2017-07-14 | Fix #22974 | John Galt | 1 | -1/+1 | |
| 2017-07-14 | mention how to do edge-to-edge in docs | Mark Otto | 1 | -0/+2 | |
| /cc #23070 | |||||
| 2017-07-14 | fixes #23045 | Mark Otto | 1 | -5/+0 | |
| 2017-07-12 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -10/+32 | |
| 2017-07-13 | Add badge counter example and accessibility advice | Patrick H. Lauke | 1 | -0/+30 | |
| 2017-07-12 | Fixed a word (connectinh / connecting) | Casper | 1 | -1/+1 | |
| 2017-07-11 | Remove ::first-letter and ::first-line selectors from print styles | Patrick H. Lauke | 1 | -9/+1 | |
| Bootstrap itself doesn't use any `::first-letter` or `::first-line` styles. These selectors also cause(d) problems in IE11 (see https://github.com/h5bp/html5-boilerplate/pull/1799) and currently cause a nasty rendering bug in Chrome where the first letter is vertically shifted (see https://github.com/twbs/bootstrap/issues/21771) As h5bp has now removed these as well, no need to keep and comment them out. See https://github.com/h5bp/html5-boilerplate/issues/1961 / https://github.com/h5bp/html5-boilerplate/pull/1962 | |||||
| 2017-07-09 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+6 | |
| 2017-07-09 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+1 | |
| 2017-07-09 | fix broken example link | Mark Otto | 1 | -1/+1 | |
| 2017-07-09 | ignore it | Mark Otto | 1 | -0/+3 | |
| 2017-07-08 | update docsearch config to handle h1s properly (load top of page, not at the h1) | Mark Otto | 1 | -0/+6 | |
| 2017-07-08 | Added the .navbar-expand class to the docs-nav navbar to fix issue #22976 | gijsbotje | 1 | -1/+1 | |
