Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 2.44 KB

Changelog

4.3.1

  • Added onPageHeightResize option to useCalendlyEventListener hook. This function is called when the Calendly scheduling page's height changes. The event payload includes the new height in pixels.

#174 #137 #133 #15 #145

4.3.0

  • Added smsReminderNumber prefill option (#171).

4.2.1

  • Removes unused sourcemaps (#169).

4.2.0

  • All components now include an optional LoadingSpinner prop. This prop is a React component that will be rendered while the Calendly iframe is loading; the default Calendly loading spinner will be displayed if this property is not provided.

4.1.1

  • PopupWidget, PopupModal, and PopupButton components will throw an error when opened without a rootElement prop (#143).

4.1.0

  • Added salesforce_uuid prefill option (#128).

4.0.1

  • Fixed issue that caused the email and guests prefill options to not be properly encoded (#116).

4.0.0

  • Replaced CalendlyEventListener component with useCalendlyEventListener hook (#45).
  • Updated react & react-dom peer dependency versions; [email protected] now requires react and react-dom version >=16.8.

3.0.3

  • Supports new React 18 types (#111).
  • Allows closing modal with an overlay click (#110).

3.0.2

  • Adds React v18 support (#106).

3.0.1

  • Fixes uri encoding bug (#102).

3.0.0

2.2.3

  • [#96] Added title attribute to the Calendly scheduling page iframe.

2.2.2

  • [#88] Fixed bug that caused the loading spinner to remain on the page even after the Calendly widget had finished loading.