Skip to content

Commit

Permalink
Merge pull request #242 from cdrini/v4.6.0
Browse files Browse the repository at this point in the history
4.6.0
  • Loading branch information
cdrini authored Mar 18, 2020
2 parents 50e33f6 + bf96146 commit ff0810c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BookReader/BookReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function BookReader(options) {
this.setup(options);
}

BookReader.version = '4.5.1';
BookReader.version = '4.6.0';

// Mode constants
BookReader.constMode1up = 1;
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 4.6.0
Big change: all the plugins are now written in es6, and compiled to es5. There should
be no observable changes, but note this was a big change.

- Fix: UI on archive.org not consistent with demos due to CSS conflicts; @rchrd2
- Convert all plugins to es6 + webpack; @cdrini @iisa @nsharma123
- Increase jest coverage 39% → 47%; @cdrini @iisa @nsharma123
- Increase testcafe coverage; @iisa
- Add testcafe to travis; @cdrini
- Add more/enforce more lint rules; @cdrini
- Make demo pages more in sync with Internet Archive pages; @mc2
- Add `npm run serve-dev` for auto-watching + auto-refreshing dev server; @cdrini

# 4.5.1
- Fix: Click-to-flip now works in 2up mode zoomed in
- Fix: Image panning sometimes not working
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookreader",
"version": "4.5.1",
"version": "4.6.0",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff0810c

Please sign in to comment.