Releases: braincrafted/bootstrap-bundle
Releases · braincrafted/bootstrap-bundle
Version 2.0.0-beta1 (27 Nov 2013)
- Fixed duplicate
div.form-group
inchoice_widget_expanded
(Fixes #131) - Use correct assets when not using LESS (Fixes #128) [amcgowanca]
- Add
col_size
option to set the column size for form widgets (Fixes #127) - Add support for
simple_col
options intextarea_widget
- Renamed views
- Add error messages in
checkbox_row
andradio_widget
(Fixes #118)
Version 1.5
- Works with new Bootstrap repository
twbs/bootstrap
- Basic support for Bootstrap v3.0
- Allow override options in menus
- Extend from base form layout
- Fixed problems with removing elemnts in JavaScript collection form type
- Various other bugfixes
Version 2.0.0-alpha3
Version 2.0.0-alpha2
Version 2.0.0-alpha1
- Updated to Symfony v2.3.6
- Updated to Bootstrap v3.0.1
- Updated to jQuery v1.10.2
- Remove
include_responsive
option because Bootstrap 3.0 no longer has a non responsive version - Added
boostrap_money
form type that uses Bootstraps prepend or append style to display the currency percent
form type uses Bootstraps append style to display the percent sign- Changed namespace back to
Braincrafted\Bundle\BootstrapBundle
- Support for custom
variables.less
- Several Twig filters are now functions
- Added
bootstrap_set_style
andbootstrap_get_style
Twig functions to globally set the style of forms - Added command to generate custom
bootstrap.less
file - Added command to copy icon fonts into
web/
directory - Added Composer script handler for copying icon fonts
- Pagination now supports disabled links
- Added Twig function
badge
- Removed Twig filters
badge_*
(Bootstrap v3.0 does not include multiply badge styles) - Twig filters
label_*
are now Twig functions - Twig filter
icon
is now a Twig function - Added
bootstrap_collection
form type