The Wayback Machine - https://web.archive.org/web/20140717224246/https://github.com/twbs/bootstrap-blog/pull/18
Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

v3.2.0 post and redesign #18

Merged
merged 6 commits into from 21 days ago

3 participants

Mark Otto Chris Rebert Julian Thilo
Mark Otto
Owner
mdo commented

screen shot 2014-06-26 at 2 38 27 am

That old header was bothering me, so I nuked it and moved over to some Poole stuff. New header, new styles (back to rems for sizing), larger videos, and more. Plus, the v3.2.0 post.

For the release post the goal was highlight several things and not really cover everything. If I've missed something awesome, let me know though—I'd love to show off a bit more given how long this post has taken.

/cc @cvrebert @juthilo

_posts/2014-06-26-bootstrap-3-2-0-released.md
((24 lines not shown))
  24 +<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  25 +
  26 +<!-- Optional theme -->
  27 +<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
  28 +
  29 +<!-- Latest compiled and minified JavaScript -->
  30 +<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  31 +{% endhighlight %}
  32 +
  33 +## What's new
  34 +
  35 +Here's a look at some of the highlights of this release.
  36 +
  37 +### Responsive embeds
  38 +
  39 +As seen in SUIT CSS, we've added a few classes for creating responsive embeds. They're perfect for proportionally scaling down Youtube videos and more. [Head to the docs](http://getbootstrap.com/components/#responsive-embed) to check them out.
1
Julian Thilo Owner
juthilo added a note

"Youtube" -> "YouTube"? Only mentioning it, because it's the only thing that's not perfect in this draft. :smile:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Chris Rebert cvrebert commented on the diff
_posts/2014-06-26-bootstrap-3-2-0-released.md
((34 lines not shown))
  34 +
  35 +Here's a look at some of the highlights of this release.
  36 +
  37 +### Responsive embeds
  38 +
  39 +As seen in SUIT CSS, we've added a few classes for creating responsive embeds. They're perfect for proportionally scaling down Youtube videos and more. [Head to the docs](http://getbootstrap.com/components/#responsive-embed) to check them out.
  40 +
  41 +### New responsive utility classes
  42 +
  43 +We've had responsive utility classes—e.g., `.visible-xs`—for awhile now. Today, they level up a bit. We've added `block`, `inline-block`, and `inline` variations for each grid tier. For example, `.visible-xs-block` is now a thing.
  44 +
  45 +### Copy docs snippets
  46 +
  47 +Our documentation snippets just got an upgrade with the help of [ZeroClipboard](https://github.com/zeroclipboard/zeroclipboard), the open source Flash-based copy-paste button. It'll appear in the top right of nearly every example in the docs. Just click, and paste.
  48 +
  49 +### LMVTFY
2
Chris Rebert Owner
cvrebert added a note

Aw, shucks man, I'm flattered that you're mentioning this :joy:

Julian Thilo Owner
juthilo added a note

Absolutely deserved IMO. :heart_eyes_cat:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Chris Rebert
Owner

The translate3d jank/perf improvements could potentially be worth highlighting.

Chris Rebert
Owner

LGTM. Didn't find any issues while proofreading it.

Mark Otto mdo merged commit e3c49e0 into from
Mark Otto mdo closed this
Mark Otto mdo deleted the branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.