Changelog - Scheduler UI Components

Web Elements

Changelog

This page documents all notable changes to the Nylas Web Elements components.

@nylas/web-elements

1.4.4

Patch Changes

  • Updated the logic to calculate disabled date to be more efficient, which was causing a delay in rendering

  • Fixed the issue where group event with the same start time selects both the timeslots on selection

1.4.2

Patch Changes

  • Updated the build files

1.4.1

Patch Changes

  • Fix the issue where adding a participant and updating the open hours directly without hitting save did not register the open hours selected

  • Fixed the issue where page name was required for non-group configs. Also fixes the issue where the page name field would be wiped out on saving the config changes without any change to the page name field

  • Added changelog for the scheduler components to the scheduler component docs + include the changelog in the npm package that is deployed/released

  • Added missing components to enhance functionality. Added ability to disable email notifications. Fixed language dropdown selection issue in calendar view.

  • Fixed the issue where if system settings was set to a different language than en, the months header in the date picker did not translate correctly. Updated French translation to make more sense to a native speaker.

  • Fix the issue where the label header does not show the updated label, instead showed a default label

  • Fix the typescript compatibility issues

  • Added support for storing the organizer_locale from the scheduler editor component. This will allow us to send email communications to the organizer in the language selected by the organizer instead of defaulting to English

  • With group events, the organizer pre-selects the type of configuration that they want to create in the select event type page, so hide the scheduling method component in the express flow when creating config

  • Updated dependencies [6296b4f, 47be193]:

    • @nylas/core@1.1.7

1.4.0

Patch Changes

  • Fixed the issue where availability method passed in the dev settings was being overridden to collective in the UI

  • Updated the scheduling component to support group event bookings

  • Updated the logic for reminder minutes to resort to minutes where necessary

  • Introduced a new screen allowing users to select the desired configuration type for creation

    • The toggle switch state for participant availability now correctly reflects the current state.
    • Open hours now have a default selection when enabling the toggle.
  • Fixed group booking error handling so that appropriate error is surfaced in the UI

  • Updated scheduler-editor auth to get grant using access token and use that as the email for logged in user. This resolves the UPN email mismatch issue with Microsoft accounts.

  • Fix the date component to display the preselected date and month, if passed in defaultSchedulerState

  • Fixed the translations for some fields including dropdown, date etc., in the scheduler editor and scheduling components

  • Expose shadow parts for action options from list configuration component that allows to hide / style

  • Fixed the issue where book now button did not fire in the rescheduling flow due to form fields not being set correctly

  • Fixed the issue with event duration being reset to 30 minutes when modifying other fields in the editor

  • Added a create group config flow along with a group event with recurrence

  • Added front validation for event duration to not be empty/negative and be a multiple of 5

  • Fixed the issue where the booking page showed different selectable dates and timeslots depending on the system settings. With this fix, when selected timezone is changed, the selectable dates are also updated to respect the timezone selected.

  • Added additional CSS parts to the nylas-scheduling component.

  • Fixed the ordering and sorting for the booking form fields in the scheduler editor

  • Added retry logic to round robin when booking request fails due to timeslot not being avaialble

  • The nylas-event-description text area component now fully supports carriage returns, enabling users to enter multi-line comments. Additionally, selecting the “Auto-Populate” feature multiple times no longer duplicates fields, ensuring smoother multi-line text entry and preventing unintended field replication. Please note that the delimiters for additional fields should not be modified, as we rely on them to correctly replace these fields in the description when “Auto-Populate” is clicked.

  • Expose the calendar in the calendar view + filter ‘all host and guests’ options from reminders if group config. Updated the logic to add default capacity when creating a group config

  • Improved component registration process to properly handle re-registration scenarios, ensuring components receive updated props and connections while preventing duplicate event listeners. This fixes the issue with components not loading the correct values when using custom auth method and composable mode.

  • Updated dependencies [f71b973, 9344b0e, 4303932]:

    • @nylas/core@1.1.6

1.3.6

