Bootstrap 3.3.6 發布,Web 前端 UI 框架

jopen 9年前發布 | 11K 次閱讀 Bootstrap

Bootstrap 3.3.6發布,更新內容如下:

CSS

  • #16492: Use @input-border-radius variables on input groups.

    </li>

  • #16529: Un-style the caret on <select>s in IE10+.

    </li>

  • #16562, #16563: Create and implement a new @dl-horizontal-breakpoint variable to replace the @grid-float-breakpoint on .dl-horizontal.

    </li>

  • #16646, #16651: Fix hover border covering active links in pagination.

    </li>

  • #16684: Fix border-radius not being set on two corners of vertical btn group.

    </li>

  • #16718: Full 4-digit Unicode escape sequences in CSS for asterisk and plus Glyphicons.

    </li>

  • #16769: Remove the min-height on modal headers and replace with a clearfix to avoid collapsing when no title exists.

    </li>

  • #16779: Adjust the padding on jumbotrons within containers.

    </li>

  • #16785: Round the padding on containers to match the new rounding of negative margins on rows.

    </li>

  • #16796: Ensure carousel controls are clickable in IE9.

    </li>

  • #16804: Indicate which buttons in a button group are selected, even when disabled.

    </li>

  • #16824: Correct a math error in the padding-top of .control-labels in large and small horizontal forms.

    </li>

  • #16975: Use @carousel-control-font-size for in specific pixel values.

    </li>

  • #17001: Fix borders on focused inputs in input groups.

    </li> </ul>

    JS

    • #16865: Fix triggering of shown.bs.dropdown & hidden.bs.dropdown events so that relatedTarget property gets set properly.

      </li>

    • #16896: Note jQuery v3 incompatibility.

      </li> </ul>

      Docs

      • #16630, #16632: Update mention of not-allowed cursor in disabled checkboxes, radios, and fieldsets docs section.

        </li>

      • #16744: Mention in the README where Bootstrap's changelogs can be found.

        </li>

      • #16745: Add CHANGELOG.md file that points to GitHub Releases and our blog.

        </li>

      • #16747: Document that Collapse and Tab methods are asynchronous.

        </li>

      • #16793: Add example with visible <label> and input group addon.

        </li>

      • #16888: Add a local jQuery fallback.

        </li>

      • #16902: Fix grid in modal example by removing .container-fluid.

        </li>

      • #16965: Call out .icon-next, .icon-prev alternative classes for carousel.

        </li>

      • #17003: Add .col-offset-0 example addition to docs.

        </li>

      • #17726: Clarify the purpose of adding .in to the .fade of the initially-open Tab.

        </li>

      • #17729: Add Subresource Integrity (SRI) hashes to BootstrapCDN links

        </li>

      • #17742: Add CSS portion of IE10 viewport bug workaround to docs & examples

        </li>

      • #17809: Note that container: 'body' should be used for tooltips/popovers on tabular elements

        </li>

      • #17910: Document that .panel-title overrides the font size of <h1><h6> tags

        </li>

      • #18080: Document conflict between strict Content Security Policy and inline style attributes of .progress bars, and available workarounds

        </li> </ul>

        Packaging