| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -336/+0 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-04-07 | closes #26213 | Mark Otto | 1 | -1/+1 | |
| 2018-04-02 | Use https when possible. | XhmikosR | 1 | -1/+1 | |
| 2018-03-04 | Update blockquote migration docs to reflect #22949 | Mark Otto | 1 | -1/+1 | |
| Fixes #25669, closes #25779. | |||||
| 2018-03-04 | Fix #25746 | Mark Otto | 1 | -2/+2 | |
| 2018-02-03 | Clarify migration docs to remove mention of .table-responsive being for the ↵ | Mark Otto | 1 | -1/+0 | |
| parent element vs the table element itself (#25539) | |||||
| 2018-01-19 | Use Jekyll's markdownify filter instead of a custom plugin (#25319) | m5o | 1 | -1/+0 | |
| 2018-01-17 | Prevent print utils from overriding all other display utils (#25269) | Mark Otto | 1 | -0/+11 | |
| * Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes | |||||
| 2018-01-15 | Mention .input-group-text in migration docs (#25325) | Mark Otto | 1 | -1/+1 | |
| Closes #25231 | |||||
| 2017-12-31 | Mention -file-text change in Migration docs (#25144) | Mark Otto | 1 | -0/+2 | |
| Fixes #25127. | |||||
| 2017-12-26 | Fix input group border radius issue (#25075) (#25076) | ysds | 1 | -2/+0 | |
| * Fix input group border radius issue (#25075) * Remove migration note - All buttons In input group do not have to be the same element now. * lint | |||||
| 2017-12-23 | closes #24973 | Mark Otto | 1 | -0/+1 | |
| 2017-12-22 | Form check markup v2 (#25050) | Mark Otto | 1 | -1/+12 | |
| * match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes | |||||
| 2017-12-22 | Rewrite input group component (#25020) | Mark Otto | 1 | -0/+10 | |
| * Rewrite input group component * Set the feedback to 100% width for input group * Move from .row to .form-row for tighter layout * no need for custom feedback here, we're using browser messaging * add input group to validation examples * add note about validating multiple * migration note added | |||||
| 2017-12-08 | Update link to Font Awesome | Christian Oliff | 1 | -1/+1 | |
| They have a shiny new site for v5 - https://fontawesome.com/ | |||||
| 2017-12-02 | Document breaking change from #24932 | Mark Otto | 1 | -0/+1 | |
| 2017-11-24 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+2 | |
| 2017-11-24 | add migration note | Mark Otto | 1 | -0/+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 | 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-10-22 | fixes #23695 | Mark Otto | 1 | -0/+1 | |
| 2017-10-22 | start beta 3 migration docs, mention removed var | Mark Otto | 1 | -0/+6 | |
| 2017-10-20 | migration.md: fix Jekyll variable. (#24449) | XhmikosR | 1 | -1/+1 | |
| Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally. | |||||
| 2017-10-19 | Make 1.9.1 the minimum jQuery version again. (#24434) | XhmikosR | 1 | -1/+1 | |
| 2017-10-18 | Improves forms migration guide, docs, and scss (#24348) | Andres Galante | 1 | -2/+3 | |
| * fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration | |||||
| 2017-10-17 | mention color contrast function change | Mark Otto | 1 | -0/+1 | |
| 2017-10-08 | Make `Dropped the Affix jQuery plugin` bold. (#24294) | XhmikosR | 1 | -1/+1 | |
| 2017-10-01 | Fix link to Extend section in Migration docs (#24192) | Aarón García Hervás | 1 | -1/+1 | |
| 2017-09-27 | Mention replacement for .btn-group-justified (#23838) | Herst | 1 | -1/+1 | |
| Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088 | |||||
| 2017-09-26 | Minor Markdown consistency changes. | XhmikosR | 1 | -0/+1 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 1 | -1/+1 | |
| * 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-09 | copy edits | Mark Otto | 1 | -1/+1 | |
| 2017-09-09 | Mention removal of contextual progress bar classes | Herst | 1 | -0/+4 | |
| 2017-09-05 | Update form validation migration docs | Mark Otto | 1 | -2/+1 | |
| 2017-09-05 | jquery 3 mention | Mark Otto | 1 | -1/+2 | |
| 2017-09-05 | mention bower drop | Mark Otto | 1 | -0/+1 | |
| 2017-09-05 | headings, pointer events | Mark Otto | 1 | -0/+6 | |
| 2017-09-05 | responsive table break | Mark Otto | 1 | -0/+1 | |
| 2017-09-05 | Update migration.md | Mark Otto | 1 | -0/+1 | |
| 2017-09-05 | Update migration.md | Mark Otto | 1 | -0/+1 | |
| 2017-09-05 | Update migration.md | XhmikosR | 1 | -1/+1 | |
| 2017-09-05 | add section to migration docs for important v4 beta 2 changes | Mark Otto | 1 | -3/+5 | |
| 2017-09-04 | Mention dropping of .checkbox/.radio (#23656) | Herst | 1 | -0/+1 | |
| * Mention dropping of .checkbox/.radio * copy edirts | |||||
| 2017-09-02 | Fix migration button stateful link | vsn4ik | 1 | -1/+1 | |
| 2017-08-19 | Carousel prev/next controls are renamed accordingly (#23561) | Jeroen van Warmerdam | 1 | -1/+1 | |
| 2017-08-15 | fixes #23464: update grid migration docs to mention order replaced push/pull | Mark Otto | 1 | -1/+2 | |
| 2017-08-14 | Mention badge-default in migration docs, fix typo on popover docs (#23409) | jipexu | 1 | -0/+1 | |
| 2017-08-11 | Fix malformed link | Brian Surowiec | 1 | -1/+1 | |
| 2017-08-11 | Fix .table-info migration text | Clark Winkelmann | 1 | -1/+1 | |
| .table-info should be .info in bootstrap 3 | |||||
| 2017-08-11 | Fix broken links in doc (#23324) | Chirag Modi | 1 | -1/+1 | |
