aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-12Add switch custom form control (#23004)Gijs Boddeus3-0/+61
2018-12-12Fix margin above toast when previous toast is hidden (#27820)Martijn Cuppens1-2/+2
2018-12-11Update Scrollspy doc to include missing method options (#27754)unaccomplished1-0/+12
2018-12-10Update bs-custom-file-input to v1.3.1.XhmikosR1-2/+2
2018-12-10Update clipboard.js to v2.0.4.XhmikosR1-2/+2
2018-12-10Update glyphicons URL.XhmikosR1-1/+1
2018-12-10fix fade animation for toastJohann-S2-6/+20
2018-12-10Change button checkbox/radios to ignore hidden input fields (#27802)Mike Vastola2-1/+24
2018-12-10Update devDependencies. (#27806)XhmikosR2-65/+41
2018-12-06Remove nonsensical boolean check (#27787)Patrick H. Lauke1-2/+1
...as it always evaluates to true
2018-12-06avoid console call in our unit tests (#27790)Johann-S3-3/+1
2018-12-06Update devDependencies. (#27764)XhmikosR3-326/+352
2018-12-06Replaced 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-06Make disabled link in card examples non-focusable and add aria-disabled (#27788)Patrick H. Lauke1-2/+2
2018-12-05Add aria-modal to modals (#27780)Patrick H. Lauke2-0/+19
Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden
2018-12-05Make form grid gutter width configurable (#27766)Jacob Müller2-4/+5
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S6-2/+86
2018-12-05Add quotes according to the stylelint rule (#27771)Shohei Yoshida1-1/+1
2018-12-05fix regression about using element for tooltip container optionJohann-S3-4/+67
2018-12-05Merge branch 'v4-dev' into stretched-linkXhmikosR123-1060/+753
2018-12-04Stretched linkMartijn Cuppens4-0/+121
2018-12-04Remove double 'the' in comment (#27767)acidrums41-1/+1
2018-12-04spinners: use `.sr-only` instead of text-hide technique (#27736)Shohei Yoshida2-22/+44
2018-11-29Update contents.mdXhmikosR1-3/+5
2018-11-28Remove `no_toc_section`.XhmikosR2-3/+3
2018-11-28Revert "Use `h5` for callouts so that they are not included in ToC."XhmikosR7-9/+9
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1.
2018-11-28Configure multiple no_toc_section classestoshimaru1-1/+3
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 :)