1.1.0
⚠️ This release contains some Breaking Changes:
- Minimum supported Node version is bumped to 16+
- Update the
HubspotFormProps
types definition
Changes:
- Update to Rollup v3
- Update Rollup setup + plugins
- Update dev dependencies
HubspotFormProps
types update
I'm not sure when, but at some point, Hubspot changed its form of integration API. After some testing, I found out that docs are outdated. Some form methods are missing, and some prop types are wrong.
To fix this I manually reverse-engineered the source code and updated the HubspotFormProps
to better represent existing methods.
It's still full of unknown
and any
props for now, but hopefully, it should be more accurate than before