aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-31Close #25697Mark Otto1-2/+2
Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils.
2018-03-31Remove navbar alignMartijn Cuppens2-11/+0
2018-03-31Add .text-monospace utilMark Otto2-0/+11
2018-03-31fixes #25343 by mentioning how collapse animates in docsMark Otto1-0/+4
2018-03-31Add small not to float docs about mixing with flex itemsMark Otto1-1/+1
Closes #25829, closes #25924
2018-03-31distMark Otto50-9094/+8568
2018-03-31fixes #25918Mark Otto1-3/+1
2018-03-30Correct children selectorMartijn Cuppens1-1/+1
2018-03-30Revert "docs: Switch to StackPath's URL."XhmikosR2-3/+3
This reverts commit 70520855e8f597995fb1df69b854f99f705d2e59.
2018-03-29docs: Switch to StackPath's URL.XhmikosR2-3/+3
While the old one will keep working, better switch to the new one.
2018-03-29Add .bg-transparent to docsVarunram1-0/+1
2018-03-29fix bundle and run test against itJohann-S5-1/+60
2018-03-29Fix spacing between Item and numbersNat Zimmermann1-4/+4
2018-03-27Fix duplicate `main` element.XhmikosR2-2/+2
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik2-20/+22
2018-03-21Remove the local jquery-1.9.1.min.js.XhmikosR3-8/+3
2018-03-21tests: load 3rd-party libs from the local node_modules folder.XhmikosR1-3/+3
This reduces duplication and the chances to forget to update something.
2018-03-21fix rollup configJohann-S1-1/+1
2018-03-21Update all devDependencies.XhmikosR3-536/+753
Kept back karma-qunit and qunitjs because tests fail.
2018-03-21Update workbox.jsXhmikosR1-1/+1
2018-03-21sw.js: fix TypeError with new workbox.XhmikosR1-2/+3
2018-03-21Update to workbox 3.0 & fix breaking changesMichael4-58/+179
2018-03-21Use sinon from cdnjs.XhmikosR2-2/+1
2018-03-21tests: use QUnit from the jQuery CDN.XhmikosR4-5576/+79
2018-03-21Update dependencies.XhmikosR7-23/+23
2018-03-21throw error when coverage is under our thresholdsJohann-S1-6/+5
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S12-161/+224
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers3-0/+11
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2018-03-17Separate issue templates, add support doc (#25705)Mark Otto5-24/+37
* Update issue template to break down by bug and template, add support doc to close #23133 * add links from readme for bug and feature templates
2018-03-16theming.md Typo Fix (#25875)Ethan Beyer1-1/+1
it's ≠ its
2018-03-16Update vertical pills example (#25852)Varunram Ganesh1-11/+17
Add the column/grid to the example code (which is what makes it vertical in the first place)
2018-03-15Fix order of Save/Close buttons in modal code example (#25855)John Bennet Veloya1-1/+1
2018-03-14Alternative solution.XhmikosR2-3/+8
Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
2018-03-14Enable docsearch in development env.m5o2-2/+3
Previously a search redirected to `https://getbootstrap.com/...`
2018-03-14Remove custom example plugin. (#25784)m5o41-695/+923
2018-03-14Document `.form-control-range`. (#25839)Varunram Ganesh1-0/+13
2018-03-13Add Sinon to do better unit testJohann-S7-272/+586
2018-03-13approach.md: Use normal apostrophes.XhmikosR1-3/+3
They are converted when building.
2018-03-13approach.md: Fix empty link.XhmikosR1-2/+2
2018-03-13saucelabs-unit-test.js: tweak failed tests message (#25836)XhmikosR1-2/+3
2018-03-13fix get the transition duration parentJohann-S2-17/+11
2018-03-13Variable transition durations (#25662)Martijn Cuppens11-67/+168
2018-03-13Clarify the necessary `data-target`/`href` attribute for carousel controls ↵Stephen Beemsterboer1-1/+1
(#25690)
2018-03-12Use bugify without custom Jekyll plugin (#25334)m5o3-33/+48
2018-03-12callout.html: drop whitespace and better usage comment.XhmikosR1-3/+7
2018-03-12Use callout without custom Jekyll plugin.m5o30-118/+110
2018-03-12Rename `.custom-file-control` to `.custom-file-label` (#25736)ysds1-2/+2
2018-03-12Add basic position to dropup/right/left and dropdown-menu-right (#25400)ysds2-13/+29
2018-03-12Disable link functionality on disabled `btn-link` (#25645)Peter Etelej1-0/+1
Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled.
2018-03-12Fix examples' issues #25664 and #25388 (#25665)ysds4-12/+3
* Prevent sign-in form from going outside viewport (#25388) * Workaround IE centering bug