Releases: nylas/javascript
Releases · nylas/javascript
Release list
@nylas/react@3.2.13
Patch Changes
- 02d2ec1: Upgrade @nylas/web-elements dependency to 2.5.15
@nylas/react@3.2.12
Patch Changes
- 6287ab7: Upgrade @nylas/web-elements dependency to 2.5.13
@nylas/react@3.2.11
Patch Changes
- 15701cd: Upgrade @nylas/web-elements dependency to 2.5.12
@nylas/react@3.2.10
Patch Changes
- 5f8210a: Upgrade @nylas/web-elements dependency to 2.5.11
@nylas/react@3.2.9
Patch Changes
- f821f37: Upgrade @nylas/web-elements dependency to 2.5.10
@nylas/react@3.2.8
Patch Changes
- 3cd5f60: Upgrade @nylas/web-elements dependency to 2.5.9
@nylas/react@3.2.7
Patch Changes
- 44ddeaf: Upgrade @nylas/web-elements dependency to 2.5.8:
- [nylas-scheduler-editor] Fixed template variable suggestions opening in Microsoft Edge when typing $ in the event title or description fields.
- [nylas-scheduling] Fixed selected date labels so they stay localized when the scheduler language is set or changed.
@nylas/react@3.2.6
Patch Changes
- 521b77d: Upgrade @nylas/web-elements dependency to 2.5.7
- [nylas-scheduler-editor] Preserve existing Scheduler configuration settings when saving edits so custom redirect URLs and related booking flow settings are not reset by unrelated changes.
@nylas/react@3.2.5
Patch Changes
-
f78e65d: Upgrade @nylas/web-elements dependency to 2.5.5:
- 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.
- [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.
-
f43d9c9: Upgrade @nylas/web-elements dependency to 2.5.6
- [nylas-scheduling] Improve localized scheduler copy so supported browser languages are reflected in the language dropdown, date labels, and empty states.
@nylas/react@3.2.4
Patch Changes
- a9b373b: Upgrade @nylas/web-elements dependency to 2.5.4:
- [nylas-scheduler-editor] Fix calendar not immediately reflecting newly created, updated, or deleted events. Events now appear or disappear without requiring a page reload.
- scheduler Fix radio button fields in booking forms capturing the field label instead of the selected option value. Radio button selections now correctly appear in confirmation emails.
- Fixed scheduler date picker page disappearing in reschedule mode when external JavaScript sets inline styles on shadow DOM elements. Added VDOM key to the footer element to prevent Stencil from reusing it by position during loading-to-content transitions. Also exposed ns_footer CSS part on the footer element for external styling.