Browse Source

Prep for release.

tags/2.5.4
Matthew Petroff 5 years ago
parent
commit
a5ed9e64f3
3 changed files with 13 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +11
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.5.3
2.5.4

+ 11
- 0
changelog.md View File

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


Loading…
Cancel
Save