@epam/assets
Advanced tools
Changelog
5.13.0 - 30.01.2025
What's New
ES6
to ES2021
PickerInputBaseProps
interface was moved from @epam/uui-components
to @epam/uui-core
packageRawProps
propmaxHeight
propminCharsToSearch
and renderFooter
props for picker filter configurationWhat's Fixed
serverValidationState
by valid form save actionmaxItems=0
More
dropdown8px
to 10px
for 12 sizerole
and aria-haspopup
attributes (#2733)aria-current
attribute with value page
for active links (#2734)ref
propsearchPosition !== input
and minCharsToSearch > 0
and for case with readonly=true
and searchPosition !== input
Changelog
5.12.1 - 17.12.2024
What's Fixed
Changelog
5.12.0 - 12.12.2024
What's New
500, 503, default
errors).
For EPAM applications it's recommended to add following code to the root of your app to enable it:
import { i18n } from '@epam/uui';
i18n.errorHandler.supportMessage = (
<>
You can track the service availability at
{' '}
<a href={ `https://status.epam.com/?utm_source=${window.location.host}&utm_medium=ErrorPage&utm_campaign=StatusAquisitionTracking` }>status.epam.com</a>
</>
);
uuiContextTypes
interface, since it was needed for already outdated React context API.What's Fixed
minCharsToSearch
prop and search in body