| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-21 | Fix gaps between vertical grouped buttons when using labels (#21793) (#21796) | Dmytro Yarmak | 1 | -0/+1 | |
| 2017-01-21 | remove pretty obvi comments | Mark Otto | 1 | -4/+1 | |
| 2017-01-20 | Harmonize document.activeElement comparison | Pierre-Denis Vanduynslager | 1 | -3/+3 | |
| 2017-01-20 | Refactor test to event and async | Pierre-Denis Vanduynslager | 1 | -64/+141 | |
| 2017-01-20 | Add unit test for keyboard navigation | Pierre-Denis Vanduynslager | 1 | -0/+34 | |
| 2017-01-20 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-20 | Fix test to retrieve the proper item instead of it's parent | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-18 | Merge pull request #21774 from vanduynslagerp/fix-scrollspy-test-markup | Patrick H. Lauke | 1 | -1/+1 | |
| Add missing closing tag in scrollspy visual test | |||||
| 2017-01-18 | Fix missing closing tag | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-16 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 15 | -68/+28 | |
| 2017-01-16 | Specify card component is necessary for accordion behavior (#21746) | Erin Brown | 1 | -1/+1 | |
| - It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion. | |||||
| 2017-01-16 | Fix horizontal scrollbar appearing in docs (#21747) | Geremia Taglialatela | 1 | -1/+1 | |
| On small screens (< 576px), all documentation pages containing `.bd-example` styled tags, show the horizontal scrollbar because of a wrong horizontal margin property. This PR sets the horizontal margin on gutter width basis instead of rem. | |||||
| 2017-01-15 | Update .tag to .badge in migration (#21565) | Quy | 1 | -4/+4 | |
| 2017-01-15 | Remove IE9 from SVG images callout (#21566) | Quy | 1 | -2/+2 | |
| 2017-01-15 | Add doc example with badge links (#21674) | Pierre-Denis Vanduynslager | 1 | -0/+13 | |
| 2017-01-15 | Update Search input to type="search" (#21617) | Christian Oliff | 1 | -1/+1 | |
| This is semantically correct and works just as well. | |||||
| 2017-01-15 | Correct xs and sm breakpoint values in responsive utilities docs (#21664) | Amy Gori | 1 | -2/+2 | |
| 2017-01-15 | Remove list-group-item-heading and list-group-item-text (#21653) | Pierre-Denis Vanduynslager | 3 | -30/+0 | |
| 2017-01-15 | Remove unused scss variables (#21579) | Pierre-Denis Vanduynslager | 2 | -23/+0 | |
| * Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow | |||||
| 2017-01-15 | Add alert divider (<hr>) example in docs (#21673) | Pierre-Denis Vanduynslager | 1 | -1/+2 | |
| * Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion | |||||
| 2017-01-15 | Remove filter: alpha(opacity = 0); | Christian Oliff | 1 | -1/+0 | |
| Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining | |||||
| 2017-01-15 | fixes #21625, closes #21539 | Mark Otto | 1 | -1/+1 | |
| don't set focus styles on the anchor, just set hover styles | |||||
| 2017-01-15 | Merge pull request #21736 from marios-zindilis/v4-dev | Patrick H. Lauke | 1 | -1/+1 | |
| Fixed minor typo | |||||
| 2017-01-15 | Fixed minor typo | Marios Zindilis | 1 | -1/+1 | |
| 2017-01-15 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 16 | -31/+36 | |
| 2017-01-15 | Correct reference to Direction.PREV constant. (#21709) | Pierre-Denis Vanduynslager | 1 | -4/+4 | |
| 2017-01-15 | Use existing keycode constants in dropdown. (#21697) | Pierre-Denis Vanduynslager | 1 | -1/+3 | |
| 2017-01-15 | Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles | Patrick H. Lauke | 3 | -3/+9 | |
| [Docs] Add missing :focus styles | |||||
| 2017-01-15 | Update broken links. (#21696) | Pierre-Denis Vanduynslager | 2 | -2/+2 | |
| 2017-01-14 | Add missing :focus styles | Patrick H. Lauke | 3 | -3/+9 | |
| Double up :hover styles to also apply on :focus (particularly the masthead button needs this, as otherwise it gives no visible indication of being focused) | |||||
| 2017-01-12 | Merge pull request #21671 from vanduynslagerp/fix-21665 | Patrick H. Lauke | 1 | -1/+1 | |
| Fix modal id in doc example (Fix #21665) | |||||
| 2017-01-11 | Merge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable | Patrick H. Lauke | 3 | -3/+3 | |
| Remove incorrect aria-multiselectable | |||||
| 2017-01-11 | Remove incorrect aria-multiselectable | Patrick H. Lauke | 3 | -3/+3 | |
| Closes https://github.com/twbs/bootstrap/issues/21635 | |||||
| 2017-01-11 | Fix modal id in doc | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-09 | Update README.md | Mehdi HosseinZade | 1 | -1/+1 | |
| 2017-01-09 | Update breakpoints in breakpoints.scss comments | Rishabh Rajgarhia | 1 | -7/+7 | |
| 2017-01-09 | _custom.scss should be the first include | Zulfiqar Ali | 1 | -1/+1 | |
| 2017-01-08 | Fix incorrect docs.min.js bundle source. | Bardi Harborow | 2 | -8/+5 | |
| 2017-01-06 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 100 | -317/+298 | |
| 2017-01-06 | Update dropdown unit test to new markup | Pierre-Denis Vanduynslager | 1 | -137/+136 | |
| 2017-01-06 | hashesv4.0.0-alpha.6 | Mark Otto | 1 | -2/+2 | |
| 2017-01-06 | grunt | Mark Otto | 13 | -13/+13 | |
| 2017-01-06 | rubygems version bump | Mark Otto | 1 | -2/+2 | |
| 2017-01-06 | version bump | Mark Otto | 36 | -110/+110 | |
| 2017-01-06 | grunt | Mark Otto | 11 | -11/+11 | |
| 2017-01-06 | Fix media object alignment examples. | Bardi Harborow | 1 | -3/+3 | |
| 2017-01-05 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 169 | -3197/+2344 | |
| 2017-01-05 | grunt | Mark Otto | 7 | -19/+19 | |
| 2017-01-05 | Update nuspec to support jquery v1.9.1 - v3.x | Supergibbs | 2 | -6/+6 | |
| 2017-01-05 | Doc updates (#21542) | Quy | 7 | -10/+10 | |
| * Change it's to its. * Fix links * Fix typos | |||||
