Releases: tcampb/react-calendly
Releases · tcampb/react-calendly
v4.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.
v4.3.0
- Added
smsReminderNumber
prefill option (#171).
v4.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.
v4.1.0
- Added
salesforce_uuid
prefill option (#128).
v4.0.1
- Fixed issue that caused the
email
and guests
prefill options to not be properly encoded (#116).
v4.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.
v3.0.3
- Supports new React 18 types (#111).
- Allows closing modal with an overlay click (#110).
v3.0.2
- Adds React v18 support (#106).
v2.2.2
- [#88] Fixed bug that caused the loading spinner to remain on the page even after the Calendly widget had finished loading.