react-calendly
Advanced tools
Changelog
4.3.1
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.https://github.com/tcampb/react-calendly/issues/174 https://github.com/tcampb/react-calendly/issues/137 https://github.com/tcampb/react-calendly/issues/133 https://github.com/tcampb/react-calendly/issues/15 https://github.com/tcampb/react-calendly/issues/145
Changelog
4.3.0
smsReminderNumber
prefill option (https://github.com/tcampb/react-calendly/pull/171).Changelog
4.2.1
Changelog
4.2.0
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.Changelog
4.1.1
PopupWidget
, PopupModal
, and PopupButton
components will throw an error when opened without a rootElement
prop (https://github.com/tcampb/react-calendly/issues/143).Changelog
4.1.0
salesforce_uuid
prefill option (https://github.com/tcampb/react-calendly/pull/128).Changelog
4.0.1
email
and guests
prefill options to not be properly encoded (https://github.com/tcampb/react-calendly/issues/116).Changelog
4.0.0
CalendlyEventListener
component with useCalendlyEventListener
hook (https://github.com/tcampb/react-calendly/issues/45).react
& react-dom
peer dependency versions; react-calendly@4.0.0
now requires react and react-dom version >=16.8.Changelog
3.0.3