From 1c0f4f6471e74e7d018e465df52bfb5d4d5763e9 Mon Sep 17 00:00:00 2001 From: ci Date: Sun, 14 Jan 2024 14:44:19 +0000 Subject: [PATCH] Release version 2.80.2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378b728122..fe74f5e8de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.80.2 (2024-01-14) + +#### Bug Fixes +* [#1891](https://github.com/mondaycom/monday-ui-react-core/pull/1891) fix(TableVirtualizedBody): take height of header into consideration ([@talkor](https://github.com/talkor)) +* [#1887](https://github.com/mondaycom/monday-ui-react-core/pull/1887) fix: replace primary-background-hover color in non-hover ([@talkor](https://github.com/talkor)) +* [#1882](https://github.com/mondaycom/monday-ui-react-core/pull/1882) fix(TableCellSkeleton): circle and rectangle loading types are broken (have width 0) ([@YossiSaadi](https://github.com/YossiSaadi)) + +#### Documentation +* [#1892](https://github.com/mondaycom/monday-ui-react-core/pull/1892) docs: add virtualized grid description and component ([@Suraj-Bhandarkar-S](https://github.com/Suraj-Bhandarkar-S)) +* [#1880](https://github.com/mondaycom/monday-ui-react-core/pull/1880) docs: fix typo in Label and and warning in OtherContributorsList ([@Suraj-Bhandarkar-S](https://github.com/Suraj-Bhandarkar-S)) +* [#1884](https://github.com/mondaycom/monday-ui-react-core/pull/1884) docs: fix font weights in typography examples' mixin ([@prathamnagpure](https://github.com/prathamnagpure)) + +#### Internal Changes +* [#1885](https://github.com/mondaycom/monday-ui-react-core/pull/1885) chore(EditableTypography): remove animation ([@talkor](https://github.com/talkor)) + ## 2.80.1 (2024-01-09) #### Bug Fixes