| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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-05 | Merge branch 'v4-dev' into stretched-link | XhmikosR | 62 | -154/+85 | |
| 2018-12-04 | Stretched link | Martijn Cuppens | 2 | -0/+101 | |
| 2018-12-04 | spinners: use `.sr-only` instead of text-hide technique (#27736) | Shohei Yoshida | 1 | -18/+44 | |
| 2018-11-29 | Update contents.md | XhmikosR | 1 | -3/+5 | |
| 2018-11-28 | Remove `no_toc_section`. | XhmikosR | 1 | -1/+1 | |
| 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 | Remove unneeded ESLint config file. | XhmikosR | 1 | -11/+0 | |
| We have /site/.eslintrc.json that covers this. | |||||
| 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 | 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 | Dist | XhmikosR | 3 | -18/+6 | |
| 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 | 6 | -97/+17 | |
| This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa. | |||||
| 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 :) | |||||
| 2018-11-21 | Placeholders: use our gray colors (#27701) | m5o | 1 | -4/+4 | |
| Previously we were using the old holder.js colors. | |||||
| 2018-11-21 | Sass precision documentation (#27705) | Martijn Cuppens | 1 | -1/+1 | |
| 2018-11-21 | reboot: Fix mailto address (#27700) | XhmikosR | 1 | -1/+1 | |
| 2018-11-21 | docs: fix path to assets. (#27696) | XhmikosR | 3 | -6/+10 | |
| 2018-11-20 | Use wrapping span instead of div (#27695) | Martijn Cuppens | 2 | -7/+6 | |
| 2018-11-20 | docs-sidebar.html: remove commented out code. | XhmikosR | 1 | -14/+0 | |
| Leftover from old times. | |||||
| 2018-11-20 | Reindent. | XhmikosR | 3 | -15/+17 | |
| 2018-11-20 | Remove holder.js. | XhmikosR | 4 | -27/+1 | |
| 2018-11-20 | Use the new include in examples too. | XhmikosR | 7 | -31/+41 | |
| 2018-11-20 | Fix placeholder image replacement. | m5o | 1 | -5/+22 | |
| 2018-11-20 | Tweak placeholder.svg. | XhmikosR | 2 | -47/+46 | |
| * 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 | 12 | -78/+130 | |
| 2018-11-20 | Replace anchor.js with jekyll-anchor-headings. | XhmikosR | 6 | -17/+97 | |
| This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings | |||||
| 2018-11-20 | Allows both OL and UL lists for tab buttons | Tieson Trowbridge | 1 | -1/+1 | |
| 2018-11-20 | Add documentation about .text-decoration-none (#27686) | ysds | 1 | -0/+9 | |
| 2018-11-19 | Add documentation about viewport sizing utilities (#27688) | ysds | 1 | -1/+14 | |
| 2018-11-18 | Add documentation about .font-weight-bolder/lighter (#27678) | ysds | 1 | -0/+2 | |
| 2018-11-17 | Enforce lowercase class name in .stylelintrc (#27668) | Christian Oliff | 1 | -1/+1 | |
| 2018-11-16 | Update autoprefixer link to `.browserslistrc` file (#27675) | Iurii Kucherov | 1 | -1/+1 | |
| 2018-11-15 | Use fancy apostrophe in HTML files. | XhmikosR | 8 | -12/+12 | |
| For Markdown files, this isn't needed because the Markdown converter takes care of this. | |||||
| 2018-11-13 | Dist | XhmikosR | 3 | -6/+6 | |
| 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) | |||||
