Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Nov 15, 2024
1 parent 074fb5a commit 648f8c3
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
# 5.*.* - **.**.2024
# 5.11.0 - 15.11.2024

**What's New**
* [FlexRow][Breaking Change]: Only for `@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][Breaking Change]: columns prop is removed, since it's not needed now. Just remove it from `useTableState` provided props.
* [useTableSate]: added `initialVisibleCount` prop
* [Button]: added size `60` to props
* [MultiSwitch]: added size `60` to props
* [TabButton][VerticalTabButton]: decreased paddings, added gaps `3px` between internal items for all sizes according to design
* [Tag]: changed layout - added gaps between internal items, changed padding
* [Data Sources]: cursor-based pagination support. More details [here](http://uui.epam.com/documents?id=dataSources-lazy-dataSource&mode=doc&category=dataSources&theme=loveship#using_cursor-based_pagination)
* [TimelineScale]: added bottom/top month text customisation.
* [TimelineScale]: customisation of today line height was added.
* [Rating]: added to `@epam/uui`, removed independent components from 'skins', now reexport from `@epam/uui` is used, removed redundant(`filledStarIcon`, `emptyStarIcon`, `renderRating`, `from`, `to`) props for all packages, changed colors for empty & disabled stars for 'Promo' & 'Loveship' skins according [design](https://www.figma.com/design/M5Njgc6SQJ3TPUccp5XHQx/UUI-Components?node-id=18045-299767), added `icon` prop to have possibility to change default icon
* [Rating]: added to `@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](https://www.figma.com/design/M5Njgc6SQJ3TPUccp5XHQx/UUI-Components?node-id=18045-299767), added `icon` prop to have possibility to change default icon.

**What's Fixed**
* [TabButton][VerticalTabButton]: decreased paddings, added gaps `3px` between internal items for all sizes according to design
* [Tag]: Added gaps between internal items, changed padding according to design
* [VirtualList]: fixed estimatedHeight calculations in components with pagination
* [RTE]: fixed working of old iframe data structure with 'src' prop
* [VerticalTabButton]: reverted paddings & gaps to previous values for all sizes
* [RTE]: fixed migration of old table element data.cellSizes to the new colSizes format
* [PresetsPanel]: fixed 'Saved as new' action
* [PresetsPanel]: Fixed preset actions dropdown close on each rerender
* [Anchor]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Badge]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Button]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [LinkButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [IconButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [MainMenuButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [TabButton]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Tag]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [Anchor, Badge, Button, LinkButton, IconButton, MainMenuButton, TabButton, Tag]: fixed `clickAnalyticsEvent` not being sent when `href` property used
* [ApiContext]: handle aborts during response read/parse phase (.json() and alike)

# 5.10.2 - 24.10.2024

Expand Down

0 comments on commit 648f8c3

Please sign in to comment.