Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 11 Jun 10:12
· 11 commits to develop since this release
4ae36cf

Warning

Minor releases (a.B.c) of the Readium toolkit may now include minor breaking changes, such as dependency upgrades or small API modifications. Major version numbers are reserved for significant architectural changes.

Take a look at the migration guide

Changelog

Added

Shared

  • Implementation of the W3C Accessibility Metadata Display Guide specification to facilitate displaying accessibility metadata to users. See the dedicated user guide.
  • Support for starting from a progression in the HTML content iterator.
  • New link rels in the readingOrder and EPUB landmarks to mark:
    • cover: the title page
    • contents: the table of contents
    • start: the first actual chapter

Navigator

  • A new InputObserving API has been added to enable more flexible gesture recognition and support for mouse pointers. See the dedicated user guide.

Streamer

  • The EPUB 2 <guide> element is now parsed into the RWPM landmarks subcollection when no EPUB 3 landmarks navigation document is declared.

LCP

Fixed

Navigator

  • Fixed several issues with the EPUB navigator cursor and pointer events.
    • Fixed the cursor shape on iPadOS when using a physical trackpad or mouse.
    • Fixed multiple tap events broadcasted while running on macOS.
  • #449 Fixed misaligned EPUB navigator when it does not span the full screen width.

Commits

New Contributors

  • @qnga made their first contribution in #577

Full Changelog: 3.2.0...3.3.0