From fe658048089e1d6332deba0bf0623a5c6a14ac87 Mon Sep 17 00:00:00 2001 From: Pagebakers Date: Wed, 6 Mar 2024 15:13:27 -0300 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 26 ++++++++++++++++ .../src/pages/changelog/03-06-2024.mdx | 30 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 apps/website/src/pages/changelog/03-06-2024.mdx diff --git a/CHANGELOG.md b/CHANGELOG.md index c045bec47..0b8445bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,32 @@ Stay up to date about all changes we've made to Saas UI Core & Pro. +## 03-06-2024 + +`@saas-ui/react@2.6.1` + +- Fixed issue where Chakra UI Card sizes would not apply +- Moved all StructuredList styling into theme +- Fixed issue where ref would not be forwarded to StructuredListHeader + +**Theme** `v2.3.4` + +- Fixed issue where Chakra UI Card sizes would not apply +- Moved all StructuredList styling into theme + +**Auth** `v3.0.3` + +- Added defaultView prop to Auth + +**Core** `v2.4.1` + +- Moved all StructuredList styling into theme +- Fixed issue where ref would not be forwarded to StructuredListHeader + +**File Upload** `v0.2.6` + +- Fixed issue where onFileReject would not be called + ## 02-21-2024 `@saas-ui/react@2.6.0` diff --git a/apps/website/src/pages/changelog/03-06-2024.mdx b/apps/website/src/pages/changelog/03-06-2024.mdx new file mode 100644 index 000000000..503d0de8e --- /dev/null +++ b/apps/website/src/pages/changelog/03-06-2024.mdx @@ -0,0 +1,30 @@ +--- +title: Mar 6, 2024 +date: 'Wed Mar 06 2024 15:13:15 GMT-0300 (Brasilia Standard Time)' +--- + +## 03-06-2024 + +`@saas-ui/react@2.6.1` + +- Fixed issue where Chakra UI Card sizes would not apply +- Moved all StructuredList styling into theme +- Fixed issue where ref would not be forwarded to StructuredListHeader + +**Theme** `v2.3.4` + +- Fixed issue where Chakra UI Card sizes would not apply +- Moved all StructuredList styling into theme + +**Auth** `v3.0.3` + +- Added defaultView prop to Auth + +**Core** `v2.4.1` + +- Moved all StructuredList styling into theme +- Fixed issue where ref would not be forwarded to StructuredListHeader + +**File Upload** `v0.2.6` + +- Fixed issue where onFileReject would not be called