Patch Changes

  • Added support to make booking form fields read only in the scheduling component

  • The timeslot picker has been updated to use the selected locale for time formatting, ensuring consistency with user preferences. Additionally, a new hour12 prop has been introduced, allowing explicit control over the hour format. This prop does not have a default value; by default, the timeslot picker will use the hour format determined by the selected locale. However, you can override this by passing hour12={true} to enforce a 12-hour clock or hour12={false} to enforce a 24-hour clock. This update provides greater flexibility while maintaining alignment with user expectations.

  • Return localtion, booking_ref in the query param upon booking completion and redirect

  • Added validation to reminder minutes to be multiples of 5, because the reminder is sent out in every 5 minute intervals

  • Added an empty option in the dropdown for booking form, if no default option is set

  • Improved the responsiveness of the scheduling component in mobile and tablet views such that the dates and locale do not overflow

  • Ensure that the input components use the color vars from themeConfig prop for background, dropdown content, text colors

  • If timezone is set to an empty string in the config, default to the browser timezone in the editor UI. This allows the user to adjust the timezone as per their requirement

  • Added a button to event description component that on click auto-populates the additional fields to the description

  • Added the ability disable/enable emails from the UI

  • Updated dependencies [3a47075, 4020840]:

    • @nylas/core@1.1.5

1.3.5

Patch Changes

  • Added prop nylasBranding to scheduler editor to show / hide the option to manage nylas branding in the email templates

  • Added support for Korean language

1.3.4

Patch Changes

  • Added an event schedulerConfigCreated to be emitted after successful creation of config (this event includes the id field along with the other things)

  • Added localization to scheduler editor

  • Updated the scheduling component to respect the timezone and language overrides passed via bookingInfo prop

  • Add the ability to enter additional fields from a dropdown for event title and event description components

  • Added support for multi-select type additional field

  • Updated dependencies [c9a3f84]:

    • @nylas/core@1.1.4

1.3.3

Patch Changes

  • Improved the error handling on nylas-date-component to validate invalid dates

  • Fixed the issue with booking calendars where the list did not show all the calendars in the html implementation

  • Fixed the issue where html (web elements) did not render the correct values on booking form, booking options, participant open hours and page styling

1.3.2

Patch Changes

  • Fixed the participants checkbox being displayed if no availability method was configured (even if that defaulted to “collective”).

  • Added an option to hide the nylas branding from the email template footer in the communications tab of nylas-scheduler-editor component

  • [nylas-participants-custom-availability] Fixed new participant open hours not automatically inherting the default open hours and timezone.

  • [nylas-editor-tabs] Fixed form submissions incorrectly priortizing default state values over form state values.

  • [nylas-scheduler-editor] Fix: missing support for migrated “date” custom fields was causing custom fields to not be rendered.

  • [nylas-booking-form-config] Fixed typo on the “additionalFields” prop.

  • Updated dependencies [76290fa]:

    • @nylas/core@1.1.3

1.3.1

Patch Changes

  • Added support for metadata type additional field including support for optional default value for booking form fields

  • Set fallback language to English if the browser locale is to a language that we do not officially support

  • Updated the nylas-booking-form component to prefill booking details in the rescheduling flow.

  • Updated dependencies [596000b]:

    • @nylas/core@1.1.2

1.3.0

Minor Changes

  • Added a new ‘nse__list-configurations’ css part to the scheduler-editor component to allow style customizations.

Patch Changes

  • Fixed the issue where conferencing in scheduler editor was not showing Google meet option on load when used with CDN web-elements and no auth method. Also, fixed the issue where once Google meets is selected, it cannot be undone

  • Added a confirmation modal to confirm delete config in the scheduler editor

1.2.0

Minor Changes

  • Added new CSS parts for nylas-editor-tabs component.

  • Added a new ‘nse__list-configurations’ css part to the scheduler-editor component to allow style customizations.

Patch Changes

  • Added email subject to reminders in the UI

  • Fixed the issue with creating a config using icloud account

  • Fixed the issue where adding multiple form fields of the same type would override/wipe out existing fields

1.1.7

Patch Changes

  • Filter out webhook reminders from being surfaced in the UI

1.1.6

Patch Changes

  • Fixed the issue where themeConfig prop set on the scheduling component did not update the styles on sub components

1.1.5

