From 1bc281286831aa3410cb3b2a6531818b8473384c Mon Sep 17 00:00:00 2001 From: Marcus Shannon Date: Wed, 27 Mar 2024 10:17:19 -0400 Subject: [PATCH] feature release log with new components --- docs/release-log.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/release-log.md b/docs/release-log.md index e40ecad..c908a9a 100644 --- a/docs/release-log.md +++ b/docs/release-log.md @@ -1,12 +1,21 @@ # Release Log +## 2024-03-27 + +Type: Feature Release + +Part of: `@hubspot/cms-components@0.14.15` and `@hubspot/cms-dev-server@0.14.15` + +- Release `RichText` and `Cta` components from `@hubspot/cms-components` +- Fix serialization issues in the proxy and `preview/module` routes + ## 2024-03-26 -Type Enhancement +Type: Enhancement Part of: Platform Change -Fail a build if a module has validation errors (such as a field missing a required value, or two fields with the same path) +Fail a build if a module has validation errors (such as a field missing a required value, or two fields with the same path) ## 2024-03-25 @@ -51,7 +60,7 @@ Type: Feature Part of: `@hubspot/cms-components@0.14.6` -Added support for `wrapperClassName` prop to `` +Added support for `wrapperClassName` prop to `` ## 2024-02-08