React PDF viewer v2.10.1 Release Notes

  • ๐Ÿ†• New feature

    • ๐Ÿ”Œ The Zoom and ZoomPopover components provided by the zoom plugin adds a custom zoom levels
    <Zoom levels={[0.5, 1, 2, 3, 4]} />
    
    <ZoomPopover levels={[0.5, 1, 2, 3, 4]} />
    

    ๐Ÿ› Bug fix

    • Clicking the Search button scrolls to the top of page