Skip to content

Releases: nylas/javascript

@nylas/react@3.2.0

10 Mar 18:38
ad3b324

Choose a tag to compare

Minor Changes

  • 38e78e3: Upgrade @nylas/web-elements dependency to 2.5.0

    Minor Changes

    • Added nylasSchedulerEditorError event to nylas-scheduler-editor that captures and re-emits errors from child components. In React, use the onNylasSchedulerEditorError prop to handle errors from the editor and its children in a single place.

    Patch Changes

    • Fixed nylas-scheduler-editor showing the configuration list in composable mode instead of rendering the slotted content
    • Fixed cancel and reschedule flows breaking when a booking ref was provided without a session ID by deferring scheduler initialization
    • Fixed cancel after reschedule failing because stale booking IDs were retained. After rescheduling (which creates new booking IDs), the scheduler now correctly updates to the new IDs so subsequent cancel operations target the rescheduled booking.
    • Fixed participant availability and booking calendars not populating when editing an existing configuration due to a prop ordering race condition. Also fixed round-robin participants incorrectly showing the organizer's calendars instead of their own.
    • Fixed participant search in the scheduler editor: search results are now properly added to the participant options store, the dropdown no longer disappears prematurely when selecting a result, and the currently-edited participant row is excluded from duplicate filtering
    • Fixed a bug where the organizer participant's grant_id was dropped when saving a scheduler configuration. The grant_id is now preserved for both organizer and non-organizer participants during edit and save operations. Additionally, async participants added via search or fetch callbacks can now optionally include a grant_id that flows through to the saved configuration.
    • Fixed round-robin configurations not correctly identifying the organizer, which could cause calendar selection and booking calendar assignment to fail when editing an existing round-robin config

@nylas/react@3.1.5

24 Feb 21:02
de36291

Choose a tag to compare

Patch Changes

  • 1a155ab: Upgrade @nylas/web-elements dependency to 2.4.1

@nylas/react@3.1.4

24 Feb 16:37
45d1289

Choose a tag to compare

Patch Changes

  • 59ecc1b: Upgrade @nylas/web-elements dependency to 2.4.0

@nylas/react@3.1.3

17 Feb 17:23
18f6efb

Choose a tag to compare

Patch Changes

  • 4250a3c: Upgrade @nylas/web-elements dependency to 2.3.5

@nylas/react@3.1.2

06 Feb 15:51
825c37c

Choose a tag to compare

Patch Changes

  • a939cc3: Upgrade @nylas/web-elements dependency to 2.3.3

@nylas/react@3.1.1

12 Jan 14:51
03e912f

Choose a tag to compare

Patch Changes

  • f31895d: Update @nylas/web-elements dependency from 2.3.0 to 2.3.2

@nylas/connect@1.2.5

11 Dec 14:25
632c5a6

Choose a tag to compare

Patch Changes

  • 93bc4db: Update release workflow to use npm trusted publishing with OIDC authentication

@nylas/connect@1.2.4

05 Dec 17:05
6fcd247

Choose a tag to compare

Patch Changes

  • 3b179b4: Changed the header name from x-nylas-application-public-id to improve API consistency.

@nylas/connect@1.2.3

05 Dec 15:19
c4f14e8

Choose a tag to compare

Patch Changes

  • 948428e: Updated the x-nylas-public-application-id header.

@nylas/react@3.0.1

02 Dec 15:59
e053f81

Choose a tag to compare

Patch Changes

  • 86253d9: Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish
  • Updated dependencies [86253d9]
    • @nylas/connect@1.2.2