Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch upstream changes #8

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open

Fetch upstream changes #8

wants to merge 39 commits into from

Conversation

apennell
Copy link

@apennell apennell commented Mar 5, 2022

No description provided.

apennell and others added 30 commits February 22, 2022 12:01
* Reset button in finally

Reset button to not busy in `finally` so it doesn't get stuck disabled
if error is caught

* Show link to external job, if present

This update accepts `linkToVendorTask` as an additional detail returned
with a `TranslationTask`, which should be a link to view the current
translation task on the vendor's platform.
If there is a translation task and it includes `linkToVendorTask`, then
a link to "View Job" will show in the translation tab so users can
easily get to the job on the translation vendor platform to perform  additional tasks or get additional info.

* Fix/z-index issue

Resolves Z-index issue when opening the "Inspect" view, which is still
available for translations tab but was showing behind the translations
tab content. Removing `zOffset` resolved the issue and couldn't find any
new issues introduced in the tab by removing that setting.

* Update version

Includes new functionality, so bumping up a minor version to 1.4.0
* move global configuration files into main translation tab

* prepare for beta release

* remove test workflow

* update packages

* Update npm-publish.yml
Bump version to 2.0.5 to include idStructure
* 🚀 change localeIdAdapter to sync and async

* 📖 change localeIdAdapter description
…17)

* add optional `baseLanguage` parameter to `options.importForTranslation` prop in `TranslationsTab`
* update `baseFieldlevelConfig` to have same signature for `importTranslation` and then call `fieldLevelPatch` with `baseLanguage`
* refactor: update for studio v3

* chore: add plugin-kit and make changes according to verify script

* chore: update readme

* chore: update github workflows

---------

Co-authored-by: Kristi Kuhnen <[email protected]>
cngonzalez and others added 9 commits March 9, 2023 21:25
* fix: show progress bar with 0% progress

* fix: silence react error and remove unused example folder
* chore: update to v4

* feat!: add logic for new doc i18n pattern (#25)

* feat!: add logic for new doc i18n pattern

* chore: update dependencies

* feat: add translation metadata doc patches

* refactor: rename utils to be a bit clearer

* feat: add legacy implementations for users on old versions of doc i18n

* fix: export legacy document-level config

---------

Co-authored-by: Tom Smith <[email protected]>

* fix: various fixes for edge cases in patching

* fix: account for draft i18n

---------

Co-authored-by: Tom Smith <[email protected]>
* fix: add weak ref to i18n array so drafts can be translated

* Feat: hoist serialization configuration options (#29)

* feat: add top-level options for serialization, deserialization, and stop types

* feat: hoist language field and use in patch methods
* feat: add callback param option for plugin

* fix: export serialized doc type
---------

Co-authored-by: arthurpereira <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants