Skip to content

v2.9.0

Compare
Choose a tag to compare
@Gnito Gnito released this 29 Jan 13:24
· 1712 commits to master since this release
86eb336

v2.9.0 Changes

  • [fix] day boundaries for date filter and pass booking state to bookings.query
    • SearchPage.duck.js: endDate should not be expanded for night bookings
    • DateRangeController: bookingUnitType: day should allow 0 night
    • EditListingPage.duck.js booking state should be passed to query
      #1016
  • [add] Date filter added and filter components (single and multiselect) are refactored to use
    shared subcomponents. #949
  • [fix] Fixed copy-text in ReviewForm: Rating is required.
    #1011
  • [change] Some of the documentation moved to Flex Docs: https://www.sharetribe.com/docs/
    #1012 and
    #1014
  • [fix] Allow ownListing as listing proptype in BookingPanel component.
    #1007
  • [add] Add info text about additional owners to PayoutDetailsForm.
    #1006
  • [change] Default to English translation if the translation key is missing. After this update, new
    translation keys will not be added to other translation files with English default texts. We keep
    providing translations in our supported languages but they might not be up to date all the time.
    This means if you want to update your translations beforehand or use your own translations file,
    you can use
    translation CLI
    to check if there are translations missing.
    #1005
  • [change] Remove origin parameter from default-location-searches.js
    #1003
  • [add] Limit location autocomplete by adding an optional country parameter to geocoding call in
    both Mapbox and Google Maps integrations. Also updated Mapbox SDK to version 0.5.0.
    #1002