Releases: braincrafted/bootstrap-bundle
Releases · braincrafted/bootstrap-bundle
Version 2.2.0 (23 January 2016)
- #331 Translate menu labels (by kamiramix)
- #364 Update form_themes supported keyword to replace the form.resources keyword (by cordoval)
- #367 Add missing ul tag for list list (by ocetnik)
- #374 Update to Symfony 2.6 compatible form extensions (by kralos)
- #376 Upgrade to Symfony 2.6 compatible form types (by althaus)
- #382 Make use of choice_translation_domain option (by Restless-ET)
- #383 Add button twig function (by bigfoot90)
- #384 Fix ScriptHandler to work properly with HHVM (by mdurys)
- #385 Use url option instead if hread attribute (by bigfoot90)
- #392 Use icon helper with different icon set (by bigfoot90)
- #393 Switch twig extesions to use SimpleFunction/SimpleFilter (by dkisselev)
- #394 Add Twig integration tests for common methods (by dkisselev)
- #395 Add integration tests for icon, parse_icons, button, button_link Twig extensions (by bigfoot90)
- #397 Change JS removeField event to allow catch after removing element (by DarekTw)
- #399 Twig deprecations (by benr77)
- #404 Fix bc-bootstrap-collection.js .size() deprecations (by jounisuo)
- #414 Fix compatibility with Symfony 3.0 (by lashus)
- #417 Replace sameas with same (by bartwesselink)
Version 2.1.2 (6 March 2015)
- When restoring form settings, don't throw an exception if there are no settings to restore (by florianeckerstorfer)
- #356 Add missing
responsive-embed.less
(by blaues0cke)
Version 2.1.1 (31 January 2015)
- #301 Fix generate command for Symfony v2.5 (by mumia)
- #311 Trigger event on Add and Remove in collection (by tiagobrito)
- #315 Add
danger()
method to FlashMessage (by florianeckerstorfer) - #316 Fix nested subform settings (by vith)
- #320 Adjust path to
bootstrap.scss
(by mioduszewski) - #328 Add the parse_icons function for bootstrap_collection buttons (by kamiramix)
- #329 Remove invalid statement (by KatharinaSt)
- #337 Invalid class name
.btn-small
(by tmilos) - #342 Minor PHPCS fixes (by acrobat)
- #344 Exclude iterable attribute values from displaying (by b-b3rn4rd)
- #345 Add dismissible alert styling (by althaus)
- #350 Fix inline style does not display placeholder when label is empty (by florianeckerstorfer)
- #309 Include default variables files at top (by florianeckerstorfer)
Version 2.1.0 (31 August 2014)
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)
Version 2.1.0-beta2 (21 August 2014)
I am very sorry that it took me so long to fix so many issues and merge all these amazing pull requests. Since it has been a few month since v2.1.0-beta1 I decided to release a beta2 and will publish v2.1.0-stable in one or two weeks.
- #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)
Version 2.1.0-beta1 (29 May 2014)
- #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
Version 2.1.0-alpha1
- #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)
Version 2.0.1 (3 April 2014)
- #168 Removed CSS class
row
from form-group - #182 Added support for form actions (row with multiple buttons) (by rdohms)
- #187 Made default button class changable (by sandello-alkr)
- #188 Added icons to form buttons (by mvrhov)
- #190 Added support for stacked tabs (by aur1mas)
- #192 Added method to reset flash bag (by JulienRamel)
- #196 Removed CSS class
nav
from child elements (by dylanschoenmakers) - #198 Added parsing of icons in prepend and append input groups (by yvh)
- Fixed
file
form type (by hsz)
Version 2.0.0 (2 January 2013)
- #152: Add form name attribute (by nonlux)
- #154: Fix Bootstrap Collection form type for nested types
- #155: Use
braincrafted_bootstrap.output_dir
option when installing icon font - #52: Add class option for pagination
- #148: Add
label_col
andwidget_col
option for the whole form (by florianeckerstorfer and dirkluijk) - #156: Add support for error messages with parameters (by thanosp)
- #157: Use print shiv instead of standard shiv (by mvrhov)
- #161: Set
style
option in FormBuilder - #162: Set depth of navigation.
See also the release notes of the unstable releases.
Version 2.0.0-beta2 (9 December 2013)
- #133: Fix
label_col
,widget_col
,col_size
andsimple_col
options in collection widgets - #136: Added translation to
bootstrap_collection
widget - #137: Removed
cssrewrite
filter from default Assetic configuration - #139: Fix JavaScript for nested
bootstrap_collection
widgets (by wizart) - #140: Improved dependency list in
composer.json
(by hason) - #142: Added translation for help block and error messages
- #143: Added translation to flash message template (by rdohms)
- #144: Fix class attribute for checkbox widget (by squaye85)
- #145: Added possibility to style global error messages
- Renamed
customize_variables
configuration option intocustomize