@epam/assets
Advanced tools
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 bodyChangelog
5.11.0 - 15.11.2024
What's New
@epam/loveship
package. Now spacing default value works based on columnGap
props. It shouldn't affect general cases, but previous spacing implementation require additional hack when it was needed to add negative margin value for container to remove corner paddings in multiline case. Now this hack should be removed, since columnGap
implementation doesn't produce such bug for multiline.useTableState
provided props.initialVisibleCount
prop60
to props60
to props@epam/uui
, skin packages now use @epam/uui
implementation. Removed redundant(filledStarIcon
, emptyStarIcon
, renderRating
, from
, to
) props for all packages, changed colors for empty & disabled stars for 'Promo' & 'Loveship' skins according design, added icon
prop to have possibility to change default icon.What's Fixed
3px
between internal items for all sizes according to designclickAnalyticsEvent
not being sent when href
property used