Skip to content

Commit 87244b5

Browse files
author
Yaroslav Kuznietsov
committed
[TimelineScale]: changelog.
1 parent 4222dd9 commit 87244b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [TabButton][VerticalTabButton]: decreased paddings, added gaps `3px` between internal items for all sizes according to design
88
* [Tag]: changed layout - added gaps between internal items, changed padding
99
* [Data Sources]: cursor-based pagination support. More details [here](http://uui.epam.com/documents?id=dataSources-lazy-dataSource&mode=doc&category=dataSources&theme=loveship#using_cursor-based_pagination)
10+
* [TimelineScale]: added bottom/top month text customisation.
1011

1112
**What's Fixed**
1213
* [VirtualList]: fixed estimatedHeight calculations in components with pagination
@@ -35,9 +36,9 @@
3536
**What's New**
3637
* [DataTable]:
3738
* [Breaking change]: reworked `isAwaysVisible` column configuration prop. Now it's not make column fixed by default and doesn't forbid to unpin or reorder, it's only disallow to hide this column from table. If you need previous behavior, please use `isLocked` prop.
38-
* Added `isLocked` prop for column configuration. If `true` value provided, makes this column locked, which means that you can't hide, unpin or reorder this column. This column should always be pined.
39+
* Added `isLocked` prop for column configuration. If `true` value provided, makes this column locked, which means that you can't hide, unpin or reorder this column. This column should always be pined.
3940
* [DataTable]: `ColumnsConfigurationModal` updated modal width from 420px to 560px according design, 'disabled' state for locked columns is changed to 'readonly', added vertical paddings to multiline column names.
40-
* [PickerInput]:
41+
* [PickerInput]:
4142
* Added support of `minCharsToSearch` > 0 with `searchPosition = 'body'`.
4243
* Added renderEmpty prop to render custom empty block for depends on various reasons.
4344
* `renderNotFonud` prop is deprecated, please use `renderEmpty` instead

0 commit comments

Comments
 (0)