| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-23 | Merge pull request #18029 from twbs/fix-18026 | Chris Rebert | 1 | -64/+17 | |
| Stop hardcoding grid tiers in flexbox alignment & ordering classes | |||||
| 2015-10-23 | Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026 | Chris Rebert | 1 | -64/+17 | |
| [skip sauce] [skip validator] | |||||
| 2015-10-23 | grunt dist | Chris Rebert | 4 | -4/+4 | |
| 2015-10-23 | Merge pull request #18028 from twbs/fix-18027 | Chris Rebert | 1 | -26/+6 | |
| Stop hardcoding grid breakpoints in responsive alignment utility classes | |||||
| 2015-10-23 | Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵ | Chris Rebert | 1 | -26/+6 | |
| fixes #18027 [skip sauce] [skip validator] | |||||
| 2015-10-22 | Use `$enable-rounded` for `.label-pill` | Kevin Kirsche | 1 | -2/+1 | |
| Fix #18002 | |||||
| 2015-10-21 | Merge pull request #18013 from vsn4ik/rm_unused_sass_repo | Chris Rebert | 1 | -1/+0 | |
| v4 - Remove unused sass_repo variable | |||||
| 2015-10-22 | Remove unused sass_repo variable | vsn4ik | 1 | -1/+0 | |
| 2015-10-20 | Fix Hound's JS config | Chris Rebert | 1 | -1/+1 | |
| Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip] | |||||
| 2015-10-19 | docs/getting-started/javascript.md: Hyperlink preventDefault() mention | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-10-19 | Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵ | Chris Rebert | 1 | -1/+1 | |
| the next version | |||||
| 2015-10-19 | Merge pull request #17970 from hzoo/update-jscs | Chris Rebert | 3 | -134/+723 | |
| v4 - Update grunt-jscs to 2.1.0 to use JSCS 2.x | |||||
| 2015-10-19 | Merge pull request #17980 from tshinnic/v4_docs_typos_1 | Chris Rebert | 2 | -3/+3 | |
| Fix three small typos | |||||
| 2015-10-19 | Fix three small typos | Thomas Shinnick | 2 | -3/+3 | |
| 2015-10-19 | update grunt-jscs to 2.1.0 to use jscs 2.x | Henry Zhu | 3 | -134/+723 | |
| 2015-10-17 | Merge pull request #17955 from twbs/bug-wall-17913 | Chris Rebert | 1 | -0/+20 | |
| Add #17913 to Wall of Browser Bugs | |||||
| 2015-10-17 | Add #17913 to Wall of Browser Bugs | Chris Rebert | 1 | -0/+20 | |
| Refs https://code.google.com/p/chromium/issues/detail?id=544290 Refs https://bugs.webkit.org/show_bug.cgi?id=150271 Closes #17913 [ci skip] | |||||
| 2015-10-17 | [V4] Fixes #17953: Update migration docs of .btn-default replacement | Risan Bagja Pradana | 1 | -2/+1 | |
| [V4 Docs] Update migration docs to point out the .btn-default replacement. | |||||
| 2015-10-17 | [V4] Fixes #17953: Add migration docs of .btn-default removal | Risan Bagja Pradana | 1 | -0/+5 | |
| V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class. | |||||
| 2015-10-16 | Added nuspec files so MyGet can build and publish NuGet packages | Supergibbs | 3 | -0/+62 | |
| 2015-10-16 | Merge pull request #17949 from darkdiesel/v4-dev | Chris Rebert | 1 | -1/+1 | |
| Fix typo in docs for tooltips. | |||||
| 2015-10-16 | Fix docs for tooltips. | Peshkov, Igor | 1 | -1/+1 | |
| 2015-10-16 | Merge pull request #17945 from patrickhlauke/docs-redundant-sr | Patrick H. Lauke | 3 | -12/+2 | |
| Remove redundant `<span class="sr-only">...</span>` for close buttons | |||||
| 2015-10-15 | Added NuGet version badge | Supergibbs | 1 | -0/+1 | |
| 2015-10-16 | Add "keyboard users" to heading for `sr-only-focusable` | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-10-16 | Remove redundant `.sr-only` text for Close buttons | Patrick H. Lauke | 3 | -11/+1 | |
| Since `aria-label` is used, it's not necessary anymore. | |||||
| 2015-10-15 | #17895 Added $alert-border-width that defaults to $border-width | Chris Bell | 2 | -1/+2 | |
| 2015-10-14 | v4 - .c-select on background inherits white | Catalin Zalog | 1 | -0/+1 | |
| This: ``` <div class="bg-info"> <select class="c-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </div> ``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png | |||||
| 2015-10-13 | Adding autocomplete attribute in docs input search | Marcio Vicente | 1 | -1/+1 | |
| 2015-10-14 | Run `grunt`. | XhmikosR | 25 | -59/+149 | |
| [ci skip] | |||||
| 2015-10-14 | Update devDependencies. | XhmikosR | 2 | -352/+1182 | |
| 2015-10-14 | Update gems. | XhmikosR | 2 | -8/+8 | |
| [skip validator] [skip sauce] | |||||
| 2015-10-13 | Extract list-unstyled mixin; closes #17792 | Marko Prelec | 3 | -5/+10 | |
| /fyi @mdo | |||||
| 2015-10-13 | Merge pull request #17701 from lesleh/patch-1 | Mark Otto | 1 | -0/+2 | |
| Reset iOS rounded inputs | |||||
| 2015-10-13 | Merge pull request #17817 from kkirsche/patch-29 | Mark Otto | 1 | -1/+1 | |
| Remove double bottom border on sub header in dashboard example | |||||
| 2015-10-13 | Merge pull request #17896 from twbs/text-capitalize-doc | Mark Otto | 1 | -1/+1 | |
| Tweak .text-capitalize example to show what happens to interior capital letters | |||||
| 2015-10-13 | Merge pull request #17903 from twbs/card-border-radius-default | Mark Otto | 1 | -1/+1 | |
| Make $card-border-radius default to $border-radius | |||||
| 2015-10-13 | Merge pull request #17900 from kkirsche/patch-34 | Mark Otto | 1 | -1/+1 | |
| Use .blockquote class in V4 examples page | |||||
| 2015-10-12 | Merge pull request #17906 from twbs/wkbug-150079 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for #14975 | |||||
| 2015-10-12 | Add Wall of Browser Bugs entry for #14975 | Chris Rebert | 1 | -0/+10 | |
| See https://bugs.webkit.org/show_bug.cgi?id=150079 Closes #14975 [ci skip] | |||||
| 2015-10-12 | Make $card-border-radius default to $border-radius | Chris Rebert | 1 | -1/+1 | |
| They already share the same value (`.25rem`) Refs #17597 [skip sauce] | |||||
| 2015-10-12 | Merge pull request #17902 from twbs/wkbug-138167-fixed | Chris Rebert | 1 | -10/+0 | |
| Remove #9774's entry from Wall of Browser Bugs | |||||
| 2015-10-12 | http://wkbug.com/138167 has been fixed! | Chris Rebert | 1 | -10/+0 | |
| See http://trac.webkit.org/changeset/190893 Refs #9774, #14907 [ci skip] | |||||
| 2015-10-12 | Use .blockquote class in V4 examples page | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17888 | |||||
| 2015-10-12 | Tweak .text-capitalize example to show what happens to interior capital ↵ | Chris Rebert | 1 | -1/+1 | |
| letters; refs #17893 [ci skip] | |||||
| 2015-10-11 | Mention ScrollPos-Styler in the migration docs; closes #17819 | Chris Rebert | 1 | -0/+1 | |
| 2015-10-11 | Add docs for #17710 | Chris Rebert | 1 | -1/+1 | |
| 2015-10-11 | Use Page Visibility API in Carousel; fixes #17706 | Johann-S | 2 | -2/+17 | |
| Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566 | |||||
| 2015-10-11 | docs/examples/cover/cover.css: Fix "inheritence" typo | Chris Rebert | 1 | -1/+1 | |
| 2015-10-10 | Merge pull request #17881 from twbs/wkbug-149935 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for Safari related to #17438 / #14237 | |||||
