Skip to content

Releases: tcampb/react-calendly

v4.3.1

01 Jun 21:11
Compare
Choose a tag to compare
  • 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.

v4.3.0

30 Oct 13:00
Compare
Choose a tag to compare
  • Added smsReminderNumber prefill option (#171).

v4.2.0

04 Oct 12:52
a949f95
Compare
Choose a tag to compare

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.

v4.1.0

04 Sep 15:45
Compare
Choose a tag to compare
  • Added salesforce_uuid prefill option (#128).

v4.0.1

12 May 12:10
81f0120
Compare
Choose a tag to compare
  • Fixed issue that caused the email and guests prefill options to not be properly encoded (#116).

v4.0.0

19 Apr 21:55
496598c
Compare
Choose a tag to compare
  • 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.

v3.0.3

16 Apr 16:38
Compare
Choose a tag to compare
  • Supports new React 18 types (#111).
  • Allows closing modal with an overlay click (#110).

v3.0.2

04 Apr 12:08
9a84914
Compare
Choose a tag to compare
  • Adds React v18 support (#106).

v2.2.2

01 Oct 11:08
1da1261
Compare
Choose a tag to compare
  • [#88] Fixed bug that caused the loading spinner to remain on the page even after the Calendly widget had finished loading.