mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-02-01 14:33:45 +00:00
1.1 KiB
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
qualityScoreproperty onNode - Data provider API to enable loading data from any source
💥 Breaking
- Change
Viewerconstructor to take only an options struct as parameter - Remove
ViewerclassmoveCloseTomethod - Rename
ViewerclasssetAuthTokenmethod tosetUserToken - Rename
NodeclasscameraProjectionproperty tocameraProjectionType - Remove
StatsComponent - Remove
LoadingComponent - Move
IUrlOptionsproperties toIFalcorDataProviderOptions
📝 Documentation
- Add data provider info to documentation
- Restructure readme information
- Add GitHub specific content
- Add changelog
🏠 Internal
- Rename
Containerclasselementproperty tocontainer - Use GitHub actions for continuous integration
- Use Yarn for development