浏览代码

Prep for release.

tags/2.5.3
Matthew Petroff 5 年前
父节点
当前提交
5e2e9c1e4f
共有 3 个文件被更改,包括 26 次插入2 次删除
  1. +1
    -1
      VERSION
  2. +24
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION 查看文件

@@ -1 +1 @@
2.5.2
2.5.3

+ 24
- 0
changelog.md 查看文件

@@ -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 查看文件

@@ -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"
},


正在加载...
取消
保存