| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-12 | Remove extra spaces from spacing utilities (#23337) | razh | 1 | -2/+2 | |
| 2017-08-12 | Update package-lock.json. (#23342) | XhmikosR | 1 | -336/+2310 | |
| 2017-08-11 | Add popper.js as a NuGet dependency to match project.json (#23338) | Jesse Mandel | 2 | -0/+2 | |
| https://github.com/twbs/bootstrap/issues/22359 | |||||
| 2017-08-11 | docs: fix Popper.js name and removed comma (#23335) | Federico Zivolo | 1 | -1/+1 | |
| * docs: fix Popper.js name and removed comma * docs: restore comma | |||||
| 2017-08-11 | fixing list-group badge example (#23293) | béla | 1 | -3/+3 | |
| https://github.com/twbs/bootstrap/issues/23291 | |||||
| 2017-08-11 | Use input type search for search fields | Jonathan | 1 | -9/+9 | |
| 2017-08-11 | Replace dependencies badge by peer dependencies badge | Johann-S | 1 | -1/+1 | |
| 2017-08-11 | Remove IE 10 viewport bug workaround JS. | XhmikosR | 19 | -56/+0 | |
| 2017-08-11 | Fix malformed link | Brian Surowiec | 1 | -1/+1 | |
| 2017-08-11 | Fix .table-info migration text | Clark Winkelmann | 1 | -1/+1 | |
| .table-info should be .info in bootstrap 3 | |||||
| 2017-08-11 | Fix about sidebar. | XhmikosR | 2 | -7/+8 | |
| 2017-08-11 | “Sass” is standard in text and headings. (#23328) | Steven Black | 1 | -1/+1 | |
| 2017-08-11 | Fix broken links in doc (#23324) | Chirag Modi | 3 | -3/+3 | |
| 2017-08-11 | Remove `text/javascript` since it's the default one. (#23321) | XhmikosR | 2 | -3/+3 | |
| 2017-08-11 | Fix JavaScript case and a typo. (#23320) | XhmikosR | 2 | -2/+2 | |
| 2017-08-11 | Fix broken links in documentation. (#23315) | Jan Karlo Dela Cruz | 9 | -11/+11 | |
| 2017-08-11 | Convert the new PNGs to 8-bit and compress them. (#23299) | XhmikosR | 2 | -0/+0 | |
| Before: 354 KB (363.514 bytes) After: 129 KB (132.748 bytes) | |||||
| 2017-08-11 | Merge pull request #23087 from twbs/v4-dev-xmr-tabs-fix | XhmikosR | 2 | -9/+57 | |
| tabs: fix nested tabs. | |||||
| 2017-08-11 | Improve previous selector for nested tabs | Johann-S | 2 | -9/+18 | |
| 2017-08-11 | Add unit test for nested tabs | Johann-S | 1 | -0/+38 | |
| 2017-08-11 | When we show our tabs element use children to be more restrictive | Johann-S | 1 | -2/+3 | |
| 2017-08-11 | tabs: make the `active` selector more restrictive again. | XhmikosR | 1 | -1/+1 | |
| When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs. It's not the perfect solution but should the job for now. | |||||
| 2017-08-11 | Move inline SVGs to includes. (#23297) | XhmikosR | 5 | -10/+7 | |
| Also: * compress them with SVGOMG * add titles * add `focusable="false"` | |||||
| 2017-08-11 | Updated Feather link (#23303) | Sean | 1 | -1/+1 | |
| Feather link didn't go anywhere. Changed feather link from `colebemis.com/feather` to `feathericons.com` | |||||
| 2017-08-11 | Update Rubygems version. (#23289) | béla | 2 | -3/+3 | |
| 2017-08-11 | Fix the broken about link in the footer (#23298) | Garth Bjerk | 2 | -3/+3 | |
| 2017-08-11 | Fix SRI hashes. (#23286) | XhmikosR | 1 | -2/+2 | |
| 2017-08-11 | Merge pull request #23301 from twbs/v4-dev-html-errors | XhmikosR | 3 | -5/+9 | |
| Fix HTML errors | |||||
| 2017-08-11 | Disable attr-name-style. | XhmikosR | 1 | -1/+1 | |
| Pretty useless, we need to switch to the official HTML validator ASAP. | |||||
| 2017-08-11 | Fix HTML validation errors. | XhmikosR | 2 | -4/+8 | |
| 2017-08-10 | dist | Mark Otto | 9 | -796/+545 | |
| 2017-08-10 | Pagination border-widths greater than 1px cause uneven borders between items | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-10 | Input Group Addon add option to configure `$input-group-addon-color` | Patrick Yeo | 2 | -1/+2 | |
| 2017-08-10 | v4 docs remove left over Tooltips and Popover documentation from Button ↵ | Patrick Yeo | 1 | -4/+0 | |
| Group page | |||||
| 2017-08-10 | Update Jekyll to v3.5.1. | XhmikosR | 3 | -8/+8 | |
| 2017-08-10 | Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122) | Christian Oliff | 1 | -22/+0 | |
| I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR. | |||||
| 2017-08-10 | Fix to Chrome inheritance bug (#22872) (#23118) | Prateek Goel | 1 | -7/+6 | |
| * Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments. | |||||
| 2017-08-10 | Custom File padding-x and padding-y values are reversed (#23067) | Patrick Yeo | 2 | -13/+13 | |
| Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs | |||||
| 2017-08-10 | missed a modifier | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | clarify text, break up larger paragraph, shorten | Mark Otto | 1 | -1/+2 | |
| 2017-08-10 | Update badges in buttons examples | Mark Otto | 1 | -19/+7 | |
| - Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block | |||||
| 2017-08-10 | Add margin variable for paragraphs (#23140) | Prateek Goel | 2 | -1/+8 | |
| 2017-08-10 | Add margin variable for breadcrumb (#23138) | Prateek Goel | 2 | -1/+3 | |
| * add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review | |||||
| 2017-08-10 | `$input-height-inner-lg` should use `$font-size-lg` instead of ↵ | Patrick Yeo | 1 | -1/+1 | |
| `$font-size-sm` (#23150) | |||||
| 2017-08-10 | Reduce number of spacing rules (#23208) | Morgan Stone | 1 | -12/+20 | |
| * reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces | |||||
| 2017-08-10 | Add a README.md badge to track our dependencies and require jQuery >=3.0.0. ↵ | Johann-S | 2 | -1/+2 | |
| (#23125) | |||||
| 2017-08-10 | v4 docs Input Group Sizing section should display `.input-group-sm` (#23151) | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-10 | Emoji Defaults (#22565) | Pascal Pixel | 1 | -1/+1 | |
| 2017-08-10 | remove unnecessary line-height | Dave Poole | 1 | -1/+0 | |
| 2017-08-10 | remove comments, align-items, and unnecessary height | Dave Poole | 1 | -6/+0 | |
