| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-16 | drop data-target so the dropdown link works | Mark Otto | 1 | -1/+1 | |
| 2016-10-16 | Merge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbars | Mark Otto | 3 | -5/+76 | |
| 2016-10-16 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 310 | -19535/+33193 | |
| 2016-10-16 | grunt | Mark Otto | 28 | -31/+49 | |
| 2016-10-16 | Merge pull request #20918 from twbs/revert-20867-dedupe-sm-vars | Mark Otto | 2 | -1/+3 | |
| Revert "Drop the $small-font-size variable for the newer $font-size-sm one" | |||||
| 2016-10-16 | Merge pull request #20915 from bardiharborow/sauce | Mark Otto | 1 | -3/+4 | |
| Change SauceLabs iPhone test to use Appium. | |||||
| 2016-10-16 | Revert "Drop the $small-font-size variable for the newer $font-size-sm one" | Mark Otto | 2 | -1/+3 | |
| 2016-10-17 | Change SauceLabs iPhone test to use Appium. | Bardi Harborow | 1 | -3/+4 | |
| 2016-10-15 | Merge pull request #20890 from bardiharborow/scrollspy-docs | Mark Otto | 1 | -2/+2 | |
| Update scrollspy navbar example. | |||||
| 2016-10-15 | Merge pull request #20898 from roooodcastro/issue-20897 | Mark Otto | 1 | -1/+1 | |
| Fixed #20897 by changing btn-default to btn-secondary in docs for V4 | |||||
| 2016-10-15 | Remove borders on the top and/or bottom when .list-group-flush is the first ↵ | Starsam80 | 1 | -0/+12 | |
| and/or last child Fully fixes #20395 | |||||
| 2016-10-13 | Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal ↵ | Rodrigo Castro | 1 | -1/+1 | |
| documentation page | |||||
| 2016-10-13 | Update scrollspy navbar example. | Bardi Harborow | 1 | -2/+2 | |
| 2016-10-11 | Merge pull request #20882 from vsn4ik/v4-dev-fix-utilites-classes | Mark Otto | 9 | -26/+26 | |
| v4: Fix outdated utilites classes | |||||
| 2016-10-12 | v4: Fix outdated utilites classes | vsn4ik | 9 | -26/+26 | |
| 2016-10-11 | Merge pull request #18400 from Johann-S/collapseCard | Mark Otto | 5 | -58/+59 | |
| Convert Collapse accordion from Panels to Cards | |||||
| 2016-10-11 | Collapse using card component | Johann-S | 5 | -58/+59 | |
| 2016-10-10 | Merge pull request #20878 from twbs/downloads-copy | Mark Otto | 2 | -27/+18 | |
| Updated Download docs | |||||
| 2016-10-10 | change custom builds callout to compiled builds callout | Mark Otto | 1 | -2/+2 | |
| 2016-10-10 | remove commented out custom builds | Mark Otto | 1 | -24/+0 | |
| 2016-10-10 | rework download options to mention source, compiled, and cdn | Mark Otto | 1 | -1/+16 | |
| 2016-10-10 | Merge pull request #17614 from Johann-S/patchTooltip | Mark Otto | 1 | -1/+1 | |
| [Fix #17611][V4] Change destroy to dispose for tooltip in _JQueryInterface | |||||
| 2016-10-09 | Merge pull request #20816 from bardiharborow/docs-clipboard | Mark Otto | 3 | -9/+15 | |
| Strip $ from copied shell commands. | |||||
| 2016-10-09 | grunt | Mark Otto | 6 | -6/+6 | |
| 2016-10-09 | Merge pull request #17568 from Johann-S/fixCollapseHeight | Mark Otto | 2 | -1/+16 | |
| [Fix #17555][V4] fix resetting style on closing collapse | |||||
| 2016-10-10 | Render bash and powershell prompts with ::before. | Bardi Harborow | 3 | -9/+15 | |
| 2016-10-09 | grunt | Mark Otto | 24 | -172/+253 | |
| 2016-10-09 | one more syntax error | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | Merge pull request #20876 from bardiharborow/fix-travis | Mark Otto | 1 | -806/+0 | |
| Fix Travis errors due to npm/npm#14042. | |||||
| 2016-10-09 | fix syntax | Mark Otto | 1 | -4/+4 | |
| 2016-10-10 | Fix Travis errors due to npm/npm#14042. | Bardi Harborow | 1 | -806/+0 | |
| 2016-10-09 | remove arrows from popovers docs | Mark Otto | 1 | -4/+0 | |
| 2016-10-09 | remove arrow from static html demos | Mark Otto | 1 | -4/+0 | |
| 2016-10-09 | Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵ | Mark Otto | 4 | -66/+90 | |
| brnrdog-tooltip-arrow | |||||
| 2016-10-09 | grunt | Mark Otto | 16 | -16/+36 | |
| 2016-10-09 | Merge pull request #20875 from twbs/custom-select-height | Mark Otto | 1 | -0/+2 | |
| Set height on custom select | |||||
| 2016-10-09 | Set height on custom select | Mark Otto | 1 | -0/+2 | |
| Matches the changes from #20874 to the regular select element. This is really only necessary for IE and Edge near as I can tell. Fixes #20810. | |||||
| 2016-10-09 | Merge pull request #20874 from twbs/select-height | Mark Otto | 1 | -1/+2 | |
| Match the height of select.form-control with input.form-control | |||||
| 2016-10-09 | Match the height of select.form-control with input.form-control | Mark Otto | 1 | -1/+2 | |
| Uses a local variable and some calc love to counteract the border-width (times 2) from the height of the select. Fixes #17194 and nullifies #19967. | |||||
| 2016-10-09 | document it a bit | Mark Otto | 1 | -2/+8 | |
| 2016-10-09 | Merge branch 'patch-10' of https://github.com/zalog/bootstrap into ↵ | Mark Otto | 1 | -1/+2 | |
| zalog-patch-10 | |||||
| 2016-10-09 | grunt | Mark Otto | 47 | -5383/+4955 | |
| 2016-10-09 | Merge pull request #20555 from bardiharborow/updatedeps | Mark Otto | 19 | -2902/+4118 | |
| Update dependencies, including Babel to v6 and zeroUnits fix. | |||||
| 2016-10-09 | Merge pull request #20873 from twbs/flush-list-group | Mark Otto | 1 | -0/+2 | |
| Reset the left and right border on list items for flush list groups | |||||
| 2016-10-09 | Reset the left and right border on list items for flush list groups | Mark Otto | 1 | -0/+2 | |
| Avoid the resetting of the already set values in #20397. Fixes #20395. | |||||
| 2016-10-09 | Merge pull request #20858 from vsn4ik/patch-1 | Mark Otto | 1 | -1/+1 | |
| Update devDependencies badge link. | |||||
| 2016-10-09 | Merge pull request #20872 from twbs/validation-fixes | Mark Otto | 3 | -13/+9 | |
| Form validation fixes | |||||
| 2016-10-09 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | fix focus shadows, if enabled | Mark Otto | 1 | -5/+5 | |
| 2016-10-09 | Use correct class for validation coloring on label elements | Mark Otto | 1 | -3/+3 | |
