Digital Writer 5.1.0

Compatibility

  • PluginBundle >=8.0.0
  • Editor Service >=4.6.0

Released 2019-03-26

Release overview

Description

Release focusing on new Concept type “Group” and functionality regarding this. In addition, functionality enabling metadata being supplied when uploading images has been added.

Changes in this release

New Feature

  • WRIT-858 - ConceptService: Update propertyMap with new OC props for GroupedConcepts
  • WRIT-857 - ConceptService: new functionality to add/remove batches (arrays) of concepts to/from the article
  • WRIT-850 - Handle metadata to binary upload requests
  • WRIT-849 - Consume metadata as part of an binary upload

Improvement

  • WRIT-863 - Active Read Mode should use cmd+shift+e (ctrl+shift+e) as keyboard shortcut to avoid collisions

Bug

  • WRIT-862 - DWAnnotationCommand should be able to handle different kind of editor node parents (lists, tables etc)
  • WRIT-761 - The cursor and pencil should always be positioned correctly

Upgrade notes

WRIT-858 ConceptService: Update propertyMap with new OC props for GroupedConcepts

Requires ConceptGroupSubType and ConceptGroupSubTypeFull index field and property in Open Content

And in the writer configuration, under ConceptService:

"propertyMap": {
    ...
    "ConceptGroupSubType": "ConceptGroupSubType",
    "ConceptGroupSubTypeFull": "ConceptGroupSubTypeFull"
}