Skip to content

Releases: internetarchive/bookreader

4.2.3

30 Aug 09:36
c43daf7
Compare
Choose a tag to compare

Adds vendor native fullscreen plugin

4.2.2

06 Jun 16:58
Compare
Choose a tag to compare

Adds options to autoplay plugin to control flip speed and flip delay.

4.2.0

17 Jan 22:49
Compare
Choose a tag to compare
v4.2.0

4.0.0

26 Dec 21:12
Compare
Choose a tag to compare
Update to v4.0.0

4.0.0-beta

01 Dec 00:46
Compare
Choose a tag to compare
Updates for v4-beta release

3.2.1

24 Jul 22:34
Compare
Choose a tag to compare

3.2.1

  • Fix so initParams normalizes params.page to params.index, to prevent complexity of priority of page versus index.

3.2.0

18 Jul 22:30
Compare
Choose a tag to compare

3.2.0

On Archive.org, we needed a way to pass in a default start page for books. These changes make that easier.

  • Update the way bookreader inits from various params contexts
  • Add defaults to the init options
  • Update so that mode is only reflected on URL if user has made a change.
  • Update to handle both params.index and params.page when provided in defaults. Seperate page parsing into separate method.

3.1.0

02 May 17:48
Compare
Choose a tag to compare
  • Add new IFrame plugin to enable two-way communication between a BookReader inside an <iframe> and its parent window.
  • Move the paramsFromCurrent, paramsFromFragment, and fragmentFromParams methods back into BookReader core and out of the URL Plugin. This change should be backwards-compatible with previous versions.
  • Fire a new event, fragmentChange, on BookReader when the reader’s state changes.

3.0.8

09 Apr 21:32
ac37373
Compare
Choose a tag to compare

Adds an additional tracking event when the view changes.

3.0.7

26 Mar 18:45
Compare
Choose a tag to compare

3.0.7

  • Fix: Assign options.titleLeaf to this.titleLeaf