From c93141ad175385e779e53c5eff21428f78709135 Mon Sep 17 00:00:00 2001 From: Eelco Wiersma Date: Tue, 28 Jun 2022 09:30:45 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f85e1503..5fafe5b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ Stay up to date about all changes we've made to Saas UI Core & Pro. +## 06-28-2022 + +`@saas-ui/react@1.0.0-rc.11` + +- Added ErrorBoundary component. +- FormStep now supports an onSubmit handler. +- Fixed vertical divider rendering incorrectly. + +**Forms** `v1.0.0-rc.10` + +- FormStep now supports an onSubmit handler. + +**Property** `v1.0.0-rc.5` + +- Bump version + +**Provider** `v1.0.0-rc.6` + +- Bump version + ## 06-24-2022 `@saas-ui/react@1.0.0-rc.10`