Skip to content

Releases: mapillary/mapillary-js

v1.5.0

19 Jul 21:35
Compare
Choose a tag to compare

New features and Improvements

  • Migrated to RxJS 5 beta
  • Distribution of unminified code
  • Improved and simplified build process
  • Use earcut for polygon triangulation to improve stability and performance
  • Migrate to rbush 2.0 for better performance

Bugfixes

  • Show panorama indicator
  • Clickable navigation arrows in Edge browser
  • Correct handling of 2x ratio DOM sprites
  • Support IE11
  • Always clearing renderers on component deactivation
  • Abort tag interaction and clear tag elements correctly

v1.4.2

05 Jul 21:22
Compare
Choose a tag to compare

New features and Improvements

  • Support for creating polygons

Bugfixes

  • Handle all aspect ratios for all image orientations
  • Handle resize calls and render mode changes before initialization
  • Prevent CSS bleed
  • Correct viewing direction for slider
  • Ensure that state service observables are emitted to internal component subscriptions before external API subscriptions

v1.4.1

10 Jun 15:04
Compare
Choose a tag to compare

Bugfixes

  • Emit keys in hovered key observable on Direction component
  • Do not throw after resize in Direction component
  • Handle initialization without a key correctly in component controller

v1.4.0

08 Jun 08:38
Compare
Choose a tag to compare

Breaking Changes

  • Merge of Sequence and Player components into a new Sequence component. Player component API moved to new Sequence component. Player component discontinued.

New features and Improvements

  • Dynamic scaling of Sequence and Direction components
  • Restyling of Sequence and Direction components
  • Hover and highlight API on Sequence and Direction components

Bugfixes

  • Support fullscreen mode properly
  • Correct FPS calculation after cover deactivation

v1.3.0

19 May 09:15
Compare
Choose a tag to compare
  • Tag component with exposed API with support for points and bounding boxes.
  • Smoother transition from cover image to viewer.

v1.2.1

27 Apr 13:20
Compare
Choose a tag to compare
  • Zoom functionality in panoramas
  • Panorama base resolution configurable
  • Direction component arrow offset configurable
  • Set default component configuration once only
  • Cover component does not load low res images while deactivate

v1.2.0

18 Apr 20:38
Compare
Choose a tag to compare
  • Reset the reference lng lat in state
  • Improved node and tile caching
  • Performance improvements in graph
  • Render mode property in viewer options
  • Player component event for changed playing state
  • Tag component for showing rectangles in different projections
  • Sprite support in viewer and tag component

v1.1.1

21 Mar 15:00
Compare
Choose a tag to compare
  • Slider touch support
  • High resolution images in slider
  • Adjust rendering to frame rate

v1.1.0

14 Mar 10:55
Compare
Choose a tag to compare
  • Added touch support
  • Added Slider component
  • Render modes
  • Responsive handling of the viewer (through .resize())
  • Loading of high resolution images when halted
  • Pan momentum in panoramas
  • Numerous bug fixes

Initial release

10 Feb 07:49
Compare
Choose a tag to compare
  • Panorama support
  • Perspective photo support
  • Route/storytelling component
  • Numerous bugfixes