Skip to content

v2.15.0

Compare
Choose a tag to compare
@Gnito Gnito released this 24 Apr 11:38
· 1510 commits to master since this release
506248b

v2.15.0 Changes:

  • [add] Improve printing API errors on web inspector (console.table)
    #1071
  • [fix] ManageAvailabilityCalendar.js didn't use UTC time when fetching data for calendar months.
    #1069
  • [add] Use sparse fields on InboxPage query to reduce data load.
    #1067
    • NOTE: if you need more attributes on InboxPage, you need to add those to loadData function.
  • [add] Use sparse fields on SearchPage to reduce data load.
    #1066
    • NOTE: if you need more attributes on ListingCard than title, price and geolocation - you need to add those to loadData function.