Browse Source

Prep for release.

tags/2.5.3
Matthew Petroff 5 years ago
parent
commit
5e2e9c1e4f
3 changed files with 26 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +24
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.5.2
2.5.3

+ 24
- 0
changelog.md View File

@@ -2,6 +2,30 @@ Changelog
=========


Changes in Pannellum 2.5.3 (2019-08-21)
---------------------------------------

Bugfixes:
- Fixed loading scenes after previous load failure
- Fixed regression that caused auto-rotation to stop after one revolution
- Fixed behavior of `multiResMinHfov` to match documentation;
default multi-resolution `minHfov` behavior now matches pre-v2.5

Improvements:
- Added optional `scale` parameter to scale hot spots while zooming
- Improved recovery from failed scene loading

API improvements:
- Added optional pitch argument to `startAutoRotate`

Other:
- Added Journal of Open Source Software (JOSS) manuscript
- Numerous documentation improvements per JOSS review (thanks @vsoch and @Fil)
- Improved continuous integration and automated testing support
- Clarified `generate.py` error messages
- Added Dockerfile for `generate.py`


Changes in Pannellum 2.5.2 (2019-07-13)
---------------------------------------



+ 1
- 1
package.json View File

@@ -1,7 +1,7 @@
{
"name": "pannellum",
"description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.",
"version": "2.5.2",
"version": "2.5.3",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},


Loading…
Cancel
Save