Skip to content

Releases: cwrc/CWRC-WriterBase

v8.2.0

07 Aug 00:15
Compare
Choose a tag to compare

8.2.0 (2021-08-07)

Features

v8.0.0

30 Jul 01:36
Compare
Choose a tag to compare

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

28 May 00:56
Compare
Choose a tag to compare

7.0.2 (2021-05-28)

Bug Fixes

  • Nerve: coalesce ID attr used for tracking candidates (ff679a7)

v7.0.1

27 May 00:12
Compare
Choose a tag to compare

7.0.1 (2021-05-27)

Bug Fixes

  • NERVE: remove attr xml:id from newly accepted entities candidates (ebfc578)

v7.0.0

04 Dec 01:38
Compare
Choose a tag to compare

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

27 Jul 18:00
Compare
Choose a tag to compare

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

05 Jun 20:12
Compare
Choose a tag to compare

5.1.6 (2020-06-05)

Bug Fixes

  • context menu: change labels (231bd31), closes #262
  • converter: replace all '&' with '&' allowing html/xml to validate (8ce8d00)

v5.1.5

01 Jun 22:53
Compare
Choose a tag to compare

5.1.5 (2020-06-01)

Bug Fixes

  • settings: make help link configurable (c27d1d4)

v5.1.4

29 May 03:27
Compare
Choose a tag to compare

5.1.4 (2020-05-29)

Bug Fixes

  • context menu: make ContextMenu show up on fullscreen (23376ab)

v5.1.3

23 May 01:39
Compare
Choose a tag to compare

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)