Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Bootstrap Bundle Laravel Package

braincrafted/bootstrap-bundle

View on GitHub
Deep Wiki
Context7
v2.2.0
  • #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)
v2.1.2
  • 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)
v2.1.1
v2.1.0

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

Beta 2:

Beta 1

  • #238 Add empty value field when empty_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

v2.1.0-beta2

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.

v2.1.0-beta1
  • #238 Add empty value field when empty_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
v2.1.0-alpha1
v2.0.1
  • #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)
v2.0.0
  • #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 and widget_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.

v2.0.0-beta2
  • #133: Fix label_col, widget_col, col_size and simple_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 into customize
v2.0.0-beta1
  • 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)
v1.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
v2.0.0-alpha3
  • 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
v2.0.0-alpha2
  • 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
v2.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 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
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware