Version 2.1.0 (31 August 2014)
florianeckerstorfer
released this
31 Aug 10:52
·
121 commits
to develop
since this release
Highlights
v2.1.0 of BootstrapBundle is the first release to support the Sass port of Bootstrap. It also adds support for Font Awesome.
Stable Release
- #298 Fixed path to assets dir in bootstrap-sass v3.2 (by florianeckerstorfer)
Beta 2:
- #237 Pass
label_attr
tocheckbox_row
andradio_row
inchoice_widget_expanded
(by florianeckerstorfer) - #241 Remove wrong button spacing when collection is empty (by sandello-alkr)
- #241 Make
web
directory configurable ininstall
command (by florianeckerstorfer) - #245 Add support for
symfony-bin-dir
(by nifr) - #249 Add
nav
class based on depth (by bkosborne) - #251 Add support for static form controls (by bdm-benzor)
- #252 Fix behaviour when
label = false
(by rdohms) - #254 Remove whitespace in menu root block (by dirkluijk)
- #260 Updated default jQuery path (by sprankhub)
- #263 Fixed global error CSS class (by althaus)
- #266 Fix column size of label is
false
(by jeroenvds) - #274 Added missing space in `bootstrap-collection (by bdm-benzor)
- #275 Add help text to single checkbox and radio (by bostaf)
- #276 Add support for
leafo/scssphp
(by stefanosala) - #279 Do not render value in
file
widget (by florianeckerstorfer) - #281 Add additional CSS classes to icons (by wodka)
- #283 Make icon tag configurable (by wodka)
- #286 Add support for form actions (by derpue)
- #287 Add support for input group buttons (by rdohms)
- #289 Removed trailing whitespace for checkbox and radio widget (by morticue)
- #290 Add form type for static control (by derpue)
Beta 1
- #238 Add empty
value
field whenempty_value
is not null in choice field - #239 Removed translation_domain from error messages
- #214 Check for
preSubmit
errors (by sandello-alkr) - #240 Include
head
block in default layout
Alpha 1
- #203 Add support for
bootstrap-sass
(by sandello-alkr and florianeckerstorfer) - #160 Add support for Font Awesome (by florianeckerstorfer)
- #229 Fix
bootstrap.js
path in default layout (by nonlux) - #221 Fix generated key for nested collections (by sandello-alkr)
- #220 Add option to configure icon prefix (by llwt)
- #206 Use
raw
filter for form labels (by sandello-alkr) - #209 Fixed compatibility issues with KnpMenu (by mbutkereit)