Releases: reatlat/eleventy-plugin-hubspot
Releases · reatlat/eleventy-plugin-hubspot
v1.3.5
v1.3.4
v1.3.3
v1.3.2
- slightly updated default spinner
- fixed wrong attribute passed to HS form create
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Remove loading spinner after minification from global options
Ensures the loading spinner HTML is not duplicated by deleting theloadingSpinner
property fromoptions
after its code is minified and added to thehubspotFormCode
. This change maintains cleaner data and prevents redundant content in the final output.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- improved lazy code loading
- Added loading spinner option and refactor script loading
IntroduceloadingSpinner
attribute to show a spinner during form loading. Refactor script loading logic to usequerySelector
instead ofgetElementById
and improve code readability.
close #12
Full Changelog: v1.2.2...v1.3.0
v1.2.2
- Fix HubSpot form creation timing issues
Added an interval check to ensure HubSpot is fully loaded before attempting to create forms. This prevents errors when the 'hbspt' object or its 'forms.create' method is not yet available.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix #10 Crypt is not defined in older versions of node by @zapalblizh in #11
New Contributors
- @zapalblizh made their first contribution in #11
Full Changelog: v1.2.0...v1.2.1