瀏覽代碼

Prep for release.

tags/2.5.4
Matthew Petroff 5 年之前
父節點
當前提交
a5ed9e64f3
共有 3 個文件被更改,包括 13 次插入2 次删除
  1. +1
    -1
      VERSION
  2. +11
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION 查看文件

@@ -1 +1 @@
2.5.3
2.5.4

+ 11
- 0
changelog.md 查看文件

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


Changes in Pannellum 2.5.4 (2019-09-10)
---------------------------------------

Bugfixes:
- Fixed issue with loading large equirectangular panoramas on iOS
- Fixed issue with touch-based scrolling with `draggable` set to `false`

Improvements:
- Started requestion device orientation permission (untested)


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



+ 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.3",
"version": "2.5.4",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},


Loading…
取消
儲存