Skip to content

Releases: clevertech/YiiBooster

Bug fix release - Bootstrap 3.1.1

06 Jun 19:54
Compare
Choose a tag to compare

Stable Bootstrap 2.3.2 release

06 Jun 19:53
Compare
Choose a tag to compare
  • latest bug fixes
  • some minor enhancements

v4.0.0 - Bootstrap 3.1.1 support

30 May 19:38
Compare
Choose a tag to compare

v4.0.0 - Bootstrap 3.1.1 support

v4.0.0-beta-2

29 May 17:28
Compare
Choose a tag to compare
v4.0.0-beta-2 Pre-release
Pre-release

v4.0.0-beta-2

v4.0.0-beta-1

29 May 17:28
Compare
Choose a tag to compare
v4.0.0-beta-1 Pre-release
Pre-release

v4.0.0-beta-1

v4.0.0 - Bootstrap 3.1.1 support

29 May 17:27
Compare
Choose a tag to compare
Pre-release

YiiBooster version 4.0.0-alpha

  • upgrade the bootstrap version to 3.1.1
  • upgrade and fix many widgets to work with bootstrap 3.1.1
  • many widgets still not ported
  • code structure is not final yet
  • working widgets (TbAlert, TbBadge, TbButton, TbJumbotron, TbLabel, TbProgressBar, TbEditableField, TbEditableColumn, TbEditableDetailView, TbHighChart, TbActiveForm, TbPager)
  • not all TbActiveForm controls are ported yet

v3.0.1

30 Apr 12:57
Compare
Choose a tag to compare

tag fix ... no code changes

3.0.0 Release

29 Apr 17:31
Compare
Choose a tag to compare

It should be the most stable release
This is the latest major bootstrap 2 release
Next release - 4.0.0 will consider bootstrap 3

Version 2.1.1

18 Dec 12:10
Compare
Choose a tag to compare

Urgent fix: Now booster does not overwrite CClientScript #726 .
Thanks @Xapon!

Version 2.1.0

17 Dec 07:27
Compare
Choose a tag to compare

The main goal of this release was fixing bugs and smooth preparation for the integration with Bootstrap 3.x.

Font-Awesome was upgraded to 4.0.3 version ( #706 ).
Because of New Naming Conventions in 4.0, please read carefully next information:
https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4
http://fontawesome.io/whats-new/

Here is full list of changes since 2.0.0:

  • (fix) Fix "Maximum call stack size exceeded" inside TbExtendedGridView class #430 (@fromYukki)
  • (fix) Fix attributes on td after update in classes TbJsonButtonColumn and TbJsonCheckBoxColumn #350 (@fromYukki)
  • (enh) New attributes readonly and disabled for TbSelect2 class #305 (@fromYukki)
  • (fix) Client validation for inline forms using TbActiveForm class #242 (@fromYukki)
  • (enh) Basic version of new widget jQuery UI Layout Manager (TbUiLayout) #390 (@fromYukki)
  • (fix) Fix tooltip binding for TbButtonColumn, TbButtonGroupColumn and TbToggleColumn #271 (@fromYukki)
  • (fix) Store some Bootstrap widgets in his own variables to prevent conflicts with jQuery UI #228 (@fromYukki)
  • (enh) Using Bootstrap and Font-Awesome icons together, removed "no-icons" css for Bootstrap, changed logic for icons in widgets #706 (@fromYukki)
  • (enh) Font Awesome updated to 4.0.3 including CDN #706 (@fromYukki)
  • (fix) Resolve conflicts between jQuery UI and Bootstrap (@fromYukki)
  • (enh) Tooltip for TbButton and TbButtonGroup #724 (@fromYukki)
  • (fix) Ability to put any custom css class via htmlOptions attribute for EditableDetailView #684 (@fromYukki)
  • (fix) Editable Detail view Date i18n error #686 (@fromYukki)
  • (enh) Bootstrap carousel with links for images #682 (@fromYukki)
  • (fix) Do not display empty alert messages #721 (@fromYukki, @amrbedair)
  • (fix) TbSelect2 - Multi-select and placeholder lead to empty selection #717 (@fromYukki)
  • (enh) Now bootstrap can be used with modules (@fromYukki)
  • (enh) Inline dropDownList without label (@naduvko)
  • (enh) Date range picker for inline forms (@Hrumpa)
  • (enh) Updated Bootstrap DateTimePicker to 2.2.0 (@adeg)
  • (enh) Updated HighCharts to 3.0.6 (@hijarian)
  • (fix) Now we can use Javascript function definitions in TbHighCharts and TbRedactorJs options. #696 (@hijarian)
  • (enh) Now the source distribution will hold the user-level documentation for widgets in universal XML format, along with the examples in PHP. #692 (@hijarian)
  • (enh) Updated CKEditor library to version 4.2.1 (@hijarian)
  • (enh) Updated redactor js to version 9.1.5 (kullar84)
  • (enh) Updated X-Editable assets to version 1.5.0 (@hijarian)
  • (enh) Updated Bootstrap Datepicker assets to version 1.2.0 (@hijarian)
  • (fix) Fixed TbDatePicker so it loads locale files from package folder. #688 (@hijarian)
  • (fix) Fix TbDateTimePicker, so it loads locale files from the package folder, fix TbEditableField to load required scripts for 'datetime' field type (@adeg)
  • (fix) Fix for placeholder overwriting in TbInputInline::maskedTextField and TbInputInline::typeAheadField. #694 (@hightman)