Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Lakenen committed Jun 17, 2014
1 parent 5d39a19 commit 4a70861
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 135 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Viewer.js uses [semantic versioning](http://semver.org/) for its version numbers.

* **0.5.1**
* Preload page 1 assets ASAP to reduce time to view page 1.
* Fix a bug where requests for text layer assets could be duplicated unnecessarily
* **0.5.0**
* Add realtime plugin
* Add data providers
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viewer",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/box/viewer.js",
"authors": [
"Cameron Lakenen <lakenen@box.com>",
Expand Down
2 changes: 1 addition & 1 deletion dist/crocodoc.viewer.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Crocodoc Viewer - v0.5.0 | (c) 2014 Box */
/*! Crocodoc Viewer - v0.5.1 | (c) 2014 Box */

.crocodoc-viewer {
padding:0;
Expand Down

0 comments on commit 4a70861

Please sign in to comment.