Patch Changes

  • Fix the email validation regex to allow custom email domains liek .entertainment (example)

  • Fixed the create scheduling config issue

  • Resolved the issue where the UI was displaying an error for the organizer confirmation URL, despite it being set in the configuration.

  • Fixed the issue with confirmation email image url not blocking form submission on invalid url

  • Add all additional fields from bookingInfo prop to redirect url, including the ones not used in the booking form

  • Added an option to set reminders through the scheduler editor

  • Added an option to set reminders through the scheduler editor

  • bug-fix: Fixed the time on booked event card

  • Fixed the issue with the editor event title not updating correctly when selecting all and deleting the title

  • Updated dependencies [4842469, 4842469]:

    • @nylas/identity@3.0.0
    • @nylas/core@1.1.1

1.1.4

Patch Changes

  • Reduced the package size for the CDN build, resolving the issue where jsDelivr returned a “package size exceeded” error when using the CDN.

  • Resolved an issue where custom fields in the query parameters caused a booking error. Now, fields that do not match the additional_fields specified in the configuration are ignored.

1.1.3

Patch Changes

  • Fixed the query params populating the booking form in scheduling component returning error on booking

  • Updated the scheduling component to include the booking details in the redirect url

  • Added a prop enableUserFeedback that allows to capture user’s feedback and issues if any

  • Updated dependencies [0e9c005]:

    • @nylas/identity@2.1.0

1.1.2

Patch Changes

  • Fixed default selected calendar not selected when creating a config using MS account.

    • Fixed the issue with booking an event where the default selected value in the dropdown was not sent until changed.
  • Updated the Scheduling component to fetch availability only if the ui settings request passes. This prevents the additional API request if the config is invalid.

    • Appended the guest info, additional fields and timeslot to the bokedEventInfo event
  • Improved the custom event slug component by adding a hard-coded slash (/) as a prefix. Additionally, introduced a placeholder to enhance user clarity and provide guidance during input.

1.1.1

Patch Changes

  • Bundle a separate folder dist/cdn for CDN usage. This improves the loading time by including all the necessary dependencies required for a component to load (Each component is imported individually).

  • Modified how the Editor manages manual confirmations:

    • If organizer_confirmation_url is not set by developers, the <nylas-booking-confirmation-type> component will no longer appear in the editor
    • Added validation for configuration creation to ensure that if developers override booking_type to “organizer-confirmation”, they must also set organizer_confirmation_url, otherwise a validation error will be triggered.
    • Deprecated the prop, as it is now derived from selectedConfiguration and no longer needs to be manually set. This prop will be removed in an upcoming release.
  • Fixed the calculation of start_time for fetching availability when min_booking_notice is set

  • Updated the page styles component so that it renders only when a slot is passed. The developer has to explicitly pass the slot to the nylas-scheduler-editor component and listen to configSettingLoaded event on the nylas-scheduling component to grab the page styles and apply as needed.

  • Updated the default validation for phone and email input components to be more flexible

  • Fixed hideEditorTabs prop not working for page styles and communications tabs

  • Updated the nylas/identity package bundle to fix CDN issue not including the dependencies

  • Fixed mobile styles for the scheduler editor component

  • Updated dependencies [f7e8eb0]:

    • @nylas/identity@2.0.1

1.1.0

Minor Changes

  • Added the ability to login with the scheduler editor component

  • Mobile views for the list configurations component

  • Fixed access token error when loading a nylas scheduler editor component.

  • Added a new [nylas-list-configurations] component that shows a list of configurations that can be edited or deleted.

  • Added a new defaultAuthArgs prop to set the default arguments when authenticating a user.

  • Added a new method to properly reset the selectedConfiguration when a new config is being created (instead of wiping out default state data).

  • Added nylas/identity support for the nylas-scheduler-editor component

  • Updated the default-scheduler-config-store-state value to be a partial nylas scheduler config store state.

  • Renamed “scheduling configurations” to “scheduling pages”

  • Fixed a bug with the nylas identity api wrapper not handling undefined responses from nylas/identity

