| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-11-24 | document it | Mark Otto | 1 | -2/+2 | |
| 2017-11-25 | Use Jekyll's `smartify` filter when possible. (#24866) | XhmikosR | 1 | -1/+1 | |
| 2017-11-25 | Update package.json. (#24582) | XhmikosR | 1 | -0/+1 | |
| 1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders | |||||
| 2017-11-24 | Custom select updates (#24699) | Mark Otto | 1 | -0/+40 | |
| * Add support for size attribute on custom selects * Add large custom select, document it and the small variant * fix custom select focus state * fix custom file input focus styles * remove empty line | |||||
| 2017-11-24 | lets the centered modal have any height (#24803) | Andres Galante | 1 | -1/+1 | |
| 2017-11-24 | Rewrite custom form check backgrounds (#24697) | Mark Otto | 1 | -0/+1 | |
| * Rewrite custom form check backgrounds Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true. Fixes #24598 * restore default vars * Revamp custom check and radio backgrounds Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient. * remove now unused mixin * mention change in migration docs | |||||
| 2017-11-24 | closes #24450 | Mark Otto | 1 | -3/+1 | |
| 2017-11-24 | Update typography docs (#24863) | ysds | 1 | -1/+1 | |
| 2017-11-20 | Add support for fractional viewport widths (zoom/high-dpi displays) (#24299) | Patrick H. Lauke | 3 | -10/+17 | |
| * Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support | |||||
| 2017-11-20 | Fix dropup example code | ysds | 1 | -2/+1 | |
| 2017-11-19 | Typos in grid.md (#24828) | Rychu | 1 | -1/+1 | |
| Fixed typos in offsetting section of grid.md | |||||
| 2017-11-17 | Change the text color to dark on bg color warning examples (#24805) | Andres Galante | 1 | -2/+2 | |
| 2017-11-16 | Fix installing deps in our webpack docs | Johann-S | 1 | -1/+1 | |
| 2017-11-15 | Use UMD and fix build to properly load deps (#24783) | Federico Zivolo | 1 | -19/+3 | |
| 2017-11-15 | Correct spelling mistakes. (#24778) | Edward Betts | 1 | -1/+1 | |
| 2017-11-15 | Removed .col-form-label from vertical form example (#24771) | Daniel Niccoli | 1 | -2/+2 | |
| Fixes #24739 | |||||
| 2017-11-11 | fix typo grid.md (#24757) | Gijs Boddeus | 1 | -1/+1 | |
| fixes #24744 | |||||
| 2017-11-09 | Add missing `role="button"` in collapse examples. (#24725) | Patrick Yeo | 1 | -8/+8 | |
| 2017-11-09 | Use native pseudo-selectors instead of jQuery selectors (#24713) | Vasilii Artemchuk | 3 | -9/+9 | |
| 2017-11-08 | Use correct jQuery name in docs (#24712) | Vasilii Artemchuk | 15 | -15/+15 | |
| 2017-11-06 | descriptive docs variable naming (#24521) | m5o | 1 | -2/+2 | |
| * use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables | |||||
| 2017-11-06 | getting-started.md: Redirect from `/getting-started/` too. (#24669) | XhmikosR | 1 | -2/+3 | |
| 2017-11-03 | Remove a few extra newlines. | XhmikosR | 14 | -32/+0 | |
| 2017-11-03 | Highlight snippet as CSS. | XhmikosR | 1 | -1/+1 | |
| 2017-11-03 | getting-started/introduction.md: move title below the retired meta tags. | XhmikosR | 1 | -1/+2 | |
| 2017-11-03 | Update our Webpack documentation for Webpack 3 (#24656) | Johann-S | 1 | -3/+17 | |
| 2017-10-31 | Fix invalid `<nav ... role="tablist">` in docs. | patrickhlauke | 1 | -9/+13 | |
| 2017-10-31 | Remove `datetime-local` warning from vnu ignore list, change reboot example. | patrickhlauke | 1 | -2/+7 | |
| 2017-10-31 | Remove the redundant `role=navigation` from `nav`s. | XhmikosR | 1 | -3/+3 | |
| 2017-10-31 | Add display utilities link in 'Utilities for layout' docs page (#24615) | Giovanni Totaro - aka Vanni | 1 | -1/+1 | |
| 2017-10-30 | Minor Markdown consistency cleanup. (#24605) | XhmikosR | 6 | -5/+14 | |
| 2017-10-30 | redesign these tables, fix headings, add intro paragraphs | Mark Otto | 1 | -34/+38 | |
| 2017-10-30 | Add missing trailing slashes to URLs in docs | Giovanni Totaro | 1 | -1/+1 | |
| 2017-10-30 | Merge branch 'v4-dev' into docs-bundle-js | Giovanni Totaro - aka Vanni | 5 | -5/+5 | |
| 2017-10-30 | Fix bad title for our dispose method in our documentation | Johann-S | 5 | -5/+5 | |
| 2017-10-30 | Explain contents of bundled JS files in docs (#23735) | Giovanni Totaro | 1 | -1/+31 | |
| 2017-10-29 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -0/+184 | |
| 2017-10-29 | nuke container class for consistency while we're here | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | tweak spacing | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 1 | -0/+126 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-29 | Add `.modal-dialog-centered` for optional vertically centered modal (#24510) | Mark Otto | 1 | -0/+58 | |
| * Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier. | |||||
| 2017-10-29 | Merge branch 'v4-dev' of https://github.com/jipexu/bootstrap into jipexu-v4-dev | Mark Otto | 1 | -17/+17 | |
| 2017-10-28 | Add information about the fact we do not use Popper.js for Dropdown c… ↵ | Johann-S | 1 | -1/+1 | |
| (#24571) * Add information about the fact we do not use Popper.js for Dropdown contained in navbars * Update dropdowns.md * Update dropdowns.md | |||||
| 2017-10-28 | Revamp docs About section (#24589) | Mark Otto | 2 | -25/+18 | |
| - Drops the Team page for privacy and accuracy. I don't want to pressure folks into feeling committed to the project through a page like this, and it also doesn't allow folks any privacy option (as you can hide org membership on your GitHub profile). - Moves the History page into an Overview page, which includes an updated history page and a quick team blurb at the top. - Added redirects to the new Overview page from Team and History | |||||
| 2017-10-27 | form y space in doc | jeanpierre | 1 | -17/+17 | |
| 2017-10-26 | Add `table-row` in documentation (#24551) | Paweł Kuna | 1 | -0/+1 | |
| 2017-10-22 | fixes #23695 | Mark Otto | 1 | -0/+1 | |
| 2017-10-22 | Merge branch 'input-group-custom-forms' into v4-dev | Mark Otto | 1 | -2/+95 | |
| 2017-10-22 | clarify | Mark Otto | 1 | -1/+3 | |
| 2017-10-22 | improve visual appeal of examples | Mark Otto | 1 | -4/+4 | |
