From fb84d25255744253d777baa15e06d9eec58fef55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:36:29 +0000 Subject: [PATCH] chore: version packages --- .changeset/upgrade-web-elements-2-5-0.md | 19 ------------------- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 2 +- 3 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 .changeset/upgrade-web-elements-2-5-0.md diff --git a/.changeset/upgrade-web-elements-2-5-0.md b/.changeset/upgrade-web-elements-2-5-0.md deleted file mode 100644 index 7fe3ed2..0000000 --- a/.changeset/upgrade-web-elements-2-5-0.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@nylas/react": minor ---- - -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 diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7c29523..b1da6f1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @nylas/react +## 3.2.0 + +### 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 + ## 3.1.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3e10954..a49ed9c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@nylas/react", - "version": "3.1.5", + "version": "3.2.0", "description": "React components and hooks for Nylas API integration", "type": "module", "scripts": {