Releases: internetarchive/bookreader
Releases · internetarchive/bookreader
v4.10.0
v4.9.0
- Fix: -/+ buttons not zooming in Chrome @ishank-dev
- Add chapters demo to e2e tests @ishank-dev
- Make Travis testcafe runs less flaky @shaneriley
- Pin npm version dependencies for consistent builds @cdrini
- Standardize HTML structure for pages across view modes @shaneriley
- WARNING: Some of the html elements/classes have changed. Potentially breaking change.
- Feature (beta): Preview pages. Specifying
viewable: false
on pages causes them to render a preview image placeholder. @cdrini - Remove deprecated QUnit tests @Pyrojet99
- Remove console.logs in test output @NayamAmarshe
v4.8.0
- Adds customizable layout controls @shaneriley
v4.7.1
v4.7.0
Big change: All of BookReader core is now compiled to es5, and a large number of
chunks have been re-written in es6. Care has been taken to ensure no public APIs
have changed, but note this was a big change.
- Extract large chunks of BookReader.js into separate files, into es6; @cdrini
- Increase jest coverage 47% → 58%; @cdrini
- Increase testcafe coverage; @iisa @shaneriley
v4.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