| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-04 | v4 docs Update Table Responsive to include ↵ | Patrick Yeo | 1 | -2/+16 | |
| `.table-responsive{-sm|-md|-lg|-xl}` (#23665) | |||||
| 2017-09-04 | Add correct button-variant mixin hover color (#23657) | Ben Hayward | 1 | -1/+1 | |
| 2017-09-04 | Mention dropping of .checkbox/.radio (#23656) | Herst | 1 | -0/+1 | |
| * Mention dropping of .checkbox/.radio * copy edirts | |||||
| 2017-09-04 | Remove usage of dropped .checkbox from docs (#23655) | Herst | 1 | -3/+3 | |
| 2017-09-04 | Drop Bower support (#23568) | Tanguy Krotoff | 7 | -55/+5 | |
| 2017-09-04 | IE11 supports pointer-events CSS property | Herst | 1 | -1/+1 | |
| See http://caniuse.com/#feat=pointer-events | |||||
| 2017-09-04 | js-minify task should just minify our dist files not our docs.min.js | Johann-S | 1 | -1/+1 | |
| 2017-09-04 | Merge pull request #23814 from alundiak/alundiak-patch-1 | Johann-S | 1 | -1/+1 | |
| Suggestion to use consistent information about running docs locally | |||||
| 2017-09-03 | Suggestion to use consistent information about running docs locally | Andrii Lundiak | 1 | -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-03 | Merge pull request #23732 from techdavid/fix-jumping-modal-on-resize | Johann-S | 2 | -0/+16 | |
| Fix jumping modal when the viewport is resized | |||||
| 2017-09-03 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | Johann-S | 28 | -95/+276 | |
| 2017-09-02 | Merge pull request #23671 from Herst/patch-5 | Johann-S | 1 | -1/+1 | |
| Remove speculations about jQuery 3 | |||||
| 2017-09-02 | Merge branch 'v4-dev' into patch-5 | Johann-S | 27 | -94/+275 | |
| 2017-09-02 | Merge pull request #23807 from vsn4ik/fix-migration-buttons-stateful-link | Johann-S | 1 | -1/+1 | |
| Fix migration button stateful link | |||||
| 2017-09-02 | Fix migration button stateful link | vsn4ik | 1 | -1/+1 | |
| 2017-09-02 | Update yarn URL in README.md (#23795) | Vasilii Artemchuk | 1 | -1/+1 | |
| 2017-09-02 | Merge pull request #23718 from techdavid/fix-unwanted-padding-on-modal | Johann-S | 2 | -2/+29 | |
| Fix unwanted body padding when a modal is opened | |||||
| 2017-09-02 | Merge branch 'v4-dev' into fix-unwanted-padding-on-modal | Johann-S | 24 | -90/+244 | |
| 2017-09-01 | Correct typo (#23805) | Eugenio | 1 | -1/+1 | |
| Shouldn't this be 'output' ? | |||||
| 2017-09-01 | Correct typo in in-page anchor (#23777) | Patrick H. Lauke | 1 | -1/+1 | |
| Fixes https://github.com/twbs/bootstrap/issues/23773 | |||||
| 2017-09-01 | Merge pull request #23684 from andresgalante/breadcrumbs-a11y | Johann-S | 1 | -20/+25 | |
| Adds accessibility notes to breadcrumbs | |||||
| 2017-08-31 | adds accecibility notes to breadcrumbs | Andres Galante | 1 | -20/+25 | |
| 2017-08-31 | Regroup our jQuery check in the same IIFE | Johann-S | 1 | -4/+4 | |
| 2017-08-31 | Use rollup to add our copyright instead of a custom script | Johann-S | 3 | -21/+9 | |
| 2017-08-31 | Create a bundled release of Bootstrap with Popper.js inside | Johann-S | 18 | -56/+214 | |
| 2017-08-31 | Adapt UglifyJS config for IE10 | Herst | 1 | -2/+5 | |
| See mishoo/UglifyJS2#2198 | |||||
| 2017-08-31 | Wall of Browser Bugs: Update table-cell border Chrome bug ref #23753 | Johann-S | 1 | -1/+1 | |
| 2017-08-30 | Wall of Browser Bugs: Update table-cell border Chrome bug ref | Chris Rebert | 1 | -1/+1 | |
| https://crbug.com/568691 has been succeeded by https://crbug.com/749848 | |||||
| 2017-08-30 | Collapse - typo correct aria-controls for multi collapse | Johann-S | 1 | -1/+1 | |
| 2017-08-30 | typo correct aria-controls | Chirag Modi | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into fix-jumping-modal-on-resize | David Bailey | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into fix-unwanted-padding-on-modal | David Bailey | 1 | -1/+1 | |
| 2017-08-29 | Merge branch 'v4-dev' into patch-5 | Johann-S | 9 | -10/+101 | |
| 2017-08-29 | Fix misspell | Jqmey | 1 | -1/+1 | |
| 2017-08-29 | Fix failing test | David Bailey | 1 | -0/+2 | |
| _adjustDialog should be called when the modal is first displayed to prevent it jumping position when the viewport is resized | |||||
| 2017-08-29 | Add failing test | David Bailey | 1 | -0/+14 | |
| 2017-08-29 | Fix unit tests in PhantomJS | David Bailey | 1 | -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-28 | Use getBoundingClientRect instead of jQuery | David Bailey | 1 | -1/+2 | |
| 2017-08-28 | Use jQuery outerWidth instead of offsetWidth | David Bailey | 1 | -1/+1 | |
| 2017-08-28 | Fix unwanted body padding when a modal opens | David Bailey | 1 | -1/+1 | |
| Prevents the test from failing | |||||
| 2017-08-28 | Add failing test | David Bailey | 1 | -0/+19 | |
| When the body does not overflow (achieved by hiding the QUnit container), it should not be given a margin. | |||||
| 2017-08-27 | Update URL for supported browsers | Christian Oliff | 1 | -1/+1 | |
| 2017-08-26 | Add missing class in the list-group example with links (#23677) | Valentin Alexiev | 1 | -1/+1 | |
| 2017-08-26 | Run all lint targets in `test` script. (#23685) | XhmikosR | 1 | -2/+2 | |
| 2017-08-26 | Fix `npm run docs-github` script. (#23688) | XhmikosR | 2 | -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-25 | Add unit test for xss in data target attribute | meeque | 1 | -0/+36 | |
| 2017-08-25 | Fix XSS in data-target | Johann-S | 2 | -1/+5 | |
| 2017-08-25 | Merge pull request #3 from twbs/v4-dev | Gijs Boddeus | 70 | -555/+1040 | |
| update from official repo | |||||
| 2017-08-25 | Fix sticky margin when a modal is opened (#23669) | David Bailey | 2 | -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-25 | Remove speculations about jQuery 3 | Herst | 1 | -1/+1 | |
