aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto64-139/+139
2018-04-29distMark Otto31-98/+144
2018-04-29Simplify custom file inner height for generated browse buttonMark Otto2-1/+2
2018-04-29Update README.mdConstantin Ross1-1/+1
2018-04-29Doc update - remove media-breakpoint-up(xs) (#26316)David De Sloovere1-4/+15
* Doc update - remove media-breakpoint-up(xs) If media-breakpoint-down(xl) is not listed, then media-breakpoint-up(xs) does not need to be listed either. The above 4 media queries are now aligned with the 4 media-breakpoint-up mixins (just like their media-breakpoint-down counterparts). * Improve media-breakpoint-up/down docs
2018-04-27Add comment in docs JS files.XhmikosR3-1/+9
2018-04-27Pass docs version to search form and switch to the new index.XhmikosR5-30/+41
Also, move the search code to a separate file.
2018-04-26Change accordion example id (#26391)Patrick H. Lauke1-4/+4
for clarity/consistency with other similar examples
2018-04-23Closes #26300: Add cursor pointer to carousel indicatorsVarunram1-0/+1
2018-04-23Remove unnecessary resetting of left round (#26238)ysds1-2/+1
2018-04-23add validation styles for .form-control-file (#26181)Mark Otto1-0/+10
2018-04-23Replace reboot monospace hack with system font stacknickg2-11/+1
2018-04-23workaround for IE that check indicator does not appear (#25944)ysds1-2/+3
2018-04-23Print color fix dark tables and dark theads (#26193)Martijn Cuppens1-0/+17
2018-04-22Update Jekyll to 3.8.0. (#26352)XhmikosR2-3/+3
2018-04-19detect test exceeded maximum duration on Sauce LabsJohann-S1-4/+9
2018-04-17typoMark Otto1-1/+1
2018-04-17Be explicit in the docs for deprecating text-hideMark Otto1-1/+1
2018-04-17Update devDependencies. (#26322)XhmikosR2-168/+51
2018-04-16Update devDependencies. (#26309)XhmikosR2-184/+185
2018-04-16Suppress text-hide deprecation warning (#26242)Alexander Rechsteiner2-3/+5
2018-04-16breadcrumb.md: Remove trailing space.XhmikosR1-1/+1
2018-04-16Bump version to 4.1.0 for remaining files.XhmikosR3-3/+3
2018-04-16Resolve #26262: Add deprecated warning (#26292)Varunram Ganesh1-0/+6
2018-04-16Remove `dialog` from the HTML5 shim style (#26269)Patrick H. Lauke1-1/+1
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
2018-04-14[trivial] Correct typos (#26297)Varunram Ganesh3-4/+4
2018-04-13fix issue related to Object.keys and Dropdown issueJohann-S5-25/+25
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu5-13/+13
2018-04-12modal use global scope for defaultMietekN1-1/+1
2018-04-12Dropdowns `display` default value (#26272)denisname1-1/+1
2018-04-11update README.md - debug search option is now in application.js (#26263)Laussel Loïc1-1/+1
2018-04-10Fix incorrect value of Stylelint option (#26192)ruedap1-3/+1
2018-04-10Update dependencies and gems (#26234)XhmikosR5-1346/+1590
2018-04-10Fix incorrect class name (#26239)Jonathan1-1/+1
Fixes #26235
2018-04-10v4 improve coverage (#25945)Johann-S7-7/+214
* Improve code coverage for our Button plugin * improve coverage for our Alert plugin * test tooltip update method * test update and dispose for dropdown * increase code coverage requirements
2018-04-09Clean up globals.XhmikosR5-9/+13
Also, add a missing license header in build/workbox.js.
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