Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release logs #87

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 156 additions & 1 deletion docs/release-log.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,162 @@
# Release Log


=======
## 2024-10-21

Type: Enhancement

Part of: `@hubspot/[email protected]`

Upgrade to Vite@5

---
## 2024-10-15

Type: Enhancement

Part of:`@hubspot/[email protected]`

Add viewport meta tag to improve mobile viewing experience
Add local module meta validation

---
## 2024-10-09

Type: Enhancement

Part of: `@hubspot/[email protected]` and `@hubspot/[email protected]`

Upgrade [email protected]

---
## 2024-10-07

Type: Enhancement

Part of: `@hubspot/[email protected]`

Add enforcement of the required `occurrence` property for `RepeatedFieldGroup`

---
## 2024-08-26
Type: Enhancement

Part of: `@hubspot/[email protected]`

Miscellaneous TypeScript type improvements

---
## 2024-08-16

Type: Enhancement

Part of: `@hubspot/[email protected]`

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/[email protected]`

Add support for the `alternateName` property for `FontField` and `ColorField`

---
## 2024-07-31

Type: Enhancement

Part of: `@hubspot/[email protected]`

TypeScript type improvements

---
## 2024-07-24

Type: Enhancement

Part of: `@hubspot/[email protected]`

Improvements to locally used secrets within .env file

Part of: `@hubspot/[email protected]`

Add support for `groupOccurrenceMeta` property for RepeatedFieldGroup

---

## 2024-07-19

Type: Bug Fix

Part of: `@hubspot/[email protected]` - `@hubspot/[email protected]`

Miscellaneous improvements and bug fixes

---

## 2024-06-24

Type: Enhancement

Part of: `@hubspot/[email protected]` and `@hubspot/[email protected]`

Update field TypeScript types and improve field validation

---

## 2024-06-13

Type: Enhancement

Part of: `@hubspot/[email protected]`

TypeScript type improvements
Add withRequest helper function
Add support for `required` property for field type generation

---

## 2024-05-17

Type: Enhancement

Part of: `@hubspot/[email protected]`

Improvements to generated types
Add support for custom component type generation

---

## 2024-05-14
Type: Enhancement

Part of: `@hubspot/[email protected]`
Miscellaneous bug fixes

Part of: `@hubspot/[email protected]`
TypeScript type improvements for module fields

---

## 2024-05-02

Type: Enhancement

Part of: `@hubspot/[email protected]`
Improved error messaging for proxy domains

Part of: `@hubspot/[email protected]`
Add withContact helper function

---

## 2024-04-27

Type: Bug Fix
Expand Down
Loading