Skip to content

Commit 4c16ee7

Browse files
chore: version packages (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f43d9c9 commit 4c16ee7

4 files changed

Lines changed: 12 additions & 15 deletions

File tree

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

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

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

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

packages/react/CHANGELOG.md

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

3+
## 3.2.5
4+
5+
### Patch Changes
6+
7+
- f78e65d: Upgrade @nylas/web-elements dependency to 2.5.5:
8+
- 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.
9+
- [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.
10+
11+
- f43d9c9: Upgrade @nylas/web-elements dependency to 2.5.6
12+
- [nylas-scheduling] Improve localized scheduler copy so supported browser languages are reflected in the language dropdown, date labels, and empty states.
13+
314
## 3.2.4
415

516
### Patch 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.4",
3+
"version": "3.2.5",
44
"description": "React components and hooks for Nylas API integration",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)