Skip to content

v3.0.0-beta.10

Compare
Choose a tag to compare
@mejackreed mejackreed released this 22 May 13:05

v3.0.0-beta.9...v3.0.0-beta.10

Breaking changes

#3048 Updates the way catalog is initiated. This helps us be more explicit about specifying resources that should be part of the catalog and will help enable collections support.

Mirador.viewer({
  id: 'mirador',
-  manifests: {
-    "https://media.nga.gov/public/manifests/nga_highlights.json": { provider: "National Gallery of Art"},
-    "https://data.ucd.ie/api/img/manifests/ucdlib:33064": { provider: "Irish Architectural Archive"},
-  }
+  catalog: [
+    { manifestId: "https://media.nga.gov/public/manifests/nga_highlights.json", provider: "National Gallery of Art"},
+    { manifestId: "https://data.ucd.ie/api/img/manifests/ucdlib:33064", provider: "Irish Architectural Archive"},
+  ]
}

## Updates
#3037 Provide a better error report when something bad happens
#3054 Placeholders
#3051 Display annotation tags
#3044 Update the way thumbnails are requested
#3033 Remove Downshift in favor of MUI autocomplete