You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ All notable changes to this project will be documented in this file. Take a look
32
32
*The new `Navigator.Listener.onJumpToLocator()` APIis called every time the navigator jumps to an explicit location, which might break the linear reading progression.
33
33
*For example, it is called when clicking on internal links or programmatically calling `Navigator.go()`, but notwhen turning pages.
34
34
*You can use this callback to implement a navigation history by differentiating between continuous and discontinuous moves.
35
+
*You can now disable the display cutouts padding in the EPUB navigator (contributed by [@szymn](https://github.com/readium/kotlin-toolkit/pull/101)).
36
+
*Thisis useful when the navigator isnot laid out full screen.
35
37
* (*experimental*) A new audiobook navigator based on Jetpack `media2`.
36
38
*See the [pull request #80](https://github.com/readium/kotlin-toolkit/pull/80) for the differences with the previous audiobook navigator.
37
39
*This navigator is located in its own module `readium-navigator-media2`. You will need to add it to your dependencies to use it.
0 commit comments