Skip to content

2.4.0

Choose a tag to compare

@mickael-menu mickael-menu released this 26 Sep 12:33
· 225 commits to main since this release

Take a look at the migration guide

Added

Shared

Navigator

Streamer

Deprecated

Shared

  • Locator(link: Link) is deprecated as it may create an incorrect Locator if the link type is missing.
    • Use publication.locate(Link) instead.

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).