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)