-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from twbs/3.3.5
Add v3.3.5 release post
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
layout: post | ||
title: Bootstrap 3.3.5 released | ||
version: 3.3.5 | ||
--- | ||
|
||
<div class="embed-responsive embed-responsive-16by9"> | ||
<iframe class="embed-responsive-item" src="//www.youtube.com/embed/vCadcBR95oU?rel=0" width="760" height="570" allowfullscreen></iframe> | ||
</div> | ||
|
||
Bootstrap 3.3.5 is here! This release has focused on bug fixes, accessibility improvements, and documentation updates. We've had over 330 commits and 160 closed issues and pull requests from over 40 contributors since our last release! Hell yeah. | ||
|
||
Here are some of the highlights: | ||
|
||
- Updated to Normalize.css v3.0.3. | ||
- List groups now support `<button>` elements. | ||
- Cleaned up some extraneous `padding` on jumbotrons across various viewports. | ||
- Fixed input group sizing classes on all supported elements for real this time. | ||
- Applied a few tooltip and popover positioning fixes. | ||
- Fixed behavior when using tooltips and popovers that are triggered by multiple events. | ||
- Fixed some memory leakage in the tooltip and popover plugins. | ||
- Fixed incorrect Affix positioning when a webpage has a sticky footer. | ||
- Fixed npm package to include all Grunt scripts, so that `grunt dist` works if you installed Bootstrap from npm. | ||
|
||
For a complete breakdown, [read the release changelog](https://github.com/twbs/bootstrap/releases/tag/v3.3.5) and the [v3.3.5 milestone](https://github.com/twbs/bootstrap/issues?q=milestone%3Av3.3.5+is%3Aclosed). | ||
|
||
## Bootstrap Slack | ||
|
||
Since we last shipped a release, we made an official Slack for folks to hang out with other Bootstrappers. Registration is completely open thanks to the [Slackin open source project](https://github.com/rauchg/slackin). We have two channels to start—general and help—and nearly 1,000 members to date! | ||
|
||
**[Sign up here](https://bootstrap-slack.herokuapp.com/)** to join. | ||
|
||
## Download Bootstrap | ||
|
||
Download the latest release—source code, compiled assets, and documentation—as a ZIP file directly from GitHub: | ||
|
||
<a class="btn-link" href="https://github.com/twbs/bootstrap/archive/v3.3.5.zip">Download Bootstrap 3.3.5</a> | ||
|
||
Hit the [project repository](https://github.com/twbs/bootstrap) or [Sass repository](https://github.com/twbs/bootstrap-sass) for more options. Also, remember [we're available on npm](https://www.npmjs.org/package/bootstrap), too. | ||
|
||
## Bootstrap CDN | ||
|
||
After reviewing the changelog, update your CDN links to point to the v3.3.5 files: | ||
|
||
{% highlight html %} | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | ||
|
||
<!-- Optional theme --> | ||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | ||
{% endhighlight %} | ||
|
||
<3, | ||
|
||
[@cvrebert](https://github.com/cvrebert) & [team](http://getbootstrap.com/about/#team) |