Skip to content

v6.0.0

Compare
Choose a tag to compare
@ajmacdonald ajmacdonald released this 27 Jul 18:00
· 111 commits to master since this release

6.0.0 (2020-07-27)

Bug Fixes

  • note tag: add warning popup if note type is required (936ad4d)
  • fix bug on funcion definition (87f2eac)
  • dialog: update dialog message for space in textfields (e2fe53f)
  • message: only call callbacks if exists (6da0bf4)
  • settings: fix function name typo (5883e1b)
  • tagger: hide notes by default (c02695e), closes #276

Features

  • annotation: default any unknow type to cwrc:Note (36a7188)
  • annotation: note: allows 'other' type for Tei-lite (02d1d3f)
  • annotation: note: extend support for dynamic type to other schemas (14c0e6e)
  • mapping: conform to the new TEI LITE support to named tags person, place, and org (b3ee330)
  • tag note: load type att dynamically and allow for custom input (b4a943e), closes #274

BREAKING CHANGES

  • annotation: note: Note dialog is share by all schemas and it need to account for their variations.
  • mapping: match the tag name directly with the parentTag instead of using process using
    xpath.
  • tag note: options are pulled dinamically. Checks need to be done while building the dialog.