Releases: kartik-v/yii2-builder
Releases · kartik-v/yii2-builder
Version 1.6.9
Date: 05-Jan-2022
- Enhance & standardize php docs for new website https://docs.krajee.com.
- (enh #147): Enhancements to Form grid sub attributes layout for Bootstrap v5.x.
- (bug #148): Correct Bootstrap version check method.
- (bug #140,#141): Correct base widget class use.
Version 1.6.8
Version 1.6.7
Version 1.6.6
- Update README.
- (enh #137): Correct form validation for TabularForm.
- Better version dependencies.
Version 1.6.5
Date: 26-Sep-2018
- Enhancements in parsing Bootstrap CSS classes (ref: kartik-v/yii2-krajee-base#100).
Version 1.6.4
Date: 20-Sep-2018
- Enhancements to support Bootstrap v4.x.
- Move all source code to
src
directory.
Version 1.6.3
Version 1.6.2
Date: 19-Nov-2016
Version 1.6.1
Date: 17-Jun-2015
- (enh #52): Ability to render the entire form in static mode.
- (enh #55): Composite keys handling for tabular forms.
- Code formatting fixes and JS Lint changes.
- (bug #56): Fix INPUT_STATIC to work better with
TabularForm
. - (enh #57): New property
staticOnly
forForm
andTabularForm
. - (enh #58): New
staticValue
property as part of attributes configuration - (enh #61): Fix array format attribute naming for non ActiveDataProvider.
- (enh #66): New input type
INPUT_HIDDEN_STATIC
- (enh #67): New
ActiveFormEvent
class. - (enh #68): Enhancements to Form sub attributes layout and styles.
- (enh #69): Enhance code methods and code format including PHP doc.
- (enh #70): Better default
actionColumn
settings. - (enh #74): New
gridClass
property to allow using widget extendingkartik\grid\GridView
. - (enh #77): Enhancements for horizontal form styles.
- (enh #81): Allow attribute settings properties to be setup as Closure in
TabularForm::attributes
. - (enh #82): Add content before and after in Form builder.
- (enh #83): More correct Closure input parse for Form widget.
- (enh #87): Set composer version dependencies.
Version 1.6.0
Date: 28-Jan-2015
- (enh #38): Set dependencies to kartik\form\ActiveForm.
- Code format updates as per Yii2 coding style.
- (enh #39): Allow nested child attributes to be rendered together in one column.
- (enh #42): Add client validation plugin for nested attribute block.
- (enh #43): Enhance rendering of fields for horizontal, vertical, and inline forms.
- (enh #45): Add support for hidden input.
- (enh #46): Add new labelSpan property as part of builder attributes configuration.
- (enh #47): Default column size based on device size set in ActiveForm formConfig.
- (enh #49): Enhance docs for key attribute in TabularForm to ensure loadMultiple works right.
- (enh #50): Enable format ability for INPUT_STATIC types in TabularForm.
- (enh #51): Add support for rendering hidden inputs.