Patch Changes

  • Added communications tab to set up automatic communications for your events

  • [nylas-scheduling] Fixed reschedule booking flow creating a new booking instead of updating existingbooking

  • Refresh availability on click of back button in the booking form

  • Fix: react components would not render.

  • Sanitize input before saving the changes to the config

  • Deprecated the slot custom-booking-form in nylas-booking-form component in favor of using the additional fields set via the editor config

  • Renamed nylas-booking-type component to nylas-scheduling-method for better clarity based on it’s function

  • Fixed participant availability not updating the list on add/remove participants reactively

  • [nylas-time-window-picker] Clicking away from the dropdown should close the options menu

  • Fixed same provider conferencing option not showing up in create config flow

  • [nylas-scheduling] props renamed/deprecated

    - Remove `showThankYouPage` in favor of using `eventInfo`
    - Remove `bookingFlow` in favor of using `rescheduleBookingId`
    - Rename `cancelledEvent` to `cancelledEventInfo` for consistency
    - Rename `defaultSchedulerStoreState` to `defaultSchedulerState` for better clarity
  • [nylas-event-duration] Update input to dropdown for quick selection with an input to select custom duration

  • Fix scaling issues on mobile for editor components

  • Fix event title not working when select all and delete/type

  • [nylas-scheduler-editor] Made the editor of fixed height + style fixes

  • Fixed the package install issue with workspace

  • [bug-fix] Fixed editor not able to save due to participants tab

  • Added a read only state sheduling method component to booking options in the editor to identify the scheduling method for the selected config

  • [nylas-cancelled-event-card] Added default action to the Close button CTA that redirects to the date picker page

  • Added stack trace output to the debug utility

  • [nylas-scheduling] Added nylasBranding prop to hide nylas branding

  • Revert enableImportInjection change

  • Added a booking form tab to set additional fields in the config. These additional fields will be displayed in the scheduling page booking form to the end user booking an event.

  • 4607e3e Thanks @AaronDDM! - [nylas-booking-form] Removed HTML validation in favour of custom validation

  • Updated dropdown component to be usable in the booking form for scheduling component

  • Added nylas-cancellation-policy component

  • Only show scheduling page title if organizer name is set

  • Fixed passing configurationId as prop not taking to edit page issue

  • Added toggle switch component to the design system

  • Removed the need to use defineCustomElements() when using the react elements

  • Fixed the dropdown for add participants to filter the values based on the typed input value

  • Pass the cancel reason to cancelBooking endpoint

  • [nylas-scheduler-editor] Remove prop defaultRequiresSessionAuth. This can be configured in the defaultSchedulerConfigState.selectedConfiguration

  • Renamed nylas-location-component to nylas-event-location for consistency across event info components

  • Added debug logs and warnings if required props and/or slots are missing

  • Added support to adjust the height of the scheduler editor via shadow parts

  • Expose missing shadow parts for scheduling components

  • Fixed smashing Book now button and cancel button submitting multiple requests

  • Added same provider and cross provider conferencing

  • [nylas-buffer-time] Updated the default time to 0 minutes in the UI

  • [Scheduling] add watcher for themeConfig that applies theme changes

  • Send timezone in the payload for booking endpoint, set default open hours in the config, add timezone to event_booking and remove from open hours

  • [nylas-scheduler-editor] Added better error handling for expired sessions

  • [nylas-time-window-picker] Auto scroll to the input value on focus if the dropdown is open

  • [nylas-notification] Updated the notification banner styles

  • Send selected language to the API on booking and rescheduling endpoints

  • Scheduling component updated to conditionally render guests, rescheduling and cancellation options

  • [nylas-booking-form] Add input sanitization + limit inputs to max length 100

  • Added a default action to the ‘X’ button in the scheduler editor that logs out the user

  • Fix: error container in list configurations always being rendered

  • [nylas-scheduler-editor] Merge defaultSchedulerConfigStoreState to the config if creating

  • [nylas-date-picker] Add event title and duration to the scheduling page

  • Frontend validation for available days in future and min cancellation notice

  • Fixed the buffer time issue where 0 option was not selectable

  • [nylas-scheduling] Added reschedule flow message banner

  • [scheduler-editor] Added a participants tab to add and manage open hours for additional participants in a configuration. Updated availability tab to set the default open hours of the configurations and manage availability calendars for additional participants.

  • [nylas-scheduling] Renamed the nylas-scheduler component to nylas-scheduling.

  • Added a way to choose the type of booking config being created in the express(create) flow via scheduler editor

  • Manual confirmation flow for confirming and rejecting the booking by the organizer

  • Fix: incorrect height for list configurations empty state

  • Rename defaultSchedulerConfigStoreState to defaultSchedulerConfigState

  • Inherit the css variables from the parent component (nylas-scheduling). This fixes the issue with themeConfig prop not being applied to the child components in the scheduling page.

  • Added suppport for composable mode + express flow for editor component

  • Hide ‘Go back’ button if eventInfo is not available + fix some eventOverrides not being triggered for scheduling page

  • [editor] Renamed additional_guests_hidden field to hide_additional_guests for consistency in naming

  • Updated the readmes

  • Time slot interval preference component added to the scheduler editor

  • Added support for round robin scheduling

  • Update preivew button to copy link is list configurations

  • Exposed a prop localization for overriding default localization and/or customizing labels

  • [nylas-booked-event-card] Fixed long name overflowing container

  • Fixed adding participants by typing in returning an error and added user-friendly error message if using round robin config and typing in additional participant

  • Fixed additional fields on update and save returning error while booking an event

  • Pass additional fields from the custom booking form to the booking endpoint in the scheduling component

  • [bug-fix] fixed booking ref not working with require session auth set to true

  • Added support for slug and clientId combo to the scheduling component

  • Added nylas-min-booking-notice component

  • Update component reference and add types section to docs

  • [nylas=scheduler=editor] Hide the component from Booking Options tab

  • Export shadow parts to editor tabs component

  • Made the interval_minutes match duration_minutes on update. This will be the default behavior until we expose interval minutes in the UI

  • [bug-fix] Fixed wrong date shown in the timeslot picker

  • [ui] Scheduling page mobile style tweaks

  • [nylas-scheduling] Support scheduling for public configs through scheduling component

  • Updated Configuration type in defaultSchedulerConfigState to RecursivePartial

  • Added error handling and validation for editor components

  • Editor: Added customize booking setting to set hide_additional_guests, hide_cancellation_options and hide_rescheduling_options

  • [bug-fix] Fixed creation on config through Scheduler editor not working

  • [identity]: Update the defaultAuthArgs to be an array to support multiple providers

  • [nylas-scheduling] Support bookingRef for scheduling component

  • Updated dependencies [21e6790, 2a62c27, 0a57b53, ea838bc, aa8aaa0, 62afae4, 2cc7b34, bebb0d6, 436c634, b467dae, b6420aa, c7afb40, 7b4c89c, 1b80fa6, 7104a8b, d8b5d18, b1c96fd, b499224, 4c4d12d, e3952b5, 8679650, 87c5ed3]:

    • @nylas/core@1.1.0
    • @nylas/identity@2.0.0

