CHANGELOG.md in bh-1.1.1 vs CHANGELOG.md in bh-1.2.0
- old
+ new
@@ -4,9 +4,28 @@
For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).
+## 1.2.0 - 2014-11-13
+
+* [FEATURE] Add support for Middleman and Padrino for all helpers except `form_for`
+* [FEATURE] Extend `button_to` to accept the same :content, :size and :layout options as `button`
+* [DEPRECATION] Deprecate `glyphicon` in favor of `icon` (`glyphicon` will still work until version 2.0.0)
+* [BUGFIX] Don’t override `button_to` unless `:context`, `:size` or `:layout` is passed
+* [ENHANCEMENT] Allow `alert_box` to pass extra parameters to the alert box <div>
+* [ENHANCEMENT] Allow `button_to` to pass extra parameters to the button element
+* [ENHANCEMENT] Allow `dropdown` to display a full-width button when called with `{layout: :block, groupable: false}`
+* [ENHANCEMENT] Allow `dropdown` to pass `:id` parameter to the dropdown <ul>
+* [ENHANCEMENT] Allow `modal` to pass the `:id` parameter to the wrapping <div>
+* [ENHANCEMENT] Allow `modal` to pass `{button: :class}` parameter to the toggle <button>
+* [ENHANCEMENT] Allow `panel` to pass extra parameters to the wrapping <div>
+* [ENHANCEMENT] Allow `progress_bar` to pass extra parameters to the wrapping container
+* [ENHANCEMENT] Allow `progress_bar` to pass extra parameters to each bar
+* [ENHANCEMENT] Don’t render anything when `vertical` and `horizontal` are not wrapped in a `navbar`
+* [ENHANCEMENT] Wrap plain content passed to `modal` inside the modal body
+* [ENHANCEMENT] Wrap plain content passed to `panel` inside the panel body
+
## 1.1.1 - 2014-09-20
* [ENHANCEMENT] Bump Bootstrap version to 3.3.0
## 1.1.0 - 2014-09-20