2.4.0
Take a look at the migration guide
Added
Shared
- Support for the accessibility metadata in RWPM per Schema.org Accessibility Properties for Discoverability Vocabulary.
- Extract the raw content (text, images, etc.) of a publication.
Navigator
Streamer
- Parse EPUB accessibility metadata (see documentation).
Deprecated
Shared
Locator(link: Link)is deprecated as it may create an incorrectLocatorif the linktypeis missing.- Use
publication.locate(Link)instead.
- Use
Fixed
- #244 Fixed build with Xcode 14 and Carthage/CocoaPods.
Navigator
- Fixed memory leaks in the EPUB and PDF navigators.
- #61 Fixed serving EPUB resources when the HREF contains an anchor or query parameters.
- Performance issue with EPUB fixed-layout when spreads are enabled.
- Disable scrolling in EPUB fixed-layout resources, in case the viewport is incorrectly set.
- Fix vertically bouncing EPUB resources in iOS 16.
Streamer
- Fixed memory leak in the
PublicationServer.
LCP
- The LCP authentication dialog is now fully localized and supports Dark Mode (contributed by @openm1nd).