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><section></code> should be wrapped + +