Skip to content

Releases: tcampb/react-calendly

v4.4.0

23 May 02:06

Choose a tag to compare

What's Changed

  • Add className to InlineWidget and removes unused prop by @andreakuhr in #197

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

01 Jun 21:11

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

Choose a tag to compare

  • Added smsReminderNumber prefill option (#171).

v4.2.0

04 Oct 12:52
a949f95

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

Choose a tag to compare

  • Added salesforce_uuid prefill option (#128).

v4.0.1

12 May 12:10
81f0120

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

Choose a tag to compare

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

v3.0.3

16 Apr 16:38

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

Choose a tag to compare

  • Adds React v18 support (#106).

v2.2.2

01 Oct 11:08
1da1261

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.