@epam/cra-template-uui
Advanced tools
Changelog
5.10.0 - 11.10.2024
What's New
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.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.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.minCharsToSearch
> 0 with searchPosition = 'body'
.renderNotFonud
prop is deprecated, please use renderEmpty
insteadWhat's Fixed
beforeLeave
modal appears in case of redirect in onSuccess
callbackChangelog
5.9.5 - 09.10.2024
What's Fixed
Changelog
5.9.4 - 26.09.2024
What's Fixed
Changelog
5.9.3 - 16.09.2024
What's Fixed
Changelog
5.9.2 - 12.09.2024
What's New
maxLength
propWhat's Fixed
id
prop to the first input in togglerChangelog
5.9.1 - 28.08.2024
What's New
weight
and underline
propsWhat's Fixed
mousemove
handler on component unmountChangelog
5.9.0 - 09.08.2024
What's New
Timeline
:
Timeline
design.TimelineCanvas
component designed to render elements on the Timeline.TimelineGrid
and TimelineScale
.timelineGrid
and timelineScale
libraries.BaseTimelineCanvasComponent
. Use TimelineCanvas
instead. Now, TimelineCanvas should not be extended, instead, draw
function should be passed to the props.TimelineScaleProps.shiftPercent
.TimelineCanvas
.useResizeObserver
hook, which provides the possibility to observe multiple elements' resizing.useTimelineTransform
hook, which provides the possibility to receive the latest TimelineTransform
instance from the TimelineController
.TimelineGrid
customizable. Exposed default implementations of various parts of TimelineGrid
drawing functionality, via the timelineGrid
library.TimelineScale
customizable. Exposed default implementations of various parts of TimelineScale
drawing functionality, via the timelineScale
library.Timeline
drawing functionality, via the timelinePrimitives
library.TimelineController.setViewportRange
function, which allows setting the Viewport
by passing the right and left periods of the scale.computeSubtotals
and createFromItems
to Tree
.renderHeaderCell
callback to the column configuration, it's allows to provide custom render for column header.DataTableCellContainer
component - base wrapper for header and column cellsWhat's Fixed
isReadonly={ true }
was provided in rowOptions
for editable tableChangelog
5.8.4 - 22.07.2024
What's Fixed
getName
callback