aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto198-150/+152
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-08vnu.jar: Ignore all wrong language code warnings.XhmikosR1-2/+2
2018-04-07closes #26213Mark Otto1-1/+1
2018-04-05Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2018-04-05add examples to theming docs section on css vars in media queries, closes #26205Mark Otto1-1/+21
2018-04-05Remove note about multiple inputs (#26194)Jason Quense1-1/+1
* Remove note about multiple inputs * patchs the PR and removes the word Also
2018-04-05docs: Switch to StackPath's URL.XhmikosR2-3/+3
While the old one will keep working, better switch to the new one.
2018-04-02Fix broken URI fragments and redirects.XhmikosR21-27/+27
2018-04-02Use https when possible.XhmikosR13-17/+17
2018-04-01distMark Otto6-6/+9
2018-04-01Pagination move `.page-link:focus` outline value to variable ↵Patrick Yeo2-1/+2
`$pagination-focus-outline` so we can unset it via Sass and don't have to re-implement browser defaults
2018-04-01Allow non-string content as breadcrumb divider (#25581)Martijn Cuppens3-9/+30
* Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs
2018-04-01Update offcanvas example for IE supportMark Otto2-15/+13
- Replaces CSS variables with their appropriate hex values - Fixes the broken navbar transition by moving from 2D translates to using position - Fix broken IE navbar toggler placement with some utilities (not necessary anywhere else, but necessary given flexbox quirks)
2018-04-01Dashboard updates (#26179)Mark Otto2-8/+22
* Update Dashboard example - Replaces .sticky-top on .navbar with .fixed-top - Adjusts padding on main content area and sidebar to account for fixed navbar - Move to padding in sidebar instead of top: 48px; fixes Firefox rendering issue - Adds new .shadow utility for a little extra cherry on top - Moves sticky styles to separate feature query ruleset to avoid IE rendering issues * Add .w-100 to chart to fix IE horizontal scroll from label that extended past viewport
2018-04-01Tiny grammar and punctuation tweaks to a comment.Tom Swirly1-1/+1
1. It's == "it is" 2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it. Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
2018-04-01docs edit suggestionMark Otto1-1/+1
2018-03-31distMark Otto9-7/+209
2018-03-31Deprecate .text-hide (#26173)Mark Otto1-0/+2
2018-03-31Add box-shadow utilities (#25758)Mark Otto5-0/+31
2018-03-31Mention browserslist config in our docs to close #25429Mark Otto1-0/+19
2018-03-31Add new .flex-grow and .flex-shrink utilsMark Otto2-0/+33
2018-03-31Fix Chrome's rendering of .card-columnsMark Otto1-0/+2
Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739. Fixes #20925.
2018-03-31document new text color utilsMark Otto1-0/+3
2018-03-31add 50% translucent black and white textMark Otto1-0/+3
2018-03-31add .text-body, fixes #25412Mark Otto1-0/+1
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