Skip to content

v3.0.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@cbeer cbeer released this 28 Jun 22:40
· 1515 commits to master since this release
12d2ede

Commit History

New Features and improvements

  • #2814 Refine the search experience
  • #2818 Update dependencies
  • #2819 Refactor window default configuration to allow any panels to be hidden
  • #2820 Add configuration for the size of the gallery view thumbnails
  • #2821 Wrap the Mirador branding in a container that can be overridden by plugins
  • #2822 Report content search and info.json request failures to the user

Bug Fixes

#2801 Fix the FullScreenButton display so it works in both the workspace sidebar and the window top menu

Upgrade Notes

hideAnnotationsPanel and hideSearchPanel configuration has been replaced by a unified panels configuration:

    panels: { // Configure which panels are visible in WindowSideBarButtons
       info: true,
       attribution: true,
       canvas: true,
       annotations: true,
       search: false,
     }