1.1.0-canary.25

Patch Changes

  • Added support to adjust the height of the scheduler editor via shadow parts

  • Updated the readmes

  • Updated dependencies [aa8aaa0]:

    • @nylas/identity@2.0.0-canary.3

1.1.0-canary.24

Patch Changes

  • Renamed nylas-booking-type component to nylas-scheduling-method for better clarity based on it’s function

  • Added a read only state sheduling method component to booking options in the editor to identify the scheduling method for the selected config

  • Fixed the dropdown for add participants to filter the values based on the typed input value

  • Expose missing shadow parts for scheduling components

  • [Scheduling] add watcher for themeConfig that applies theme changes

  • Send selected language to the API on booking and rescheduling endpoints

  • Fixed the buffer time issue where 0 option was not selectable

  • Manual confirmation flow for confirming and rejecting the booking by the organizer

  • Inherit the css variables from the parent component (nylas-scheduling). This fixes the issue with themeConfig prop not being applied to the child components in the scheduling page.

  • Hide ‘Go back’ button if eventInfo is not available + fix some eventOverrides not being triggered for scheduling page

  • Exposed a prop localization for overriding default localization and/or customizing labels

  • Added support for slug and clientId combo to the scheduling component

  • Updated dependencies [c7afb40, 7b4c89c]:

    • @nylas/core@1.1.0-canary.10

1.1.0-canary.23

Patch Changes

  • Added communications tab to set up automatic communications for your events

  • Fixed same provider conferencing option not showing up in create config flow

  • Fixed smashing Book now button and cancel button submitting multiple requests

  • Added a way to choose the type of booking config being created in the express(create) flow via scheduler editor

  • Fixed adding participants by typing in returning an error and added user-friendly error message if using round robin config and typing in additional participant

  • Updated dependencies [21e6790]:

    • @nylas/core@1.1.0-canary.9

