You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should have to click on the icon to expand the content of the note
Also, if the user clicks on a note-embedded entity in the entity pannel, that note should automatically be expanded.
The text was updated successfully, but these errors were encountered:
# [6.0.0](v5.1.6...v6.0.0) (2020-07-27)
### Bug Fixes
* **note tag:** add warning popup if note type is required ([936ad4d](936ad4d))
* fix bug on funcion definition ([87f2eac](87f2eac))
* **dialog:** update dialog message for space in textfields ([e2fe53f](e2fe53f))
* **message:** only call callbacks if exists ([6da0bf4](6da0bf4))
* **settings:** fix function name typo ([5883e1b](5883e1b))
* **tagger:** hide notes by default ([c02695e](c02695e)), closes [#276](#276)
### Features
* **annotation:** default any unknow type to cwrc:Note ([36a7188](36a7188))
* **annotation: note:** allows 'other' type for Tei-lite ([02d1d3f](02d1d3f))
* **annotation: note:** extend support for dynamic type to other schemas ([14c0e6e](14c0e6e))
* **mapping:** conform to the new TEI LITE support to named tags person, place, and org ([b3ee330](b3ee330))
* **tag note:** load type att dynamically and allow for custom input ([b4a943e](b4a943e)), closes [#274](#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.
@ilovan commented on Mon Jun 22 2020
Users should have to click on the icon to expand the content of the note
Also, if the user clicks on a note-embedded entity in the entity pannel, that note should automatically be expanded.
The text was updated successfully, but these errors were encountered: