Releases: clevertech/YiiBooster
Releases · clevertech/YiiBooster
Bug fix release - Bootstrap 3.1.1
Stable Bootstrap 2.3.2 release
- latest bug fixes
- some minor enhancements
v4.0.0 - Bootstrap 3.1.1 support
v4.0.0 - Bootstrap 3.1.1 support
v4.0.0-beta-2
v4.0.0-beta-2
v4.0.0-beta-1
v4.0.0-beta-1
v4.0.0 - Bootstrap 3.1.1 support
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
3.0.0 Release
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
Version 2.1.0
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 classesTbJsonButtonColumn
andTbJsonCheckBoxColumn
#350 (@fromYukki) - (enh) New attributes
readonly
anddisabled
forTbSelect2
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
andTbToggleColumn
#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
andTbButtonGroup
#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
andTbRedactorJs
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, fixTbEditableField
to load required scripts for 'datetime' field type (@adeg) - (fix) Fix for placeholder overwriting in TbInputInline::maskedTextField and TbInputInline::typeAheadField. #694 (@hightman)