Bootstrap 3.3.2 released

@mdo January 19, 2015

Bootstrap 3.3.2 is here! This release has been all about bug fixes, accessibility improvements, and documentation updates. We’ve had over 300 commits from 19 contributors since our last release. Woohoo!

Here are some of the highlights:

  • Updated Glyphicons to v1.9.
  • Reverted support for delegating multiple tooltips via a single element, because it caused nasty regressions.
  • Fixed a regression that broke wrap: false for the carousel plugin.
  • Added manual vendor prefixing back to carousel CSS to avoid a regression among folks not yet using Autoprefixer.
  • Improved accessibility of our examples and added more accessibility guidance to our docs.

We’ve also deployed two new bots to aid Bootstrap’s development:

  • Savage, a bot to automatically run Sauce cross-browser tests on JavaScript pull requests.
  • @twbs-grunt, a bot to automatically keep our compiled /dist/ files up-to-date

For a complete breakdown, read the release changelog or the v3.3.2 milestone.

New team member

We’re stoked to welcome Patrick to the Bootstrap team! Patrick brings with him terrific accessibility expertise and has already contributed many improvements to Bootstrap’s components and documentation.

Download Bootstrap

Download the latest release—source code, compiled assets, and documentation—as a zip file directly from GitHub:

Download Bootstrap 3.3.2

Hit the project repository or Sass repository for more options. Also, remember we’re available on npm, too.

Bootstrap CDN

After reviewing the changelog, update your CDN links to point to the v3.3.2 files:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>