2.3.0 #317
mickael-menu
announced in
Announcements
2.3.0
#317
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Resources
Changelog
Added
Shared
DefaultHttpClient
.DefaultHttpClient.Callback.onFollowUnsafeRedirect
.Navigator
EpubNavigatorFragment.evaluateJavascript()
.backgroundColor
- Default page background color.fontWeight
- Base text font weight.textColor
- Default page text color.textNormalization
- Normalize font style, weight and variants, which improves accessibility.imageFilter
- Filter applied to images in dark theme (darken, invert colors)language
- Language of the publication content.readingProgression
- Direction of the reading progression across resources, e.g. RTL.typeScale
- Scale applied to all element font sizes.paragraphIndent
- Text indentation for paragraphs.paragraphSpacing
- Vertical margins for paragraphs.hyphens
- Enable hyphenation.ligatures
- Enable ligatures in Arabic.Locator
objects containing only an HTML ID (locations.fragments
) or a CSS selector (locations.cssSelector
).Changed
Shared
TransformingResource
now caches its content by default, as it is the correct behavior in most cases. SetcacheBytes = false
explicitly to revert to the previous behavior.Navigator
Decoration.extras
is now aMap<String, Any>
instead ofBundle
. You will need to update your app if you were storing custom data inextras
, for example:Deprecated
Streamer
Fixed
Streamer
Navigator
currentLocator
with fixed layout EPUBs.Locator
in it.onTap
event is not sent when an EPUB text selection is active anymore, to prevent showing the app bar while dismissing a selection.Decoration
objects are now properly comparable withequals()
.overflow-x: hidden
.This discussion was created from the release 2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions