Skip to content

v1.4.0

Compare
Choose a tag to compare
@lyyder lyyder released this 17 Aug 11:04
· 2255 commits to master since this release
08a996c

v1.4.0 changes

NOTE 1: This version introduces availability calendar for listings. In order to enable this feature in your existing marketplace add an environment variable REACT_APP_AVAILABILITY_ENABLED and set it to true. Also a transaction process update is required to prevent double bookings. Contact Flex support at [email protected] in order to get your transaction process updated. For new marketplaces the process already has the double booking prevention enabled.

NOTE 2: This version already contains changes related to adding Mapbox integration to the Flex Template for Web. This feature is not ready yet but it will be available in an upcoming version.

  • [change] Put availability calendar behind a feature flag
    #902
  • [fix] Drop date time from time slots request query params
    #901
  • [fix] Make a second time slots request when required
    #901
  • [add] Map component (used in ListingPage) using Mapbox instead of Google Maps
    #896
  • [add] Listing availability
    #868, #873, #891 & #892
  • [add] Add support for user's current location as a default
    suggestion in the location autocomplete search.
    #895
  • [add] Add support for default locations in the
    LocationAutocompleteInput component. Common searches can be
    configured to show when the input has focus. This reduces typing and
    Google Places geolocation API usage. The defaults can be configured
    in src/components/LocationAutocompleteInput/GeocoderGoogleMaps.js.
    #894
  • [change] Removed the country parameter from the search page as it
    was not used anywhere.
    #893