Skip to content

Releases: kartik-v/yii2-builder

Version 1.6.9

05 Jan 14:18
Compare
Choose a tag to compare

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

01 Sep 11:50
Compare
Choose a tag to compare

Date: 01-Sep-2021

  • (enh #147): Enhancements to support Bootstrap v5.x.
  • (enh #141, #140): Fix for #140.

Version 1.6.7

18 Jun 13:42
Compare
Choose a tag to compare

Date: 18-Jun-2019

  • (enh #139): Allow page summary calculations for TabularForm.
  • (enh #138): Correct TabularForm rowSelectedClass parsing for Bootstrap 4.x.
  • (enh #118): Add visible setting within columnOptions settings for attributes.
  • Add sponsorship capability.

Version 1.6.6

26 Nov 05:37
Compare
Choose a tag to compare
  • Update README.
  • (enh #137): Correct form validation for TabularForm.
  • Better version dependencies.

Version 1.6.5

26 Sep 14:31
Compare
Choose a tag to compare

Date: 26-Sep-2018

Version 1.6.4

20 Sep 17:02
Compare
Choose a tag to compare

Date: 20-Sep-2018

  • Enhancements to support Bootstrap v4.x.
  • Move all source code to src directory.

Version 1.6.3

30 Aug 04:54
Compare
Choose a tag to compare

Date: 29-Aug-2017

  • (enh #127): Better empty content validation.
  • (enh #126): Enhance hidden input rendering to not display additional markup.
  • Update copyright year to current.
  • Chronological sorting of issues and enhancements in CHANGE.log.
  • Include github contribution and issue/PR log templates.

Version 1.6.2

19 Nov 11:39
Compare
Choose a tag to compare

Date: 19-Nov-2016

  • (enh #95): Add functionality for Bootstrap Checkbox Button Group and Radio Button Group.
  • (enh #108, #110): Add support for configuring attribute visibility.
  • (enh #112): Correct prepend and append for INPUT_STATIC.
  • Enhance and complete PHP documentation for all classes in the extension

Version 1.6.1

17 Jun 17:59
Compare
Choose a tag to compare

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 for Form and TabularForm.
  • (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 extending kartik\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

28 Jan 17:00
Compare
Choose a tag to compare

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.