@epam/cra-template-uui
Advanced tools
Changelog
5.6.2 - 15.03.2024
What's Fixed
Changelog
5.6.0 - 08.02.2024
What's New
captionCX
is deprecated for the following components: Button
, LinkButton
, Badge
, Tag
, TabButton
, VerticalTabButton
, MainMenuButton
and will be removed in future release. Please use cx
prop to access caption styles and use cascading to change the styles for the uui-caption
global class.span
element if onClick
prop is not passed, consider it for DOM manipulation with this component.span
element if onClick
props is not passed, consider it for DOM manipulation with this component.selectionMode: multi
selected item Tag
rendered as a span
, consider it for DOM manipulation with this component.count
, dropdownIconPosition
props.dropdownIconPosition
prop.dropdownIconPosition
prop.onClear
, clearIcon
, count
, dropdownIconPosition
props.onClear
, clearIcon
, isDisabled
, dropdownIconPosition
props.dropdownIconPosition
prop.dropdownIconPosition
prop.brand
; Removed --uui-text-brand
token from themes, use --uui-text-primary
instead.MakeMeItem
and InstanceItem
components from loveship.1.23pm
-> 01:23 PM
, 12/2
-> 12:02 AM
, .25
-> 00:25
, 2350
-> 23:50
etc.ICanBeInvalid
interface:
validationMessage
to the IHasValidationMessage
interfacetertiary
color.justify-content
it can be equals 'center' | 'space-between' | 'space-around' | 'space-evenly' | 'start' | 'end'
.infoText
from string into ReactNode. Now you can pass your own realization of it, or pass string and use our.What's Fixed
name
attribute for the input.name
attribute for each group member.onCancel
prop. Now component can use provided callback, not only default implementationclose
method to always return PromiseChangelog
5.5.3 - 07.02.2024
What's Fixed
Changelog
5.5.1 - 01.02.2024
What's New
renderTooltip
prop to DataColumnProps
, to be able to customize or disable table header tooltipWhat's Fixed