| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-21 | Prep for v4.2.0 release | Mark Otto | 24 | -8989/+0 | |
| - Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more | |||||
| 2018-12-13 | SVG accessibility fixes (#27826) | Patrick H. Lauke | 3 | -49/+49 | |
| * SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817 | |||||
| 2018-12-12 | Add switch custom form control (#23004) | Gijs Boddeus | 1 | -0/+16 | |
| 2018-12-11 | Update Scrollspy doc to include missing method options (#27754) | unaccomplished | 1 | -0/+12 | |
| 2018-12-06 | Make disabled link in card examples non-focusable and add aria-disabled (#27788) | Patrick H. Lauke | 1 | -2/+2 | |
| 2018-12-05 | Allow Tooltips/Popovers to work in shadow DOM | Johann-S | 2 | -0/+2 | |
| 2018-12-04 | spinners: use `.sr-only` instead of text-hide technique (#27736) | Shohei Yoshida | 1 | -18/+44 | |
| 2018-11-28 | Revert "Use `h5` for callouts so that they are not included in ToC." | XhmikosR | 4 | -6/+6 | |
| This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1. | |||||
| 2018-11-27 | Use `h5` for callouts so that they are not included in ToC. | XhmikosR | 4 | -6/+6 | |
| Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included. We should revisit this if the bug is fixed later. | |||||
| 2018-11-20 | Tweak placeholder.svg. | XhmikosR | 1 | -18/+18 | |
| * always include the title * make it possible to skip adding the title by passing `title=' '` * remove viewBox since we don't need it | |||||
| 2018-11-20 | Replace holder.js with SVGs. | Martijn Cuppens | 4 | -59/+59 | |
| 2018-11-20 | Allows both OL and UL lists for tab buttons | Tieson Trowbridge | 1 | -1/+1 | |
| 2018-11-13 | Clean up some docs for toasts | Mark Otto | 1 | -57/+81 | |
| - Add headings to examples section - Clarify styles and customization options in examples - Add dismiss buttons to all toasts - Missing period added for consistency - Update roles, tweak text | |||||
| 2018-11-13 | Update toast documentation following pull #27155 | Laussel LOïc | 1 | -22/+27 | |
| Also remove close button everywhere just let it when autohide is set to false | |||||
| 2018-11-13 | Remove the show delay for our toast plugin | Johann-S | 1 | -7/+3 | |
| 2018-11-13 | Implement `data-dismiss="toast"` to allow user to interact itself with the ↵ | Laussel Loïc | 1 | -9/+35 | |
| component (#27155) | |||||
| 2018-11-13 | Fix toast documentation page. | Johann-S | 1 | -0/+123 | |
| 2018-11-13 | Add new toasts component | Mark Otto | 1 | -0/+169 | |
| 2018-11-13 | Customize browse text of the custom file input with HTML (#27651) | Martijn Cuppens | 1 | -1/+13 | |
| 2018-11-13 | Spinners: show all color variants. | XhmikosR | 1 | -15/+7 | |
| 2018-11-13 | Add Bootstrap's very first spinners omfg it's actually happening | Mark Otto | 1 | -0/+167 | |
| 2018-11-11 | Minor/Docs: tweak accordion example heading level (#27620) | Patrick H. Lauke | 1 | -6/+6 | |
| 2018-11-07 | Wrap checkboxes in `.form-group` (#27624) | sts-ryan-holton | 2 | -15/+21 | |
| 2018-11-06 | Docs: Improve accessibility of disabled link example (#27614) | ysds | 4 | -24/+24 | |
| Add `tabindex="-1"` and `aria-disabled="true"` to disabled link | |||||
| 2018-11-05 | Increase readability card columns docs (#27609) | Martijn Cuppens | 1 | -1/+1 | |
| 2018-11-03 | Add Sass variable for prefers-reduced-motion, add callout to affected ↵ | Patrick H. Lauke | 6 | -0/+12 | |
| components (#27581) * Tweak the accessibility/reduced motion text include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS xref https://github.com/twbs/bootstrap/issues/27525 * Add new callout for reduced motion * Add variable to control prefers-reduced-motion media query support * Add callout about prefers-reduced-motion to all components currently using animation which are affected | |||||
| 2018-11-01 | Make meaning of tooltip's `selector` option clearer (#27573) | Sebastian Hädrich | 1 | -1/+1 | |
| 2018-10-23 | Improve pagination's documentation accessibility. | Ng Yik Phang | 1 | -12/+16 | |
| - Remove `.sr-only` span for previous/next page, there is already`aria-label` - Add `aria-disabled="true"` and `aria-current="page"` | |||||
| 2018-10-22 | Use the example shortcode in more places. | XhmikosR | 1 | -11/+3 | |
| Now that we don't have the ToC issue with the examples' headers in ToC, we can safely do this.no_toc_section_class | |||||
| 2018-10-21 | Add dropdown responsive alignment (#26255) | ysds | 1 | -0/+38 | |
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -3/+1 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -0/+8 | |
| 2018-10-20 | Add `show` and `hide` methods to dropdown (#27370) | galczo5 | 1 | -0/+2 | |
| 2018-10-19 | Fix doc typo | chocolateboy | 1 | -1/+1 | |
| 2018-10-17 | Adding call out note directly to the page. | Helmut Granda | 1 | -1/+5 | |
| Instead of using an external source since this is only a one time note it is safe to be placed within the document itself. | |||||
| 2018-10-17 | Adds a note about the limitations on content being larger than the image. | Helmut Granda | 1 | -0/+1 | |
| In the event that the content is larger than the image, the content will continue to be displayed outside the image itself. There are some workarounds but they apply only to browsers that support this option and IE11 is not one of them. | |||||
| 2018-10-17 | Move media from layout to components | Martijn Cuppens | 1 | -0/+144 | |
| 2018-10-14 | Move periods outside of links. | XhmikosR | 1 | -1/+1 | |
| 2018-10-11 | refine deprecated holder.js color syntax | m5o | 1 | -1/+1 | |
| * refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples | |||||
| 2018-09-25 | Add explanation about accordion wrapper. | Florian Lacreuse | 1 | -1/+1 | |
| 2018-09-20 | Update forms.md | 719media | 1 | -4/+4 | |
| fix duplicate id attribute | |||||
| 2018-09-18 | Remove flex utilities from .list-group-item's as they're display: block; ↵ | Mark Otto | 1 | -3/+3 | |
| meaning the utilities have no affect. Closes #27162. | |||||
| 2018-09-18 | use bsCustomFileInput in our documentation (#27264) | Johann-S | 1 | -1/+1 | |
| 2018-09-18 | feature(carousel): carousel-item interval (#26667) | Christopher Morrissey | 1 | -0/+29 | |
| adds the ability to assign data-interval to an individual carousel-item | |||||
| 2018-09-18 | Document input group wrapping behavior and override via utility class | Mark Otto | 1 | -0/+14 | |
| Fixes #25409 | |||||
| 2018-09-18 | Clarify docs for custom form structure | Mark Otto | 1 | -1/+1 | |
| Fixes #25440 | |||||
| 2018-09-03 | Added type="button" to <button>s without any type (#27174) | Herst | 1 | -1/+1 | |
| (again) https://github.com/twbs/bootlint/wiki/W007 | |||||
| 2018-08-19 | Fix section numbering in scrollspy doc example | Yannick Warnier | 1 | -2/+2 | |
| 2018-08-18 | Recommend a plugin to animate custom file input (#27088) | Johann-S | 1 | -0/+5 | |
| 2018-08-13 | Tweak modal transform (#27005) | Martijn Cuppens | 1 | -0/+6 | |
