Skip to content

v2.0.4

Compare
Choose a tag to compare
@stephenwf stephenwf released this 06 May 14:15
· 986 commits to main since this release

Fixed

  • Fixed OCR page linking from menu
  • Fixed missing OCR listed
  • Styling of "Suggest edit" to be clearer
  • Styling of "Breadcrumbs" and labelling
  • Fixed default selected field "type" - it is now "text-field" making models quicker to create
  • Fixed issue where you could not de-select an entity selector
  • Fixed auto-selecting the "define" region when using editing an existing region
  • Fixed error generating transcription from empty capture model (paragraphs).
  • Fixed importing canvases (empty image service)

Added

  • Added refresh on 500 error page (usually appears during deployment)
  • Added new "OCR Correction" project template
  • Added basic theme support for plugins
  • Added bulk import of manifests
  • Support for advanced labelledBy in capture models
    • Allow replacements like {fieldA} - {fieldB}
    • Allow for empty value {fieldA/No value provided}
    • Allow for complex empty value {firstName} - {lastName} {@empty/untitled person}
  • Ability to reorder fields in the structure editor
  • Added project option for disabling "save for later"
  • Added "Selector is required" to capture model editor
  • Added required selector styling using disabled field sets.
  • Added "canSubmit" which will disable the Submit button if required selectors are not complete
  • Added new "international-field" type to capture models
  • Added new "Disable preview popup" project configuration option
  • Added support for choosing "Model root" in capture model editor
  • Added configuration to hide "next canvas" when preview is disabled
  • Added "tiny" variation of image wrapper [dev]
  • Added preview for entity lists using selector if it's available
  • Added "confirm" to deselect or confirm the current selector
  • Added support for API calls as part of a page block (with server rendering) [dev]
  • Added "Single project" page block
  • Added "color" field for capture models
  • Added "Single collection" page block
  • Added "project explorer" capture model field (page blocks only)
  • Added "collection explorer" capture model field (page blocks only)

Changed

  • The link in the top bar now always links to the site (previously the admin for admins).
  • Changed size of the footer, minimised size
  • Changed position of menu items in Admin to be more logical
  • Split Add and Import collection pages, reflected in navigation
  • Swapped manifests / collections order in admin
  • Moved <DocumentPreview /> from capture models to this repo
  • Moved @capture-models/* packages into this repo (See #529)
  • Changed back to choices styling
  • Changed order of projects (the newest first)
  • Updated Atlas to 2.0

Removed

  • Removed auto-save by default, causing errors and no immediate feedback to the user