Skip to content

v3.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:58
· 122 commits to master since this release

Breaking change:

  • EpubNavigationItemLink.ContentFileName is no longer returning the absolute file path (it didn't work properly anyway). Instead it now returns the file path exactly as it is specified in the EPUB navigation file (which could be either absolute or relative). If you need an absolute file path, use the EpubNavigationItemLink.ContentFilePathInEpubArchive property.

New features:

  • EpubContent.NavigationHtmlFile and EpubContentRef.NavigationHtmlFile properties which points to the EPUB 3 navigation XHTML file (if present).