Releases: snelsi/next-hubspot
Releases · snelsi/next-hubspot
1.3.0
⚠️ Breaking changes
blockedDomains
property was removed. UsemanuallyBlockedEmailDomain
instead.
Check official Husbpot docs for available form options here:
https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options
What's Changed
- Add HubspotFormProps missing types by @mcortes19 in #135
- Fix a typo in the comment
- Update devDependencies:
-
- Update
rollup
tov4.10.0
- Update
-
- Update
rollup-plugin-node-externals
tov7.0.1
- Update
-
- Update
rollup-plugin-preserve-directives
tov0.4.0
- Update
-
- Update
typescript
tov5.3.3
- Update
-
- Update
typescript-eslint
tov7
- Update
-
- Update
husky
tov9
- Update
-
- Update
pretty-quick
tov4
- Update
New Contributors
- @mcortes19 made their first contribution in #135
Full Changelog: 1.2.0...1.3.0
1.2.0
⚠️ Breaking changes
- This package is now pure ESM
- Min supported version of Next.js was bumped to >=13
- Min supported version of React and React-Dom was bumped to >=18
- Bump required node to >=18
What's changed
- Update peerDependencies to support Next.js v14
- Update devDependencies
- Update rollup version to v4
- Update next.js version to v14
- Update prettier version to v3
Full Changelog: 1.1.6...1.2.0
1.1.6
What's changed
- Update dev dependencies
- Update Rollup version
- Update Typescript version
- Run eslint + prettier on all files
Full Changelog: 1.1.5...1.1.6
1.1.5
What's Changed
- Add 'use client' to build exports
- Update dev dependencies
Full Changelog: 1.1.4...1.1.5
1.1.4
1.1.3
What's Changed:
- Update dev dependencies
- Update Rollup version
- Add
inlineSources: true
to thetsconfig
- Update License year
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Update dev dependencies
- Update Rollup setup
- Drop terser Rollup plugin
- Internal build types output moved to a separate folder
types
- Minor hubspot types update
Full Changelog: 1.1.1...1.1.2
1.1.1
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