aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04v4 docs Update Table Responsive to include ↵Patrick Yeo1-2/+16
`.table-responsive{-sm|-md|-lg|-xl}` (#23665)
2017-09-04Add correct button-variant mixin hover color (#23657)Ben Hayward1-1/+1
2017-09-04Mention dropping of .checkbox/.radio (#23656)Herst1-0/+1
* Mention dropping of .checkbox/.radio * copy edirts
2017-09-04Remove usage of dropped .checkbox from docs (#23655)Herst1-3/+3
2017-09-04Drop Bower support (#23568)Tanguy Krotoff7-55/+5
2017-09-04IE11 supports pointer-events CSS propertyHerst1-1/+1
See http://caniuse.com/#feat=pointer-events
2017-09-04js-minify task should just minify our dist files not our docs.min.jsJohann-S1-1/+1
2017-09-04Merge pull request #23814 from alundiak/alundiak-patch-1Johann-S1-1/+1
Suggestion to use consistent information about running docs locally
2017-09-03Suggestion to use consistent information about running docs locallyAndrii Lundiak1-1/+1
Idea is about to leave Ruby/Bundler commands in tooling section/readme/space, and on main readme use npm scripts syntax.
2017-09-03Merge pull request #23732 from techdavid/fix-jumping-modal-on-resizeJohann-S2-0/+16
Fix jumping modal when the viewport is resized
2017-09-03Merge branch 'v4-dev' into fix-jumping-modal-on-resizeJohann-S28-95/+276
2017-09-02Merge pull request #23671 from Herst/patch-5Johann-S1-1/+1
Remove speculations about jQuery 3
2017-09-02Merge branch 'v4-dev' into patch-5Johann-S27-94/+275
2017-09-02Merge pull request #23807 from vsn4ik/fix-migration-buttons-stateful-linkJohann-S1-1/+1
Fix migration button stateful link
2017-09-02Fix migration button stateful linkvsn4ik1-1/+1
2017-09-02Update yarn URL in README.md (#23795)Vasilii Artemchuk1-1/+1
2017-09-02Merge pull request #23718 from techdavid/fix-unwanted-padding-on-modalJohann-S2-2/+29
Fix unwanted body padding when a modal is opened
2017-09-02Merge branch 'v4-dev' into fix-unwanted-padding-on-modalJohann-S24-90/+244
2017-09-01Correct typo (#23805)Eugenio1-1/+1
Shouldn't this be 'output' ?
2017-09-01Correct typo in in-page anchor (#23777)Patrick H. Lauke1-1/+1
Fixes https://github.com/twbs/bootstrap/issues/23773
2017-09-01Merge pull request #23684 from andresgalante/breadcrumbs-a11yJohann-S1-20/+25
Adds accessibility notes to breadcrumbs
2017-08-31adds accecibility notes to breadcrumbsAndres Galante1-20/+25
2017-08-31Regroup our jQuery check in the same IIFEJohann-S1-4/+4
2017-08-31Use rollup to add our copyright instead of a custom scriptJohann-S3-21/+9
2017-08-31Create a bundled release of Bootstrap with Popper.js insideJohann-S18-56/+214
2017-08-31Adapt UglifyJS config for IE10Herst1-2/+5
See mishoo/UglifyJS2#2198
2017-08-31Wall of Browser Bugs: Update table-cell border Chrome bug ref #23753Johann-S1-1/+1
2017-08-30Wall of Browser Bugs: Update table-cell border Chrome bug refChris Rebert1-1/+1
https://crbug.com/568691 has been succeeded by https://crbug.com/749848
2017-08-30Collapse - typo correct aria-controls for multi collapseJohann-S1-1/+1
2017-08-30typo correct aria-controlsChirag Modi1-1/+1
2017-08-29Merge branch 'v4-dev' into fix-jumping-modal-on-resizeDavid Bailey1-1/+1
2017-08-29Merge branch 'v4-dev' into fix-unwanted-padding-on-modalDavid Bailey1-1/+1
2017-08-29Merge branch 'v4-dev' into patch-5Johann-S9-10/+101
2017-08-29Fix misspellJqmey1-1/+1
2017-08-29Fix failing testDavid Bailey1-0/+2
_adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized
2017-08-29Add failing testDavid Bailey1-0/+14
2017-08-29Fix unit tests in PhantomJSDavid Bailey1-3/+10
Use a virtual scrollbar as this is simpler than having a real one (overflow: scroll doesn't seem to work in Phantom), and disable it for the new test. One test has also been altered to prevent erroneous fails when other inline styles are added to the body (e.g. overflow).
2017-08-28Use getBoundingClientRect instead of jQueryDavid Bailey1-1/+2
2017-08-28Use jQuery outerWidth instead of offsetWidthDavid Bailey1-1/+1
2017-08-28Fix unwanted body padding when a modal opensDavid Bailey1-1/+1
Prevents the test from failing
2017-08-28Add failing testDavid Bailey1-0/+19
When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin.
2017-08-27Update URL for supported browsersChristian Oliff1-1/+1
2017-08-26Add missing class in the list-group example with links (#23677)Valentin Alexiev1-1/+1
2017-08-26Run all lint targets in `test` script. (#23685)XhmikosR1-2/+2
2017-08-26Fix `npm run docs-github` script. (#23688)XhmikosR2-2/+3
`$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file.
2017-08-25Add unit test for xss in data target attributemeeque1-0/+36
2017-08-25Fix XSS in data-targetJohann-S2-1/+5
2017-08-25Merge pull request #3 from twbs/v4-devGijs Boddeus70-555/+1040
update from official repo
2017-08-25Fix sticky margin when a modal is opened (#23669)David Bailey2-2/+52
* Adjust margin for sticky elements on modal Previously white space was visible to the right of sticky elements due to right padding being added to the body. This fixes #23661. * Add unit tests for margin of sticky elements on modal
2017-08-25Remove speculations about jQuery 3Herst1-1/+1