| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-12 | Add switch custom form control (#23004) | Gijs Boddeus | 3 | -0/+61 | |
| 2018-12-12 | Fix margin above toast when previous toast is hidden (#27820) | Martijn Cuppens | 1 | -2/+2 | |
| 2018-12-11 | Update Scrollspy doc to include missing method options (#27754) | unaccomplished | 1 | -0/+12 | |
| 2018-12-10 | Update bs-custom-file-input to v1.3.1. | XhmikosR | 1 | -2/+2 | |
| 2018-12-10 | Update clipboard.js to v2.0.4. | XhmikosR | 1 | -2/+2 | |
| 2018-12-10 | Update glyphicons URL. | XhmikosR | 1 | -1/+1 | |
| 2018-12-10 | fix fade animation for toast | Johann-S | 2 | -6/+20 | |
| 2018-12-10 | Change button checkbox/radios to ignore hidden input fields (#27802) | Mike Vastola | 2 | -1/+24 | |
| 2018-12-10 | Update devDependencies. (#27806) | XhmikosR | 2 | -65/+41 | |
| 2018-12-06 | Remove nonsensical boolean check (#27787) | Patrick H. Lauke | 1 | -2/+1 | |
| ...as it always evaluates to true | |||||
| 2018-12-06 | avoid console call in our unit tests (#27790) | Johann-S | 3 | -3/+1 | |
| 2018-12-06 | Update devDependencies. (#27764) | XhmikosR | 3 | -326/+352 | |
| 2018-12-06 | Replaced fixed 'bolder' font weight value in reboot with variable. (#27782) | Gijs Rogé | 1 | -1/+1 | |
| The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value. | |||||
| 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 | Add aria-modal to modals (#27780) | Patrick H. Lauke | 2 | -0/+19 | |
| Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden | |||||
| 2018-12-05 | Make form grid gutter width configurable (#27766) | Jacob Müller | 2 | -4/+5 | |
| 2018-12-05 | Allow Tooltips/Popovers to work in shadow DOM | Johann-S | 6 | -2/+86 | |
| 2018-12-05 | Add quotes according to the stylelint rule (#27771) | Shohei Yoshida | 1 | -1/+1 | |
| 2018-12-05 | fix regression about using element for tooltip container option | Johann-S | 3 | -4/+67 | |
| 2018-12-05 | Merge branch 'v4-dev' into stretched-link | XhmikosR | 123 | -1060/+753 | |
| 2018-12-04 | Stretched link | Martijn Cuppens | 4 | -0/+121 | |
| 2018-12-04 | Remove double 'the' in comment (#27767) | acidrums4 | 1 | -1/+1 | |
| 2018-12-04 | spinners: use `.sr-only` instead of text-hide technique (#27736) | Shohei Yoshida | 2 | -22/+44 | |
| 2018-11-29 | Update contents.md | XhmikosR | 1 | -3/+5 | |
| 2018-11-28 | Remove `no_toc_section`. | XhmikosR | 2 | -3/+3 | |
| 2018-11-28 | Revert "Use `h5` for callouts so that they are not included in ToC." | XhmikosR | 7 | -9/+9 | |
| This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1. | |||||
| 2018-11-28 | Configure multiple no_toc_section classes | toshimaru | 1 | -1/+3 | |
| 2018-11-28 | Update jekyll-toc to v0.9.1. | XhmikosR | 2 | -5/+5 | |
| 2018-11-28 | .eslintignore: Remove unneeded entry. | XhmikosR | 1 | -1/+0 | |
| 2018-11-28 | Remove unneeded ESLint config file. | XhmikosR | 1 | -11/+0 | |
| We have /site/.eslintrc.json that covers this. | |||||
| 2018-11-28 | Revert "build/*.js: set `sourceType` to module." | XhmikosR | 8 | -1/+15 | |
| This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f. | |||||
| 2018-11-27 | Use `h5` for callouts so that they are not included in ToC. | XhmikosR | 7 | -9/+9 | |
| 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-27 | Inline bootstrap-stack.svg. | XhmikosR | 3 | -2/+2 | |
| It's pretty small compressed; a little less than 1 KB with gzip. | |||||
| 2018-11-27 | Use an SVG for the stack image. | XhmikosR | 4 | -3/+2 | |
| Image by @mdo. | |||||
| 2018-11-27 | Move examples images in assets/img/examples/ folder. | XhmikosR | 41 | -3/+3 | |
| 2018-11-27 | Use srcset for examples too. | XhmikosR | 41 | -1/+3 | |
| 2018-11-27 | homepage: use srcset. | XhmikosR | 5 | -2/+6 | |
| This should reduce the amount of bytes for non-2x displays. | |||||
| 2018-11-26 | Update migration page to indicate the info can be used for 4.1.x as well as ↵ | Christian Oliff | 1 | -1/+1 | |
| 4.0.x | |||||
| 2018-11-26 | Update package-lock.json. | XhmikosR | 1 | -9/+9 | |
| 2018-11-26 | Change OS X to macOS in Sass comments (#27729) | Christian Oliff | 1 | -2/+2 | |
| It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation. https://en.wikipedia.org/wiki/MacOS | |||||
| 2018-11-25 | Add test to make sure we enforce focus on modal (#27723) | Johann-S | 1 | -0/+41 | |
| 2018-11-25 | ship.sh: add missing period. | XhmikosR | 1 | -1/+1 | |
| 2018-11-25 | Grow button width to the parent button group (#27717) | ysds | 1 | -1/+1 | |
| 2018-11-25 | Dist | XhmikosR | 44 | -826/+581 | |
| 2018-11-25 | Update devDependencies. | XhmikosR | 2 | -71/+14 | |
| 2018-11-24 | prevent text selection for floating labels example (#27719) | m5o | 1 | -0/+1 | |
| * prevent text selection for floating labels * expand the click target by no selecting the label text * use `pointer-events: none;` instead of `user-select` * thx @MartijnCuppens | |||||
| 2018-11-23 | Add opacity transition | Martijn Cuppens | 1 | -1/+1 | |
| 2018-11-23 | Revert "Replace anchor.js with jekyll-anchor-headings." | XhmikosR | 7 | -98/+18 | |
| This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa. | |||||
| 2018-11-23 | Fix body scrolling issue when modal open (#27698) | ysds | 1 | -2/+2 | |
| 2018-11-22 | Update DocSearch.js to latest version | Pixelastic | 1 | -6/+6 | |
| The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab. To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method. This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it. Behavior should be the same, but at least now you can enjoy the `ctrl`-click :) | |||||
