@epam/cra-template-uui
Advanced tools
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
callbackChangelog
5.8.3 - 19.07.2024
What's New
ResponseType
generic type for processRequest
function, which defines the returned type of the functionWhat's Fixed
processRequest
functionundefined
value instead of null
on clear action in numeric filter.Changelog
5.8.2 - 11.07.2024
What's New
renderFooter
callback params.What's Fixed
offset
value for left-start
placement option