From d9b502dfb876c40b0735008bac18049c7ee7b6d2 Mon Sep 17 00:00:00 2001 From: fat Date: Fri, 17 May 2013 10:26:09 -0700 Subject: [PATCH] missed a few 2.3.1's --- CHANGELOG.md | 3 +++ component.json | 2 +- docs/base-css.html | 25 +++++++++++++++++++++ docs/components.html | 25 +++++++++++++++++++++ docs/customize.html | 27 +++++++++++++++++++++- docs/extend.html | 25 +++++++++++++++++++++ docs/getting-started.html | 33 +++++++++++++++++++++++---- docs/index.html | 35 ++++++++++++++++++++++++----- docs/javascript.html | 25 +++++++++++++++++++++ docs/scaffolding.html | 25 +++++++++++++++++++++ docs/templates/pages/index.mustache | 4 ++-- package.json | 2 +- 12 files changed, 217 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154fb2c528..8def3ce7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.2 (May 17, 2013) +- Fix dropdown for firefox (middleclick) and mobile + ## 2.3.1 (February 28, 2013) Patch release for @fat's n00bery diff --git a/component.json b/component.json index 51940e4d02..02396f6562 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "bootstrap", - "version": "2.3.1", + "version": "2.3.2", "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], "dependencies": { "jquery": "~1.8.0" diff --git a/docs/base-css.html b/docs/base-css.html index d1ca3fb8b1..052c7167da 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -25,6 +25,16 @@ + @@ -2210,6 +2220,21 @@ For example, <code>&lt;section&gt;</code> should be wrapped + + diff --git a/docs/components.html b/docs/components.html index 7b960543b4..035d15207e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -25,6 +25,16 @@ + @@ -2621,6 +2631,21 @@ class="clearfix" + + diff --git a/docs/customize.html b/docs/customize.html index a3c6ec6887..5076a09a5f 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -25,6 +25,16 @@ + @@ -449,7 +459,7 @@
- Customize and Download + Customize and Download

What's included?

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

@@ -509,6 +519,21 @@ + + diff --git a/docs/extend.html b/docs/extend.html index 5928129344..163793eb9c 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -25,6 +25,16 @@ + @@ -277,6 +287,21 @@ + + diff --git a/docs/getting-started.html b/docs/getting-started.html index c54da9a67f..65c0cb4508 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -25,6 +25,16 @@ + @@ -110,12 +120,12 @@

Download compiled

Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

-

Download Bootstrap

+

Download Bootstrap

Download source

Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

-

Download Bootstrap source

+

Download Bootstrap source

@@ -314,8 +324,8 @@

What next?

Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

- Visit the Bootstrap docs - Customize Bootstrap + Visit the Bootstrap docs + Customize Bootstrap @@ -372,6 +382,21 @@ + + diff --git a/docs/index.html b/docs/index.html index 523a0381f9..0ce37cfe85 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,6 +25,16 @@ + @@ -74,20 +84,20 @@

Bootstrap

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

- Download Bootstrap + Download Bootstrap

@@ -216,6 +226,21 @@ + + diff --git a/docs/javascript.html b/docs/javascript.html index f4957d91cf..d7fb8fc549 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -25,6 +25,16 @@ + @@ -1775,6 +1785,21 @@ $('.carousel').carousel({ + + diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 87a9bb0031..215620527c 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -25,6 +25,16 @@ + @@ -597,6 +607,21 @@ + + diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 679236bf6e..e130974cee 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -3,7 +3,7 @@

{{_i}}Bootstrap{{/i}}

{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}

- {{_i}}Download Bootstrap{{/i}} + {{_i}}Download Bootstrap{{/i}}

diff --git a/package.json b/package.json index e52483651e..32114ab7cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." - , "version": "2.3.1" + , "version": "2.3.2" , "keywords": ["bootstrap", "css"] , "homepage": "http://twitter.github.com/bootstrap/" , "author": "Twitter Inc." -- 2.47.3