Skip to content

Releases: reatlat/eleventy-plugin-hubspot

v1.3.5

13 Aug 18:42
Compare
Choose a tag to compare

What's Changed

  • Improve HubSpot forms creation check by @reatlat in #15

Full Changelog: v1.3.4...v1.3.5

v1.3.4

13 Aug 18:19
Compare
Choose a tag to compare

What's Changed

  • Refactor null-check for hbspt object. by @reatlat in #14

Full Changelog: v1.3.3...v1.3.4

v1.3.3

13 Aug 18:12
Compare
Choose a tag to compare

What's Changed

  • Refactor undefined check for hbspt.forms.create by @reatlat in #13

Full Changelog: v1.3.2...v1.3.3

v1.3.2

08 Aug 01:14
Compare
Choose a tag to compare
  • slightly updated default spinner
  • fixed wrong attribute passed to HS form create

Full Changelog: v1.3.1...v1.3.2

v1.3.1

08 Aug 01:00
Compare
Choose a tag to compare
  • Remove loading spinner after minification from global options
    Ensures the loading spinner HTML is not duplicated by deleting the loadingSpinner property from options after its code is minified and added to the hubspotFormCode. This change maintains cleaner data and prevents redundant content in the final output.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Aug 00:44
Compare
Choose a tag to compare
  • improved lazy code loading
  • Added loading spinner option and refactor script loading
    Introduce loadingSpinner attribute to show a spinner during form loading. Refactor script loading logic to use querySelector instead of getElementById and improve code readability.

close #12

Full Changelog: v1.2.2...v1.3.0

v1.2.2

07 Aug 20:45
Compare
Choose a tag to compare
  • 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

15 May 14:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 May 08:31
Compare
Choose a tag to compare

What's Changed

  • add new interact option in addition to eager and lazy by @avree in #9

Full Changelog: v1.1.1...v1.2.0

@avree Thanks!

v1.1.1

12 May 19:38
Compare
Choose a tag to compare

What's Changed

  • Refactor of eager/lazy loading by @avree in #6
  • Added code minification

Full Changelog: v1.1.0...v1.1.1