This is mostly about releasing a bunch of fixes (plus a preparation of email templates for 'fixed' booking unit type)
Highlights:
- Authenticated user trying to access
/login
or/signup
routes caused hydration issue (React v18) - Hourly booking: current day was blocked, if the time zone of a listing's time zone was behind a browser's time zone.
- Datepicker flashed the old month quickly after transitioning between months
Changes v7.3.0
- [fix] Remove obsolete Flex CLI references
#550 - [fix] BookingTimeForm (hourly booking): calendar day was not localized causing isDayBlocked fn to
choose past day, if listing's time zone was to the west of the browser's location / time zone.
#556 - [fix] AuthenticationPage: fix a bug with autenticated users accessing the auth pages.
#555 - [fix] CheckoutPageWithPayment & PaymentMethodsPage had a typo in a variable name.
#554 - [fix] DatePicker: fix a bug with the calendar transition.
#553 - [add] Add fixed bookings and price variant name support to booking process email templates.
#552 - [fix] LocationAutocompleteInput: fix a bug with Google Maps API loading order with Webpack Dev Server.
#548