aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28Update jekyll-toc to v0.9.1.XhmikosR2-5/+5
2018-11-28.eslintignore: Remove unneeded entry.XhmikosR1-1/+0
2018-11-28Remove unneeded ESLint config file.XhmikosR1-11/+0
We have /site/.eslintrc.json that covers this.
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR8-1/+15
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-11-27Use `h5` for callouts so that they are not included in ToC.XhmikosR7-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-27Inline bootstrap-stack.svg.XhmikosR3-2/+2
It's pretty small compressed; a little less than 1 KB with gzip.
2018-11-27Use an SVG for the stack image.XhmikosR4-3/+2
Image by @mdo.
2018-11-27Move examples images in assets/img/examples/ folder.XhmikosR41-3/+3
2018-11-27Use srcset for examples too.XhmikosR41-1/+3
2018-11-27homepage: use srcset.XhmikosR5-2/+6
This should reduce the amount of bytes for non-2x displays.
2018-11-26Update migration page to indicate the info can be used for 4.1.x as well as ↵Christian Oliff1-1/+1
4.0.x
2018-11-26Update package-lock.json.XhmikosR1-9/+9
2018-11-26Change OS X to macOS in Sass comments (#27729)Christian Oliff1-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-25Add test to make sure we enforce focus on modal (#27723)Johann-S1-0/+41
2018-11-25ship.sh: add missing period.XhmikosR1-1/+1
2018-11-25Grow button width to the parent button group (#27717)ysds1-1/+1
2018-11-25DistXhmikosR44-826/+581
2018-11-25Update devDependencies.XhmikosR2-71/+14
2018-11-24prevent text selection for floating labels example (#27719)m5o1-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-23Add opacity transitionMartijn Cuppens1-1/+1
2018-11-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR7-98/+18
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
2018-11-23Fix body scrolling issue when modal open (#27698)ysds1-2/+2
2018-11-22Update DocSearch.js to latest versionPixelastic1-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-22Update devDependencies.XhmikosR2-82/+65
2018-11-22Fixed a fixed height issue of input-group size option (#27687)ysds1-2/+10
2018-11-22Add border-radius to dropdown items (#27703)Roy Klutman2-0/+9
2018-11-21Placeholders: use our gray colors (#27701)m5o1-4/+4
Previously we were using the old holder.js colors.
2018-11-21Sass precision documentation (#27705)Martijn Cuppens1-1/+1
2018-11-21reboot: Fix mailto address (#27700)XhmikosR1-1/+1
2018-11-21docs: fix path to assets. (#27696)XhmikosR3-6/+10
2018-11-20Use wrapping span instead of div (#27695)Martijn Cuppens2-7/+6
2018-11-20docs-sidebar.html: remove commented out code.XhmikosR1-14/+0
Leftover from old times.
2018-11-20Reindent.XhmikosR3-15/+17
2018-11-20Remove holder.js.XhmikosR7-33/+4
2018-11-20Use the new include in examples too.XhmikosR7-31/+41
2018-11-20Fix placeholder image replacement.m5o1-5/+22
2018-11-20Tweak placeholder.svg.XhmikosR2-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-20Replace holder.js with SVGs.Martijn Cuppens12-78/+130
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR7-18/+98
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-20Remove `sudo` from Travis config. (#27693)XhmikosR1-1/+0
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-20Allows both OL and UL lists for tab buttonsTieson Trowbridge2-3/+3
2018-11-20Add documentation about .text-decoration-none (#27686)ysds1-0/+9
2018-11-19Add documentation about viewport sizing utilities (#27688)ysds1-1/+14
2018-11-18Add documentation about .font-weight-bolder/lighter (#27678)ysds1-0/+2
2018-11-18Prevent text decoration skip inc and reorder comments (#27673)Martijn Cuppens1-4/+6
2018-11-17Spinners cleanupMartijn Cuppens1-9/+3
2018-11-17Support custom-select sizing in input-group (#27677)ysds1-0/+7
2018-11-17Enforce lowercase class name in .stylelintrc (#27668)Christian Oliff2-1/+2
2018-11-17Inherit card header color (#27681)Martijn Cuppens1-1/+1
2018-11-16Update devDependencies and gems.XhmikosR4-685/+484