Releases: cwrc/CWRC-WriterBase
Releases · cwrc/CWRC-WriterBase
v8.2.0
v8.0.0
8.0.0 (2021-07-30)
Bug Fixes
- schema manager: fetch schema: use new proxy endpoints (c54d0a2)
BREAKING CHANGES
- schema manager: This is a minor breaking changes. If the endpoints were not setup on GitWriter
config, this won’t affect you. If you do use these proxy endpoints, consult GitWrtier and GitServer
repos to learn how what changed in the config file.
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2020-12-04)
Bug Fixes
- annotation: fix issues with annotations been overwritten when saved (9e3c0cf), closes #282
- annotation: get app version from package.json and app id from the current CWRC-Writer instance (cc52a20)
- annotation: improve test to add contributors (e9841d4)
- nerve: use data from the form elements to update the entity (01a0c37)
- nssi[nerve]: skip teiheader when sending document to nssi[nerve] (f797df5), closes #285
- schematags: filter tags using uppercase input (7b8ce13), closes #286
- assure single attribute dropdown is an array instead of a string (d69e8a9), closes #283
Code Refactoring
- gitdialog: provide writer instance to logout component (9bc1ae6)
Features
- 🎸 config commitzen. Bump up version due to CI changes (d7119e5)
- 🎸 travis-ci tweak (7e0f4ad)
- 🎸 travis-ci tweaks (448f75f)
BREAKING CHANGES
- gitdialog: provide writer instance to logout component
v6.0.0
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.
v5.1.6
v5.1.5
v5.1.4
v5.1.3
5.1.3 (2020-05-23)
Bug Fixes
- context-menu: replace "remove all" with "remove both" (38a819e), closes #262
- interface: add vecotr for icon save-exit (855acd4)
- mapping: improve regex to parse xpath selectors (a576b22)
- settings dialog: set default schemaid to empty string (1d0d92b)
- tinymce: remove fullscreen option. Format code es6 syntax (6df7c21)