Skip to content

Commit

Permalink
Release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed May 6, 2018
2 parents e7f6131 + af99e90 commit e3b1672
Show file tree
Hide file tree
Showing 29 changed files with 745 additions and 483 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
/bower_components
/.sass-cache
/.idea
/*.iml
/node_modules
/bower_components
/.sass-cache
/.idea
/*.iml
/doc
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ node_js:
- "8"
before_install:
- npm install -g grunt-cli
- npm install -g bower
before_script:
- bower install
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function(grunt) {
' * Photo Sphere Viewer <%= grunt.option("tag") || pkg.version %>\n' +
' * Copyright (c) 2014-2015 Jérémy Heleine\n' +
' * Copyright (c) 2015-<%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel\n' +
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
' * Licensed under MIT (https://opensource.org/licenses/MIT)\n' +
' */',

concat: {
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2015 Jérémy Heleine
Copyright (c) 2016 Damien Sorel
Copyright (c) 2016-2018 Damien Sorel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Photo Sphere Viewer

[![Bower version](https://img.shields.io/bower/v/Photo-Sphere-Viewer.svg?style=flat-square)](http://photo-sphere-viewer.js.org)
[![NPM version](https://img.shields.io/npm/v/photo-sphere-viewer.svg?style=flat-square)](https://www.npmjs.com/package/photo-sphere-viewer)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/photo-sphere-viewer/badge)](https://www.jsdelivr.com/package/npm/photo-sphere-viewer)
[![Build Status](https://img.shields.io/travis/mistic100/Photo-Sphere-Viewer/master.svg?style=flat-square)](https://travis-ci.org/mistic100/Photo-Sphere-Viewer)
Expand All @@ -11,13 +10,13 @@ Photo Sphere Viewer is a JavaScript library that allows you to display 360×180
Forked from [JeremyHeleine/Photo-Sphere-Viewer](https://github.com/JeremyHeleine/Photo-Sphere-Viewer).

## Documentation
[photo-sphere-viewer.js.org](http://photo-sphere-viewer.js.org)
[photo-sphere-viewer.js.org](https://photo-sphere-viewer.js.org)

## Dependencies
* [three.js](http://threejs.org)
* [doT.js](http://olado.github.io/doT)
* [three.js](https://threejs.org)
* [doT.js](https://olado.github.io/doT)
* [uEvent](https://github.com/mistic100/uEvent)
* [D.js](http://malko.github.io/D.js)
* [D.js](https://malko.github.io/D.js)

## Install

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
{
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"homepage": "http://www.strangeplanet.fr"
"homepage": "https://www.strangeplanet.fr"
}
],
"description": "A JavaScript library to display Photo Sphere panoramas",
"homepage": "https://github.com/mistic100/Photo-Sphere-Viewer",
"homepage": "https://photo-sphere-viewer.js.org",
"main": [
"dist/photo-sphere-viewer.js",
"dist/photo-sphere-viewer.css"
Expand Down
8 changes: 5 additions & 3 deletions dist/photo-sphere-viewer.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Photo Sphere Viewer 3.3.2
* Photo Sphere Viewer 3.3.3
* Copyright (c) 2014-2015 Jérémy Heleine
* Copyright (c) 2015-2018 Damien "Mistic" Sorel
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/
.psv-container {
width: 100%;
Expand Down Expand Up @@ -56,7 +56,9 @@
.psv-loader-canvas {
position: absolute;
top: 0;
left: 0; }
left: 0;
width: 100%;
height: 100%; }
.psv-loader-text {
font: 14px sans-serif; }

Expand Down
Loading

0 comments on commit e3b1672

Please sign in to comment.