Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@fekecrad fekecrad released this 19 Sep 11:18
· 587 commits to master since this release

BC Breaks

  • types definition, module for each namespace e.g. changed stSDK.getPlaces() to stSDK.places.getPlaces(), see documentation
  • placesFilterJson renamed to PlacesListFilterJson
  • urlTemplate in Medium has now url with size placeholder, image with size set is available in urlWithSize property

Added as experimental functionality

  • hotels module
  • collections module
  • custom places support
  • favorites synchronization with server
  • tests for trip & favorites changes
  • tests for ChangeWatcher
  • new methods
    -- locationToMapTileKey
    -- spreadPlacesOnMapV2
    -- hasDayStickyFromBothSides (internal)
    -- getPlacesStats
    -- getTripsInTrash
    -- getDirections
    -- getTripTemplates
    -- applyTripTemplate
    -- searchTags

Changed

  • Experimental functionality
    -- favorites cache handling
    -- updated plane speed and airpoirt delay in route estimator
    -- replaced searchAddress functionality with search
    -- renamed detectParents to detectParentByBounds

Fixed

  • trip manipulation methods - performance fixes
  • description link in place
  • various tests (sticky places, etc.)
  • linter rules
  • webpack cleanup