Skip to content

Commit ea0458f

Browse files
chore: version packages (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5143c9f commit ea0458f

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

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

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

packages/react/CHANGELOG.md

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

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- 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.
8+
- 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.
9+
- [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.
10+
311
## 3.2.2
412

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

0 commit comments

Comments
 (0)