Users can interact with buttons and animations on the webpage inside the Context Viewer. Users can also click on links using ctrl + click.
We have improved the user experience of checking out tasks while the Context Viewer is open.
Segments with inline tagged words match the source text as expected.
API5
We have added the community_id parameter to the GET /document call. The community_id parameter is required if you make the GET /document call without specifying the project_id parameter.
PATCH /document/{id}
We resolved an issue with the call that prevented certain metadata fields from being set correctly.
Users can control which locales are added to the new document version.
If the API call specifies one or more translation_locale_code parameters in the PATCH call, only those locales will be included in the document's new version.
If the call does not specify a translation_locale_code parameter, the new version of the document will include all the previous document's targets.