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
{{ message }}
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
6
6
7
-
## [Unreleased]
7
+
<!-- ## [Unreleased] -->
8
+
9
+
## [2.1.0]
8
10
9
11
### Added
10
12
11
13
* The EPUB navigator is now able to navigate to a `Locator` using its `text` context. This is useful for search results or highlights missing precise locations.
12
-
*Observe or clear the current user selection of the navigators implementing `SelectableNavigator`.
14
+
*Get or clear the current user selection of the navigators implementing `SelectableNavigator`.
13
15
* (*alpha*) Support for the [Decorator API](https://github.com/readium/architecture/pull/160) to draw user interface elements over a publication's content.
14
16
* This can be used to render highlights over a text selection, for example.
15
17
* For now, only the EPUB navigator implements `DecorableNavigator`, for reflowable publications. You can implement custom decoration styles with `HtmlDecorationTemplate`.
@@ -21,7 +23,7 @@ All notable changes to this project will be documented in this file.
21
23
22
24
### Changed
23
25
24
-
* Upgraded to Kotlin 1.5.21 and Gradle 7.1.1
26
+
* Upgraded to Kotlin 1.5.31 and Gradle 7.1.1
25
27
* The order of precedence of `Locator` locations in the reflowable EPUB navigator is: `text`, HTML ID, then `progression`. The navigator will now fallback on less precise locations in case of failure.
26
28
27
29
### Fixed
@@ -136,4 +138,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
0 commit comments