| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-06 | clear up and split out breadcrumb examples | Mark Otto | 1 | -8/+8 | |
| 2016-01-06 | Merge pull request #18784 from twbs/input-types | Chris Rebert | 1 | -0/+85 | |
| Add comprehensive `.form-control` example(/testcase) to docs | |||||
| 2016-01-06 | Merge branch 'input-type-reset-btn' into v4-dev | Chris Rebert | 1 | -0/+1 | |
| 2016-01-06 | Add <input type="reset"> example to Button Tags docs for completeness | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 1 | -0/+85 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Merge pull request #18783 from twbs/v4-nav-cleanup | Mark Otto | 1 | -14/+25 | |
| v4: Nav cleanup | |||||
| 2016-01-06 | Nav docs updates | Mark Otto | 1 | -14/+25 | |
| - More consistent states and labels in nav examples - Add stacked pills example for with <nav> element | |||||
| 2016-01-06 | Tweak phrasing of .tab('show') docs | Chris Rebert | 1 | -1/+1 | |
| Refs #18708 [ci skip] | |||||
| 2016-01-06 | Merge pull request #18708 from Johann-S/showDoc | Chris Rebert | 1 | -0/+8 | |
| Add documentation for Tab plugin's `show` method | |||||
| 2016-01-06 | Rip out the pager component | Mark Otto | 1 | -48/+3 | |
| 2016-01-06 | Remove usages of and references to <input type="datetime"> | Chris Rebert | 1 | -1/+1 | |
| It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce] | |||||
| 2016-01-06 | Update docs to account for #18772 | Chris Rebert | 2 | -10/+10 | |
| /fyi @mdo [skip sauce] | |||||
| 2016-01-06 | update docs to match | Mark Otto | 1 | -7/+7 | |
| 2016-01-06 | Merge pull request #18501 from petetnt/card-outline-docs | Mark Otto | 1 | -0/+55 | |
| Document .card-*-outline variants | |||||
| 2016-01-05 | rewrite custom file input component to use classes over nested elements | Mark Otto | 1 | -6/+6 | |
| 2016-01-05 | Change .c-select to .custom-select | Mark Otto | 1 | -2/+2 | |
| 2016-01-05 | clarify docs | Mark Otto | 1 | -1/+1 | |
| 2016-01-05 | update forms docs | Mark Otto | 1 | -30/+49 | |
| - add more details on custom checkboxes and radios for how we handle the states and how the css works - create a disabled custom checkboxes and radios example | |||||
| 2016-01-03 | Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1 | Mark Otto | 1 | -8/+8 | |
| Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar | |||||
| 2016-01-03 | Merge pull request #18686 from patrickhlauke/docs-pagination-kbd1 | Mark Otto | 2 | -5/+12 | |
| Docs: add note and advice about .disabled and keyboard focus | |||||
| 2015-12-27 | [Tab] Add documentation for method show | Johann-S | 1 | -0/+8 | |
| 2015-12-27 | Remove Opera 18 and IE11 mention | Patrick H. Lauke | 2 | -2/+2 | |
| As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now. | |||||
| 2015-12-26 | Tweak the wording for link functionality | Patrick H. Lauke | 1 | -1/+1 | |
| to harmonise it with the callout given in pagination | |||||
| 2015-12-26 | Add note and advice about .disabled and keyboard focus | Patrick H. Lauke | 1 | -4/+11 | |
| 2015-12-26 | Add accessibility callout for tooltips | Patrick H. Lauke | 1 | -0/+6 | |
| 2015-12-26 | Change wording on link styled as button | Patrick H. Lauke | 1 | -2/+2 | |
| "Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page | |||||
| 2015-12-25 | Merge pull request #18679 from patrickhlauke/docs-button-disabled1 | Patrick H. Lauke | 1 | -3/+3 | |
| Docs: add aria-disabled to disabled link example and description | |||||
| 2015-12-25 | Merge pull request #18678 from patrickhlauke/docs-button-active1 | Chris Rebert | 1 | -2/+2 | |
| Docs: add aria-pressed=true to components buttons active state example | |||||
| 2015-12-25 | Add ellipsis to modal example code | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-25 | Add aria-disabled to disabled link example and description | Patrick H. Lauke | 1 | -3/+3 | |
| 2015-12-25 | Add aria-pressed=true to example | Patrick H. Lauke | 1 | -2/+2 | |
| ...as per the text immediately preceding this example | |||||
| 2015-12-24 | Move collapsing navbar after the toggle | Patrick H. Lauke | 1 | -6/+6 | |
| It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it. | |||||
| 2015-12-24 | Add missing aria attributes to navbar collapse examples | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-12-24 | Merge pull request #18654 from patrickhlauke/docs-helptext1 | Patrick H. Lauke | 1 | -9/+23 | |
| Docs: reintroduce `aria-describedby` advice for help text | |||||
| 2015-12-24 | Add aria-describedby to main form controls example | Patrick H. Lauke | 1 | -4/+4 | |
| 2015-12-24 | Docs: reintroduce aria-describedby advice for help text | Patrick H. Lauke | 1 | -5/+19 | |
| Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life" | |||||
| 2015-12-23 | Refactor Breadcrumbs component | Chris Rebert | 1 | -7/+16 | |
| Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] | |||||
| 2015-12-23 | Clarify what text-capitalize actually does | Patrick H. Lauke | 1 | -0/+2 | |
| as on first skimming over these, it may not be completely obvious | |||||
| 2015-12-23 | Change italicized to italic | Patrick H. Lauke | 1 | -1/+1 | |
| ...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky... | |||||
| 2015-12-23 | Fix bulleted lists on Utilities doc | David\ Beitey | 1 | -0/+3 | |
| 2015-12-12 | Add <br>s to fix appearance of responsive float docs example | Chris Rebert | 1 | -8/+8 | |
| [skip sauce] | |||||
| 2015-12-11 | update progress bar documentation | Patrick H. Lauke | 1 | -1/+1 | |
| clarify lack of support for striped and animated striped bars in IE10+/Edge | |||||
| 2015-12-09 | Document .card-*-outline variants | petetnt | 1 | -0/+55 | |
| 2015-12-08 | derp, wrong highlight syntax | Mark Otto | 1 | -2/+2 | |
| 2015-12-08 | add extra line before spacing utilities example | Lachlan Campbell | 1 | -0/+1 | |
| 2015-12-08 | Update docs for spacing utilities themselves to account for #18185 | Chris Rebert | 1 | -69/+39 | |
| /fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce] | |||||
| 2015-12-08 | Update examples to account for #18185 | Chris Rebert | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2015-12-08 | docs/components/navbar.md: Nitpick phrasing | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-07 | .page => .page-item | Chris Rebert | 1 | -26/+26 | |
| 2015-12-07 | .page>{a,span => .page-link} | Chris Rebert | 1 | -26/+26 | |
