| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-19 | remove form control label as it have been removed (#24442) | Laussel Loïc | 2 | -4/+4 | |
| 2017-10-19 | Fix a few 404 and one redirected link. (#24432) | XhmikosR | 1 | -4/+4 | |
| 2017-10-18 | Update alerts.md (#24420) | Kevin Ruscoe | 1 | -1/+1 | |
| This document contains the word JavaScript everywhere apart from in one place where it's abbreviated to JS. This just makes sure it's written as JavaScript consistently across the page. | |||||
| 2017-10-18 | Fix typo in popovers.md (#24425) | Gijs Boddeus | 1 | -1/+1 | |
| double use of see | |||||
| 2017-10-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+1 | |
| 2017-10-18 | few popover docs changes to clarify things mentioned in #24005 | Mark Otto | 1 | -3/+3 | |
| 2017-10-18 | badges: Make using the contextual classes on links clearer. (#24422) | Kevin Ruscoe | 1 | -1/+1 | |
| 2017-10-18 | #24373 : Documentation/Navbar : Refer to utility classes used. Hidden when ↵ | Andrew Murphy | 1 | -3/+19 | |
| printing. (#24380) * Refer to utility classes uses. Add Printing section refer to (not navbar) classes used for newbies navbars don't print, so add example of a print-only alternative * typos, add links typo in {% example %} add links to component pages * grammar * Add a dropdown with divider to the main example * change id name to stop travis error I assume id="camelCase" is the standard for id names, rather than the clearly superior id="underscore_words" * review changes still like to emphasise the foreign utility classes in the main example bg-light's name is self explanatory (so its obvious where to look it up), but mr-sm-2's name isn't at first * review changes * grammar * .fixed-top/bottom don't reserve space on the screen ... as they are position:fixed. better wording welcome * copyediting - rewrite utils line and link to the utils pages - restore the paragraphs to the placement section - fix formatting and grammar | |||||
| 2017-10-18 | Improves forms migration guide, docs, and scss (#24348) | Andres Galante | 1 | -45/+70 | |
| * fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration | |||||
| 2017-10-18 | Remove uncessary `col-form-label` from form row docs (#24335) | Andres Galante | 1 | -7/+7 | |
| 2017-10-17 | Revert #23108 to restore list group borders (#24411) | Mark Otto | 1 | -0/+13 | |
| * revert #23108, which had no bug but was a problem with the example code * add example to the docs for future proofing * move it up | |||||
| 2017-10-17 | Fix typo in scrollspy.md (#24398) | XhmikosR | 1 | -1/+1 | |
| 2017-10-16 | Add dispose methods in our documentation (#24396) | Johann-S | 8 | -1/+23 | |
| * Add dispose methods in our documentation * Update buttons.md | |||||
| 2017-10-04 | Remove double spaces. | XhmikosR | 3 | -3/+3 | |
| 2017-10-03 | Updates docs to match Tooltip type checking (#22342) | Gareth Adams | 2 | -3/+3 | |
| * Updates docs to match Tooltip type checking Documentation now matches the types defined in the DefaultType constant in js/src/tooltip.js * Revert documentation clarify where true is invalid | |||||
| 2017-10-03 | Offset option for dropdown can be function (#24222) | Roman O | 1 | -1/+1 | |
| * Offset option can be function (Popper.js) * Fix...add function type for offset option * Remove constants for popper config * Optimize code. Remove foreach loop. * Refactoring. Remove getOffset method | |||||
| 2017-10-02 | Added type="button" to <button>s without any type (#23866) | Herst | 2 | -3/+3 | |
| https://github.com/twbs/bootlint/wiki/W007 | |||||
| 2017-10-02 | Migrate forgotten Bootstrap 3 style offset class (#23951) | Herst | 1 | -1/+1 | |
| 2017-10-02 | Clarify ScrollSpy 'activate' event element | Mike Jacobson | 1 | -2/+2 | |
| 2017-09-30 | changes the order of the close btn on alerts to improve accecibility | Andres Galante | 1 | -1/+1 | |
| 2017-09-28 | Lint docs js too and use `strict consistently. (#24160) | XhmikosR | 1 | -7/+8 | |
| 2017-09-26 | Fix color on example btn on navbar (#24052) | Andres Galante | 1 | -1/+1 | |
| 2017-09-26 | Minor Markdown consistency changes. | XhmikosR | 3 | -2/+2 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 6 | -6/+6 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-25 | Collapse - Allow to pass jQuery object or DOM element to the parent option | Johann-S | 1 | -2/+2 | |
| 2017-09-24 | Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵ | Patrick H. Lauke | 1 | -106/+60 | |
| with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect) | |||||
| 2017-09-23 | Fix missing tabindex and role in an example modal | Herst | 1 | -2/+2 | |
| 2017-09-18 | Add text-light to sample card under Card columns (#23800) | Andres Galante | 1 | -1/+1 | |
| 2017-09-12 | Fix malformed `<select>` in example | Patrick H. Lauke | 1 | -1/+4 | |
| 2017-09-12 | Fix(docs): duplicate class in navbar docs | meteorlxy | 1 | -1/+1 | |
| 2017-09-11 | Remove hyperlink from navbar doc dropdown (#23650) | Herst | 1 | -1/+1 | |
| 2017-09-09 | Use CSS3 pseudo elements in documentation | vsn4ik | 1 | -2/+2 | |
| 2017-09-08 | Dont use short jQuery methods | vsn4ik | 3 | -3/+3 | |
| 2017-09-07 | Update callout about the positionning of our Dropdowns | Johann-S | 1 | -1/+1 | |
| 2017-09-07 | Remove placement attribute from our Dropdown plugin | Johann-S | 1 | -9/+1 | |
| 2017-09-07 | Add information about our bundled dist files which contains Popper.js | Johann-S | 3 | -3/+3 | |
| 2017-09-04 | Improve clarity of documentation for .card-body (#23691) | oxlay | 1 | -2/+2 | |
| 2017-09-04 | Remove usage of dropped .checkbox from docs (#23655) | Herst | 1 | -3/+3 | |
| 2017-09-04 | IE11 supports pointer-events CSS property | Herst | 1 | -1/+1 | |
| See http://caniuse.com/#feat=pointer-events | |||||
| 2017-09-01 | Correct typo in in-page anchor (#23777) | Patrick H. Lauke | 1 | -1/+1 | |
| Fixes https://github.com/twbs/bootstrap/issues/23773 | |||||
| 2017-08-31 | adds accecibility notes to breadcrumbs | Andres Galante | 1 | -20/+25 | |
| 2017-08-30 | typo correct aria-controls | Chirag Modi | 1 | -1/+1 | |
| 2017-08-29 | Fix misspell | Jqmey | 1 | -1/+1 | |
| 2017-08-26 | Add missing class in the list-group example with links (#23677) | Valentin Alexiev | 1 | -1/+1 | |
| 2017-08-23 | Use the Jekyll config variable for popper.min.js. | XhmikosR | 3 | -3/+3 | |
| 2017-08-23 | Update Popper.js to 1.12.3 | Johann-S | 3 | -3/+3 | |
| 2017-08-17 | Fix error in Alerts component doc (#23522) | Jonathan Berger | 1 | -1/+1 | |
| 2017-08-14 | Mention badge-default in migration docs, fix typo on popover docs (#23409) | jipexu | 1 | -1/+1 | |
| 2017-08-13 | Merge branch 'patch-1' of https://github.com/heikojansen/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| heikojansen-patch-1 | |||||
| 2017-08-11 | fixing list-group badge example (#23293) | béla | 1 | -3/+3 | |
| https://github.com/twbs/bootstrap/issues/23291 | |||||