1.1.0-canary.22

Patch Changes

  • Deprecated the slot custom-booking-form in nylas-booking-form component in favor of using the additional fields set via the editor config

  • Fixed additional fields on update and save returning error while booking an event

1.1.0-canary.21

Patch Changes

  • Added support for round robin scheduling

  • Updated dependencies [d8b5d18]:

    • @nylas/core@1.1.0-canary.8

1.1.0-canary.20

Patch Changes

  • Fixed participant availability not updating the list on add/remove participants reactively

  • Fixed the package install issue with workspace

  • Updated dependencies [2a62c27]:

    • @nylas/core@1.1.0-canary.7

1.1.0-canary.19

Patch Changes

  • Added a booking form tab to set additional fields in the config. These additional fields will be displayed in the scheduling page booking form to the end user booking an event.

  • Added same provider and cross provider conferencing

  • [scheduler-editor] Added a participants tab to add and manage open hours for additional participants in a configuration. Updated availability tab to set the default open hours of the configurations and manage availability calendars for additional participants.

  • Updated dependencies [0a57b53, 2cc7b34, b6420aa]:

    • @nylas/core@1.1.0-canary.6

1.1.0-canary.18

Patch Changes

  • Only show scheduling page title if organizer name is set

  • [bug-fix] Fixed creation on config through Scheduler editor not working

1.1.0-canary.17

Patch Changes

  • [bug-fix] Fixed editor not able to save due to participants tab

1.1.0-canary.16

Patch Changes

  • [editor] Renamed additional_guests_hidden field to hide_additional_guests for consistency in naming

  • Updated dependencies [1b80fa6]:

    • @nylas/core@1.1.0-canary.5

1.1.0-canary.15

Patch Changes

  • Updated dropdown component to be usable in the booking form for scheduling component

  • Added nylas-cancellation-policy component

  • Fixed passing configurationId as prop not taking to edit page issue

  • Added toggle switch component to the design system

  • Scheduling component updated to conditionally render guests, rescheduling and cancellation options

  • Time slot interval preference component added to the scheduler editor

  • Pass additional fields from the custom booking form to the booking endpoint in the scheduling component

  • [bug-fix] fixed booking ref not working with require session auth set to true

  • Added nylas-min-booking-notice component

  • [bug-fix] Fixed wrong date shown in the timeslot picker

  • Editor: Added customize booking setting to set additional_guests_hidden, hide_cancellation_options and hide_rescheduling_options

  • Updated dependencies [ea838bc, b1c96fd, b499224, 8679650]:

    • @nylas/core@1.1.0-canary.4

1.1.0-canary.14

Patch Changes

  • Pass the cancel reason to cancelBooking endpoint

  • [ui] Scheduling page mobile style tweaks

1.1.0-canary.13

Patch Changes

  • Refresh availability on click of back button in the booking form

  • [nylas-time-window-picker] Clicking away from the dropdown should close the options menu

  • [nylas-event-duration] Update input to dropdown for quick selection with an input to select custom duration

  • Renamed nylas-location-component to nylas-event-location for consistency across event info components

  • Added debug logs and warnings if required props and/or slots are missing

  • [nylas-notification] Updated the notification banner styles

  • [nylas-booking-form] Add input sanitization + limit inputs to max length 100

  • Added a default action to the ‘X’ button in the scheduler editor that logs out the user

  • [nylas-date-picker] Add event title and duration to the scheduling page

  • Update preivew button to copy link is list configurations

  • [identity]: Update the defaultAuthArgs to be an array to support multiple providers

  • [nylas-scheduling] Support bookingRef for scheduling component

  • Updated dependencies [87c5ed3]:

    • @nylas/identity@2.0.0-canary.2

1.1.0-canary.12

Patch Changes

  • [nylas-scheduling] Fixed reschedule booking flow creating a new booking instead of updating existingbooking

  • Sanitize input before saving the changes to the config

  • [nylas-scheduler-editor] Remove prop defaultRequiresSessionAuth. This can be configured in the defaultSchedulerConfigState.selectedConfiguration

  • [nylas-buffer-time] Updated the default time to 0 minutes in the UI

  • [nylas-scheduler-editor] Added better error handling for expired sessions

  • Updated dependencies [436c634]:

    • @nylas/identity@2.0.0-canary.1

