@epam/cra-template-uui
Advanced tools
Changelog
5.7.2 - 12.04.2024
What's Fixed
isDropdown
prop with showDropdownIcon
to prevent the automatic appearance of the dropdown icon when using IconButton
as the Dropdown
target.localStorage
, due to old mechanism with window.opener.postMessage
was broken on SSO side by security reasons .
localStorage
replace code of /auth/login
endpoint to <html><script>window.localStorage.setItem("uui-auth-recovery-success", "true"); window.close();</script></html>
Changelog
5.7.1 - 29.03.2024
What's Fixed
Changelog
5.7.0 - 25.03.2024
What's New
props.size
value. You no longer need to pass an icon with an appropriate size for the component's size. The provided icon will now be scaled by the component itself.showFoldAll={ true }
to the DataTable props.onFocus
propdisableCloseOnRouterChange={true}
prop to ModalBlocker component.maxHeight
propisDisabled
propertysize
disableClear
to disable inputs' clear crossspacing
, it will be removed in future releases. Please use columnGap
instead. spacing
prop now works via columnGap
.topBorder
to add border on the top of the FlexRowWhat's Fixed
onValueChange
calls on dataSourceState
change(search, focusedIndex change) in single select with valueType=entity
.isDropdown
;isReadonly
;readonly
or disable
;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 Promise