Skip to content

Commit 276acb3

Browse files
committed
implement changes to address #228
1 parent 3fbc557 commit 276acb3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Yii2 multiple input change log
88
2.15.1 (for review)
99
=======================
1010
- #228 added `fontMap` and `fontSource`property for MultipleInput and TabularInput
11-
- #228 changed the following methods to support preferred icon class
12-
- BaseColumn->renderDragColumn()
13-
- TableRenderer->renderCellContent()
14-
- BaseRenderer->prepareButtons()
11+
- #228 changed the following methods to support icon class:
12+
BaseColumn->renderDragColumn(), TableRenderer->renderCellContent(), BaseRenderer->prepareButtons()
1513

1614
2.15.0
1715
=======================

src/components/BaseColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ protected function renderDragColumn($name, $value, $options)
469469
{
470470
// return Html::tag('span', null, ['class' => 'glyphicon glyphicon-menu-hamburger drag-handle']);
471471
/**
472-
* Class was passed into options by TableRendered->renderCellContent(),
472+
* Class was passed into options by TableRenderer->renderCellContent(),
473473
* we can extract it here
474474
*/
475475
$class = '';

src/renderers/BaseRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ abstract class BaseRenderer extends BaseObject implements RendererInterface
167167
public $layoutConfig = [];
168168

169169
public $fontMap;
170-
170+
171171
/**
172172
* @inheritdoc
173173
*/

0 commit comments

Comments
 (0)