Releases: ProjectMirador/mirador
Releases · ProjectMirador/mirador
v3.0.0-beta.0
A few key things to call out:
- Basic support of Web Annotations
- Removal of sass dependencies
New Features and improvements
- Extend our existing modeling of Annotations to handle OpenAnnotations and Web Annotations #2898
- 2901 replace sass by mui solution #2902
- add ability to show or hide the top menu button #2880
- add ability to show or hide the sidebar menu button #2882
- [i18n] Add Italian translations #2866
- add a right border to left-anchored companion windows #2834
- Set a maxWidth for GalleryViewThumbnail to keep a somewhat consistent… #2837
- Replace canvasIndex window state with canvasId #2835
- Add a pagination translation instead of concatenating strings in the … #2844
- Refactor how we're handling workspace configuration/state #2827
- Extract actions for selecting the next + previous canvases #2853
- Extract actions for selecting the next + previous canvases #2853
- Update plugin utilities #2875
- Refactor canvas nav #2857
Bug Fixes
- Add display: 'flex' to the gallery container #2841
- Explicitly pass the canvas id to selectors that need it; fixes #2850 #2851
- Use
flex-basis: auto
so IE11 displays right-anchored companion windows #2846 - Fix elastic window resize handling #2840
- Increase timeouts for invalid-api-response to try to improve its reli… #2845
- Unflake the invalid API tests by triggering button clicks programmati… #2847
- Add an explicit key on the sidebar toggler to make sure it is removed… #2858
- Remove react-svg-unique-id and convert svgs back to original format #2852
Upgrade Notes
Please note some API changes in:
v3.0.0-alpha.16
New Features and improvements
- #2825 Add Dutch (
nl
) translations - #2816 Add support for IIIF Presentation API v3 image resources
- #2829 Add
react-aria-live
and use it to broadcast search result selection changes - #2781 Add documentation with links to default window component settings
Bug Fixes
- #2828 Allow multiple instances of Mirador within the same page to use different languages
v3.0.0-alpha.15
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,
}
v3.0.0-alpha.14
Bump version to alpha 14.
v3.0.0-alpha.13
Merge pull request #2775 from ProjectMirador/bump-version Bump version to alpha 13
v3.0.0-alpha.9
v3.0.0-alpha.7
v3.0.0-alpha.4
Fifth M3 alpha release
v3.0.0-alpha.3
Fourth M3 alpha release
v3.0.0-alpha.2
Third M3 alpha release