Skip to content

Commit

Permalink
Merge pull request #17 from HubSpot/bmatto/update-release-log-post-pu…
Browse files Browse the repository at this point in the history
…blic

Ensure release log is up to date and other minor follow up changes
  • Loading branch information
bmatto authored Feb 20, 2024
2 parents 91d444b + f4303e9 commit b1cb58f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,9 @@ export default defineConfig({
link: 'https://github.com/HubSpot/cms-react/',
},
],

search: {
provider: 'local'
}
},
});
14 changes: 11 additions & 3 deletions docs/release-log.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# Release Log

## 2023-01-19
## 2024-02-06

Type Bug Fix

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

Change: Support `showOpacity` on `ColorField`.

## 2024-01-19

Type: Security fix

Part of: `@hubspot/[email protected]` (and our internal build code that uses that)

Make sure that more globals in inline script elements (like `__hsServerPageUrl`, `__hsSS`, etc) are escaped so that malacious input like `'alert('got you')` or `</script><script>alert('got you')</script>` are fully escaped.

## 2023-01-02
## 2024-01-02

Type: Bug Fix

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

Fixed proxying of root urls

## 2023-01-02
---

Type: Bug Fix

Expand Down

0 comments on commit b1cb58f

Please sign in to comment.