1.1.0-canary.11

Patch Changes

  • Update component reference and add types section to docs

  • Made the interval_minutes match duration_minutes on update. This will be the default behavior until we expose interval minutes in the UI

  • Updated Configuration type in defaultSchedulerConfigState to RecursivePartial

1.1.0-canary.10

Patch Changes

  • Revert enableImportInjection change

1.1.0-canary.9

Patch Changes

  • Fix scaling issues on mobile for editor components

  • [nylas-scheduler-editor] Made the editor of fixed height + style fixes

  • [nylas-cancelled-event-card] Added default action to the Close button CTA that redirects to the date picker page

  • Added stack trace output to the debug utility

  • Fix: error container in list configurations always being rendered

  • [nylas-scheduler-editor] Merge defaultSchedulerConfigStoreState to the config if creating

  • Frontend validation for available days in future and min cancellation notice

  • Fix: incorrect height for list configurations empty state

  • Rename defaultSchedulerConfigStoreState to defaultSchedulerConfigState

  • [nylas-booked-event-card] Fixed long name overflowing container

  • [nylas=scheduler=editor] Hide the component from Booking Options tab

  • Updated dependencies [62afae4]:

    • @nylas/core@1.1.0-canary.3

1.1.0-canary.8

Patch Changes

  • Fix: react components would not render.

  • Fix event title not working when select all and delete/type

1.1.0-canary.7

Minor Changes

  • Mobile views for the list configurations component

  • Added a new method to properly reset the selectedConfiguration when a new config is being created (instead of wiping out default state data).

  • Updated the default-scheduler-config-store-state value to be a partial nylas scheduler config store state.

  • Renamed “scheduling configurations” to “scheduling pages”

1.1.0-canary.6

Minor Changes

  • Added a new defaultAuthArgs prop to set the default arguments when authenticating a user.

  • Fixed a bug with the nylas identity api wrapper not handling undefined responses from nylas/identity

Patch Changes

  • Send timezone in the payload for booking endpoint, set default open hours in the config, add timezone to event_booking and remove from open hours

  • Added suppport for composable mode + express flow for editor component

  • Added error handling and validation for editor components

  • Updated dependencies [bebb0d6]:

    • @nylas/core@1.1.0-canary.2

1.1.0-canary.5

Minor Changes

  • Added a new [nylas-list-configurations] component that shows a list of configurations that can be edited or deleted.

1.1.0-canary.4

Minor Changes

  • Fixed access token error when loading a nylas scheduler editor component.

1.1.0-canary.3

Minor Changes

  • Added the ability to login with the scheduler editor component

  • Added nylas/identity support for the nylas-scheduler-editor component

Patch Changes

  • [nylas-scheduling] Added nylasBranding prop to hide nylas branding

  • Export shadow parts to editor tabs component

  • Updated dependencies [b467dae, 4c4d12d, e3952b5]:

    • @nylas/identity@2.0.0-canary.0
    • @nylas/core@1.1.0-canary.1

1.0.2-canary.2

Patch Changes

  • Updated dependencies [7104a8b]:
    • @nylas/core@1.0.2-canary.0

1.0.2-canary.1

Patch Changes

  • [nylas-scheduling] props renamed/deprecated

    - Remove `showThankYouPage` in favor of using `eventInfo`
    - Remove `bookingFlow` in favor of using `rescheduleBookingId`
    - Rename `cancelledEvent` to `cancelledEventInfo` for consistency
    - Rename `defaultSchedulerStoreState` to `defaultSchedulerState` for better clarity
  • 4607e3e Thanks @AaronDDM! - [nylas-booking-form] Removed HTML validation in favour of custom validation

  • Removed the need to use defineCustomElements() when using the react elements

  • [nylas-scheduling] Added reschedule flow message banner

  • [nylas-scheduling] Renamed the nylas-scheduler component to nylas-scheduling.

  • [nylas-scheduling] Support scheduling for public configs through scheduling component

1.0.2-canary.0

Patch Changes

  • [nylas-time-window-picker] Auto scroll to the input value on focus if the dropdown is open