Skip to content

Commit e322b19

Browse files
authored
chore: version packages (#57)
1 parent 777b798 commit e322b19

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.changeset/upgrade-web-elements-2-5-1.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nylas/react
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- 777b798: Upgrade @nylas/web-elements dependency from 2.5.0 to 2.5.1
8+
- 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.
9+
- 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.
10+
- 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.
11+
312
## 3.2.0
413

514
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/react",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "React components and hooks for Nylas API integration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)