Releases: box/viewer.js
Releases · box/viewer.js
Crocodoc Viewer v0.10.3
- 0.10.3
- Fix #152 - calculateVisiblePages bug when viewer is display:none
- Add better resize-checking and remove polling/requestAnimationFrame
- Add file size and dist links in readme
- Fix bug with destroyComponent in a component's destroy method (see #150)
- Update grunt release command for better release automation
- Updated README.me with cdnjs information
- Add configurable viewer and page templates
Crocodoc Viewer v0.10.2
- 0.10.2
- Fix unnecessary horizontal scrollbar in IE 9 when using window as viewport
Crocodoc Viewer v0.10.1
- 0.10.1
- Fix
autoloadFirstPage
option when conversion is not complete
- Fix
Crocodoc Viewer v0.9.1
- 0.9.1
- Fix
autoloadFirstPage
option when conversion is not complete
- Fix
Crocodoc Viewer v0.10.0
- 0.10.0
- Add support for rendering text-based (non-paged) files
Crocodoc Viewer v0.9.0
- 0.9.0
- Add option to disable auto-loading of first page assets at
load()
- Add option to disable auto-loading of first page assets at
Crocodoc Viewer v0.8.0
- 0.8.0
- Add support for 2xx response codes in ajax utility
- Add download plugin
Crocodoc Viewer v0.7.0
- 0.7.0
- Add
.crocodoc-preceding-page
class for easier transition effects in presentation layout
- Add
Crocodoc Viewer v0.6.1
Crocodoc Viewer v0.6.0
- 0.6.0
- Add support for common JS
require()
syntax via exports
- Add support for common JS