Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 14 Apr 11:08
· 41 commits to develop since this release
ee9d5ee

Take a look at the migration guide

Added

  • New EPUBNavigatorDelegate APIs to inject custom JavaScript.
    • Override navigator(_:setupUserScripts:) to register additional user script to the WKUserContentController of each web view.
    • Override navigator(_:userContentController:didReceive:) to receive callbacks from your scripts.

Fixed

  • Optimized performances of preloaded EPUB resources.