Skip to content
Skip to main content

Nylas React SDK v3.2.5 and Web Elements v2.5.6

  • Upgraded @nylas/web-elements to v2.5.6.
  • Expanded localized copy in <nylas-scheduling> so the language dropdown, date labels, and empty-state messages render correctly in every supported browser language.
  • Fixed date picker and time slot clicks not working in the scheduler when authentication props (such as configurationId) were set after the component mounted — for example, when passing props through a React wrapper. Clicking a date or time slot now works regardless of when auth props are applied. This regression was introduced in v2.5.0.
  • Fixed schedulerApiUrl being ignored on a full page refresh when using <nylas-scheduling> through a React wrapper, which caused the scheduler to call the default API region instead of the one you configured (for example, EU). The scheduler now reads schedulerApiUrl after React applies props, so the correct region is used on both client-side navigation and hard refreshes.