From 802f10ead10bded03ee7805c134606b912aa0738 Mon Sep 17 00:00:00 2001 From: Jon Miller Date: Fri, 1 Nov 2024 15:43:31 -0500 Subject: [PATCH] update release logs --- docs/release-log.md | 157 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 156 insertions(+), 1 deletion(-) diff --git a/docs/release-log.md b/docs/release-log.md index 3a4807c..fee8b8e 100644 --- a/docs/release-log.md +++ b/docs/release-log.md @@ -1,7 +1,162 @@ # Release Log - ======= +## 2024-10-21 + +Type: Enhancement + +Part of: `@hubspot/cms-dev-server@0.17.0` + +Upgrade to Vite@5 + +--- +## 2024-10-15 + +Type: Enhancement + +Part of:`@hubspot/cms-dev-server@0.16.14` + +Add viewport meta tag to improve mobile viewing experience +Add local module meta validation + +--- +## 2024-10-09 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.12` and `@hubspot/cms-dev-server@0.16.12` + +Upgrade React@18.3.1 + +--- +## 2024-10-07 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.11` + +Add enforcement of the required `occurrence` property for `RepeatedFieldGroup` + +--- +## 2024-08-26 +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.7` + +Miscellaneous TypeScript type improvements + +--- +## 2024-08-16 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.6` + +Add support for `limitedOptions`, `useLargeLabel`, and `groupDisplayType` for the `FieldGroup`, `ColorField`, and `FontField` components + +Add support for the `buttons` option for the `display` property and add `preset` property for the ChoiceField + +Add support for the `links` property on all field components + +--- +## 2024-08-07 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.4` + +Add support for the `alternateName` property for `FontField` and `ColorField` + +--- +## 2024-07-31 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.16.3` + +TypeScript type improvements + +--- +## 2024-07-24 + +Type: Enhancement + +Part of: `@hubspot/cms-dev-server@0.16.1` + +Improvements to locally used secrets within .env file + +Part of: `@hubspot/cms-components@0.16.1` + +Add support for `groupOccurrenceMeta` property for RepeatedFieldGroup + +--- + +## 2024-07-19 + +Type: Bug Fix + +Part of: `@hubspot/cms-components@0.15.16` - `@hubspot/cms-components@0.16.0` + +Miscellaneous improvements and bug fixes + +--- + +## 2024-06-24 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.15.14` and `@hubspot/cms-components@0.15.15` + +Update field TypeScript types and improve field validation + +--- + +## 2024-06-13 + +Type: Enhancement + +Part of: `@hubspot/cms-components@0.15.12` + +TypeScript type improvements +Add withRequest helper function +Add support for `required` property for field type generation + +--- + +## 2024-05-17 + +Type: Enhancement + +Part of: `@hubspot/cms-dev-server@0.15.11` + +Improvements to generated types +Add support for custom component type generation + +--- + +## 2024-05-14 +Type: Enhancement + +Part of: `@hubspot/cms-dev-server@0.15.10` +Miscellaneous bug fixes + +Part of: `@hubspot/cms-components@0.15.10` +TypeScript type improvements for module fields + +--- + +## 2024-05-02 + +Type: Enhancement + +Part of: `@hubspot/cms-dev-server@0.15.9` +Improved error messaging for proxy domains + +Part of: `@hubspot/cms-components@0.15.9` +Add withContact helper function + +--- + ## 2024-04-27 Type: Bug Fix