3.0.0-alpha.1 #421
Replies: 1 comment 1 reply
-
Hi. With the new mobile SDKs 3.x changes related to HREFs and Locators, do you have any migration guide in case those are being stored on the server side ? Having them stored only on local DB seems pretty straight forward by using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Take a look at the migration guide
Changelog
Changed
R2Shared
,R2Streamer
andR2Navigator
packages are now calledReadiumShared
,ReadiumStreamer
andReadiumNavigator
.RelativeURL
,AbsoluteURL
,HTTPURL
andFileURL
). This is helpful because:download(url: HTTPURL) -> FileURL
.Shared
Link
andLocator
'shref
are normalized as valid URLs to improve interoperability with the Readium Web toolkits.self
URL of a manifest anymore. However, you can still normalize the HREFs yourselves by callingManifest.normalizeHREFsToSelf()
.Publication.localizedTitle
is now optional, as we cannot guarantee a publication will always have a title.What's Changed
Link
'shref
when creating aURL
by @mickael-menu in ValidateLink
'shref
when creating aURL
#379R2
prefix by @mickael-menu in DropR2
prefix #412self
link to enable HTTP requests in a RWPM by @mickael-menu in Don't require aself
link to enable HTTP requests in a RWPM #415Full Changelog: 2.7.1...3.0.0-alpha.1
This discussion was created from the release 3.0.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions