Skip to content

Releases: braincrafted/bootstrap-bundle

Version 2.0.0-beta1 (27 Nov 2013)

27 Nov 20:43
Compare
Choose a tag to compare
Pre-release
  • Fixed duplicate div.form-group in choice_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 in textarea_widget
  • Renamed views
  • Add error messages in checkbox_row and radio_widget (Fixes #118)

Version 1.5

11 Nov 12:59
Compare
Choose a tag to compare
  • 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

10 Nov 16:59
Compare
Choose a tag to compare
Version 2.0.0-alpha3 Pre-release
Pre-release
  • Fixed configuration of input groups in form builder (Fixes #115)
  • Pass widget_col, label_col and simple_col to form builder (Fixes #113)
  • Fixed trailing slash in braincrafted_bootstrap.output_dir option
  • Fixed undefined variable in pagination template
  • Better tested

Version 2.0.0-alpha2

05 Nov 09:29
Compare
Choose a tag to compare
Version 2.0.0-alpha2 Pre-release
Pre-release
  • Fixed compatibility with PHP 5.3 (Fixes #111)
  • Renamed braincrafted_collection to bootstrap_collection
  • widget_col, label_col and simple_col can be defined in form builder (Fixes #113)
  • Add support for input groups
  • Fix bug with inline forms when no placeholder is defined

Version 2.0.0-alpha1

02 Nov 12:07
Compare
Choose a tag to compare
Version 2.0.0-alpha1 Pre-release
Pre-release
  • 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 and bootstrap_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