mapillary-js/CHANGELOG.md
2020-12-10 11:39:14 +01:00

1.1 KiB

Changelog

All notable changes to this project from MapillaryJS 3.x will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0.0 - 2020-12-10

🚀 New features

  • Add qualityScore property on Node
  • Data provider API to enable loading data from any source

💥 Breaking

  • Change Viewer constructor to take only an options struct as parameter
  • Remove Viewer class moveCloseTo method
  • Rename Viewer class setAuthToken method to setUserToken
  • Rename Node class cameraProjection property to cameraProjectionType
  • Remove StatsComponent
  • Remove LoadingComponent
  • Move IUrlOptions properties to IFalcorDataProviderOptions

📝 Documentation

  • Add data provider info to documentation
  • Restructure readme information
  • Add GitHub specific content
  • Add changelog

🏠 Internal

  • Rename Container class element property to container
  • Use GitHub actions for continuous integration
  • Use Yarn for development