-
Notifications
You must be signed in to change notification settings - Fork 5
Upgrade Notes
Dananji Withana edited this page Feb 14, 2024
·
15 revisions
This upgrade carries a lot of new components and changes to the player. This upgrade is backward compatible with v2.0.0
while there are some new props added to the existing components to make them more customizable.
- AutoAdvanceToggle component: related documentation
- MetadataDisplay component: related documentation
- MarkersDisplay component: related documentation
- SupplementalFiles component: related documentation
-
- 3 new props added to it; they are
customErrorMessage
,startCanvasId
, andstartCanvasTime
. These are explained in detail in the documentation here.
- 3 new props added to it; they are
-
- One new prop for disabling
Picture-In-Picture
in the player calledenablePIP
, this prop has a default value offalse
.
** CHANGED DEFAULT BEHAVIOR: This prop changes the default behavior of
v2.0.0
, which hadPicture-In-Picture
enabled by DEFAULT. - One new prop for disabling
-
- One new prop for providing a
manifestUrl
, which is the same Manifest url given to IIIFPlayer component. The component will parse thesupplementing
annotation for each Canvas in the Manifest and generate a transcripts list. More information is available in the documentation.
- Transcripts component used to always auto-scroll with playback when there are transcripts with time information. In
v3.0.0
the auto-scrolling can be turned on/off using the check box in the component. This only works with transcripts with time information (e.g. WebVTT) - Indicates
machine generated
transcripts in the component. More information can be found in the documentation.
- One new prop for providing a