diff --git a/CHANGELOG.md b/CHANGELOG.md index 154fb2c52..8def3ce7f 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 51940e4d0..02396f656 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 d1ca3fb8b..052c7167d 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 7b960543b..035d15207 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 a3c6ec688..5076a09a5 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 592812934..163793eb9 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 c54da9a67..65c0cb450 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 523a0381f..0ce37cfe8 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 f4957d91c..d7fb8fc54 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 87a9bb003..215620527 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 679236bf6..e130974ce 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 e52483651..32114ab7c 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."