Changelog
Creator application
-
2020-06-20, #117
Include player version #50 with smaller improvements
- feat(app): add player version #50
-
2020-06-16, #116
Placeholder image bug fix, add favicon feature
- fix(app): reset previous placeholder image after a new project is started
- feat(app): add favicon to the exported index and iframe html files
-
2020-06-15, #115
Enable centered-position of control buttons
- feat(app): add opption to center-position control buttons
-
2020-06-12, #114
Smaller creator bug fix, creator code improvements and player usability improvements - a placeholder image is shown while player engine is being loaded
- fix(app): fix bug when removing a custom start image did not propagate to config.js
- feat(player): add support for placeholder image
- feat(player): rename classnames from yofla360 to y360
-
2020-06-10, #113
Minor usability improvements
- feat(app): add delete button also to active projects list
- chore(app): use createPlayer api call in exported template
- chore(app): add custom data attributes to textfields so they are not pre-filled with browser extensions
- chore(app): license text updates
-
2020-06-04, #112
Delete project functionality and other smaller improvements
- feat(app): add option to delete a project
- chore(app): remove extraneous spaces from iframe embed code
-
2020-05-29, #111
Update player to version #48 - IE11 Support, Project load improvements.
- The player now runs correctly also in IE11.
- Loading a new project while other does not finished loading made the creator not stable. For now, loading of other project is not allowed before the previous completed loading.
-
2020-05-27, #110
Fix null-ish player height
- In some circumstances the height of the player was set to null.
-
2020-05-26, #109
Fix null-ish player height
- In some circumstances the height of the player was set to null.
-
2020-05-13, #108
Upgrading player to version 47
- Adding options to player to disable using-webgl-context and retina images
-
2020-05-12, #107
Improve html output code
- Adding viewport meta tag into iframe.html
-
2020-05-11, #106
Upgrading player to version 46
- Fixes a bug in player
-
2020-05-08, #105
Add options to customize preloader
- New wave type preloader added
- Customizing of preloader colors is possible
- Switched to flex-box positioning of player buttons
-
2020-04-23, #104
Smaller fixes and improvements
- Fix a bug, when border was visible in published view albeit turned off in settings for SVG Round Light theme
- Support for PNG Images added
- Keep 360 player view aspect ratio when resizing page
-
2020-03-20, #103
Do not display void projects in projects page.
-
2020-03-14, #102
Support for custom start image added
-
2020-02-11, #101
Upgrading player to version #42
-
2020-02-10, #100
Various smaller UI improvements
- removing hover states of player buttons until improved
- nicer naming of menu items
- cleaner urls in referrals
-
2020-02-09, #99
Upgrading player to version #41
-
2020-02-02, #97
Renaming Active Projects to My Projects, changing min-width in styles from 300px to 100px. Added domain c.y360.at for cloud hosted views.
-
2020-01-30, #96
Added the option for yearly payment for license.
-
2020-01-29, #95
Rotate Once option added. Added the option to download 360 view.
-
2020-01-20, #94
Account Dashboard Page added.
-
2019-12-05, #93
Projects Analytics Page added.
-
2019-12-01, #92
Fixing a bug when importing many hi-res images
-
2019-11-28, #91
Added the option to load a project, added basic views count statistics
-
2019-11-04, #90
Added link to customers zone for managing subscriptions
-
2019-10-28, #89
Added the option to download template archive
360° Player
-
2020-06-20, #50
Smaller code improvements
- chore(player): improve error reporting
- feat(player): add public advanceBy() player instance method
-
2020-06-11, #49
Use canvas renderer instead of webgl render by default, add placeholder image support, rename yofla360 to y360
- feat(player): make canvas the default renderer
- feat(player): add support for placeholder image
- chore(player): renaming yofla360 classnames to y360
-
2020-05-29, #48
Make the 360 player IE11 compatible
- feat(player): Make the 360 player IE11 compatible
-
2020-05-12, #47
Add options to force canvas instead of web-gl and non-retina images on mobile devices
- feat(engine): add option to use canvas, and disable retina for mobiles
-
2020-05-11, #46
Fix image loading bug
- fix(images): fixing the bug when original image size is the exact same size as image sizing threshold
-
2020-05-07, #45
Preloader, sizing improvements
- feat(preloader): add wave preloader type, add support for customization
- feat(player): disable the auto-initialization of 360 views in page, view must be explicitly initialized via JS call
- feat(player): add resize listener to 360 element, helps if element size is changed independently of window size
-
2020-04-23, #44
Minor improvements
- feat(player): fix bug when trying to resize non-existent image
-
2020-03-15, #43
Support for custom start image added
- feat(player): support for start image
- feat(player): y360.get() alias added
- feat(player): instance.showStartImage() added
-
2020-02-11, #42
Fix occasional frame jitter when dragging
- feat(player): improving domain check functionality
-
2020-02-08, #41
Fix occasional frame jitter when dragging
- feat(player): fix occasional frame jitter when dragging the object
-
2020-01-29, #40
Rotate Once (at load) feature added
- feat(player): added the option to rotate the object once after load and than stop
-
2020-01-27, #39
Maintenance release
- chore(player): smaller code improvement - detect if running oncloud/offcloud
-
2020-01-15, #38
Domain limit feature added
- feat(player): give user the option to display a warning message on an unauthorized domain
- feat(player): added new 'y360' global object alias for Yofla360
-
2019-10-28, #37
JavaScript Player API improvements
- feat(player): added Y360 global object alias for Yofla360
- feat(player): Y360.getPlayer(id) returns the first instance for 360 view, if id is not set
-
2019-10-24, #36
Player touch interaction improvements
- feat(player): improvements tap / swipe interactions
-
2019-10-11, #35
feat(player): support for .svg theme icons added
-
2019-10-09, #34
feat(player): preloading of button images over-states added, Yofla360 global object improvements and frame interval improvements
-
2019-06-23, #33
feat(player): createPlayer(), destroyPlayer() API calls added