Skip to content

Releases: nylas/javascript

@nylas/react@3.2.10

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 26 Jun 01:48
549bc43

Patch Changes

  • 5f8210a: Upgrade @nylas/web-elements dependency to 2.5.11

@nylas/react@3.2.9

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 25 Jun 15:12
bd64f13

Patch Changes

  • f821f37: Upgrade @nylas/web-elements dependency to 2.5.10

@nylas/react@3.2.8

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 18 Jun 18:43
d9131fa

Patch Changes

  • 3cd5f60: Upgrade @nylas/web-elements dependency to 2.5.9

@nylas/react@3.2.7

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 14 May 13:50
de76c91

Patch Changes

  • 44ddeaf: Upgrade @nylas/web-elements dependency to 2.5.8:
    • [nylas-scheduler-editor] Fixed template variable suggestions opening in Microsoft Edge when typing $ in the event title or description fields.
    • [nylas-scheduling] Fixed selected date labels so they stay localized when the scheduler language is set or changed.

@nylas/react@3.2.6

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 12 May 11:19
ef8e9ae

Patch Changes

  • 521b77d: Upgrade @nylas/web-elements dependency to 2.5.7
    • [nylas-scheduler-editor] Preserve existing Scheduler configuration settings when saving edits so custom redirect URLs and related booking flow settings are not reset by unrelated changes.

@nylas/react@3.2.5

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 05 May 13:50
4c16ee7

Patch Changes

  • f78e65d: Upgrade @nylas/web-elements dependency to 2.5.5:

    • Fix time slot selection and date picker clicks being non-functional after upgrading to v2.5.0. When configurationId or other auth props were set post-mount (e.g. via React), the scheduler entered a deferred init path where click handlers on the date picker and timeslot picker were registered before the connector existed. Clicking a date or time slot appeared to do nothing. The connector reference is now resolved at click time rather than at registration time, so all interactions work correctly regardless of when auth props arrive.
    • [nylas-scheduling] Fix schedulerApiUrl prop being ignored on full page refresh when using React wrappers. The component now correctly waits for React's commit phase to apply props before reading schedulerApiUrl to create the scheduler connector, ensuring the correct API region is used on both client-side navigation and hard page refreshes.
  • f43d9c9: Upgrade @nylas/web-elements dependency to 2.5.6

    • [nylas-scheduling] Improve localized scheduler copy so supported browser languages are reflected in the language dropdown, date labels, and empty states.

@nylas/react@3.2.4

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 16 Apr 12:04
2e7d463

Patch Changes

  • a9b373b: Upgrade @nylas/web-elements dependency to 2.5.4:
    • [nylas-scheduler-editor] Fix calendar not immediately reflecting newly created, updated, or deleted events. Events now appear or disappear without requiring a page reload.
    • scheduler Fix radio button fields in booking forms capturing the field label instead of the selected option value. Radio button selections now correctly appear in confirmation emails.
    • Fixed scheduler date picker page disappearing in reschedule mode when external JavaScript sets inline styles on shadow DOM elements. Added VDOM key to the footer element to prevent Stencil from reusing it by position during loading-to-content transitions. Also exposed ns_footer CSS part on the footer element for external styling.

@nylas/react@3.2.3

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 13 Apr 15:38
ea0458f

Patch Changes

  • 5143c9f: - [nylas-scheduling] Fixed confirmation redirect URL incorrectly appending query parameters with ? instead of & when the confirmationRedirectUrl already contains existing query parameters. URLs with pre-existing parameters (e.g. JWT tokens) now correctly preserve all query parameters.
    • Fix deferred initialization when rescheduleBookingRef or cancelBookingRef is set via JavaScript after mount (CDN / vanilla HTML pattern). Watch handlers now emit the bookingRefExtracted event, include error handling for malformed booking refs, and properly coordinate with the base provider during deferred init.
    • [nylas-page-styling] The Page Styles section in the scheduler editor now renders translated labels by default when no custom slot content is provided. Labels for "Company logo URL", "Primary color", "Submit button label", and "Thank you message" are now available in all supported languages (en, es, fr, de, sv, zh, ja, nl, ko). The color picker's "Select a color" placeholder is also now translated.

@nylas/react@3.2.2

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 13 Apr 14:30
6bf8814

Patch Changes

  • bab1dad: Upgrade @nylas/web-elements dependency to 2.5.2:
    • Fix schedulerApiUrl not being applied before the connector's first API call when using React wrappers on a full page refresh. The connector now syncs the latest schedulerApiUrl prop value before every data fetch, ensuring EU and other non-US regions work correctly regardless of prop timing.
    • [nylas-scheduling] The scheduler now automatically detects the user's browser language and displays localized content when a supported language is available. Previously, users always saw English unless the ?lang= URL parameter or defaultLanguage prop was explicitly set.

@nylas/react@3.2.1

Choose a tag to compare

@nylas-it-ops nylas-it-ops released this 09 Apr 17:47
e322b19

Patch Changes

  • 777b798: Upgrade @nylas/web-elements dependency from 2.5.0 to 2.5.1
    • Improve error handling for authentication failures in the scheduler editor. Auth errors now display a visible error banner on the login screen instead of failing silently. The nylasSchedulerEditorError event is emitted with category: 'auth' for programmatic error handling. Session expiry detection is also improved to catch additional error patterns.
    • Fix scheduler date handling to normalize mixed date inputs (Date, ISO string, and unix timestamp values), preventing incorrect fallback dates like 1970 and ensuring timezone-aware selected-day comparisons remain stable across components.
    • Fix deferred initialization for booking refs in private scheduler configurations. Booking ref props (reschedule, cancel, organizer confirmation) no longer prematurely trigger initialization without proper auth credentials. Organizer confirmation salt is now correctly persisted when the booking ref is set dynamically.