| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-13 | Update colors in _data and theming.md to match _variables.scss (#24355) | Jesse Mandel | 1 | -4/+6 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 1 | -2/+2 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-10-02 | Require quick start to be more explicit about CSS and JS | Mark Otto | 1 | -2/+23 | |
| 2017-10-02 | Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2017-10-02 | change away from vars | Mark Otto | 1 | -2/+2 | |
| 2017-10-02 | add components section, remove todos | Mark Otto | 1 | -8/+39 | |
| 2017-10-02 | functions aww yeah | Mark Otto | 1 | -2/+45 | |
| 2017-10-02 | add new thing to a map | Mark Otto | 1 | -3/+7 | |
| 2017-10-02 | quote those to match source code | Mark Otto | 1 | -13/+13 | |
| 2017-10-02 | nuke the options page, add redirect from it to new theming page | Mark Otto | 2 | -121/+1 | |
| 2017-10-02 | bring over colors section | Mark Otto | 1 | -1/+77 | |
| 2017-10-02 | port over variable options list | Mark Otto | 1 | -3/+14 | |
| 2017-10-02 | port latest from options for default vars | Mark Otto | 1 | -5/+11 | |
| 2017-10-02 | Stub out new Theming page | Mark Otto | 1 | -0/+114 | |
| 2017-10-01 | Make Node.js 6 the minimum version. | XhmikosR | 3 | -3/+3 | |
| Also, be consistent with Node.js' name. | |||||
| 2017-10-01 | Updates to customizing variables docs (#24186) | Mark Otto | 1 | -4/+8 | |
| * Variable overrides within the same Sass file can come before or after the default value, but across files they must come first. * Removed the double :: at the end of the paragraph. * Fixed usage of overwrite when we mean override. | |||||
| 2017-09-27 | Changed hex values to follow bootstrap coding guidelines | Moris Zen Pasic | 1 | -2/+2 | |
| 2017-09-27 | Added examples to the existing docs change for more clarity | Moris Zen Pasic | 1 | -5/+7 | |
| 2017-09-27 | Making the customization option docs cleared about variable overrides with ↵ | Moris Zen Pasic | 1 | -1/+1 | |
| !default flag | |||||
| 2017-09-26 | Move Autoprefixer's config in package.json. | XhmikosR | 1 | -1/+1 | |
| This is so other plugins can use it too. | |||||
| 2017-09-26 | Mention that dropdowns depend on popper.js too. | XhmikosR | 1 | -1/+1 | |
| 2017-09-26 | Minor Markdown consistency changes. | XhmikosR | 3 | -0/+3 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 5 | -7/+7 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-09-26 | docs: fix syntax highlighting for shell scripts. (#24103) | XhmikosR | 1 | -3/+3 | |
| Switch all instances to `sh` but keep `bash` so that things won't break either way. | |||||
| 2017-09-09 | Use CSS3 pseudo elements in documentation | vsn4ik | 1 | -1/+1 | |
| 2017-09-09 | Don't create empty columns in documentation | Herst | 1 | -2/+2 | |
| 2017-09-05 | Use site.repo in docs | vsn4ik | 2 | -6/+6 | |
| 2017-09-05 | add title to starter template code snippet | Mark Otto | 1 | -0/+1 | |
| 2017-09-04 | Removing extra bracket in introduction docs. (#23791) | Morva Kristóf | 1 | -1/+1 | |
| 2017-09-04 | Drop Bower support (#23568) | Tanguy Krotoff | 2 | -10/+2 | |
| 2017-08-16 | browsers-devices.md: fix typo. (#23495) | XhmikosR | 1 | -1/+1 | |
| 2017-08-14 | Remove apostrophe | Cory Becker | 1 | -1/+1 | |
| 2017-08-14 | v4 docs Add description for global variable `$enable-caret` | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-11 | “Sass” is standard in text and headings. (#23328) | Steven Black | 1 | -1/+1 | |
| 2017-08-11 | Fix broken links in doc (#23324) | Chirag Modi | 1 | -1/+1 | |
| 2017-08-11 | Fix JavaScript case and a typo. (#23320) | XhmikosR | 1 | -1/+1 | |
| 2017-08-11 | Fix broken links in documentation. (#23315) | Jan Karlo Dela Cruz | 1 | -3/+3 | |
| 2017-08-11 | Update Rubygems version. (#23289) | béla | 1 | -2/+2 | |
| 2017-08-10 | Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122) | Christian Oliff | 1 | -22/+0 | |
| I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR. | |||||
| 2017-08-10 | Update javascript.md | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Add event.preventDefault documentation to javascript.md | Varunram | 1 | -1/+1 | |
| 2017-08-09 | remove commented out code while here | Mark Otto | 1 | -4/+0 | |
| 2017-08-09 | rewrite parts of download page | Mark Otto | 1 | -6/+22 | |
| 2017-08-09 | clarify optional js, add some links, emphasize some text | Mark Otto | 2 | -4/+7 | |
| 2017-07-30 | Update accessibility.md | 汪磊 | 1 | -1/+1 | |
| 2017-06-30 | update redirect_from on docs pages | Mark Otto | 1 | -1/+1 | |
| 2017-06-30 | callout for future sass implementation | Mark Otto | 1 | -0/+4 | |
| [skip ci] | |||||
| 2017-06-29 | Drop the old $gray- variables for the new color range | Mark Otto | 1 | -4/+4 | |
| 2017-06-25 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 2 | -5/+5 | |
| 2017-06-25 | update rendering of colors in options.md | Mark Otto | 1 | -7/+1 | |
