Skip to content

Releases: sanity-io/sanity-translations-tab

4.3.0

06 May 18:59
54f4ad8
Compare
Choose a tag to compare

Add mergeWithTargetLocale option.

4.1.0

13 Sep 02:04
1f66661
Compare
Choose a tag to compare

What's Changed

  • feats: translation metadata for drafts and hoisted serialization by @cngonzalez in #30

Full Changelog: v4.0.1...v4.1.0

4.0.1

05 Sep 21:03
96c0675
Compare
Choose a tag to compare

Bugfix:
Newly imported documents are created as drafts. They are set in the translation metadata document as weak references that strengthen on publish.
Edge case handled where the i18n array on the metadata document could have duplicate keys with an empty ref.

4.0.0

01 Aug 02:47
7c1b4e9
Compare
Choose a tag to compare

Update to doc i18n pattern in the document internationalization plugin v2. Please see documentation for that plugin for more information. If you are on v1, please use legacyDocumentLevelConfig.

3.0.0

13 Feb 22:26
Compare
Choose a tag to compare

Upgrade translations tab for compatibility with v3. Thanks to @kkuhnen for the lion's share of the work.

2.0.9

22 Nov 01:21
Compare
Choose a tag to compare

Adds base language prop to tab options, allowing for a flexible base language key.

2.0.8

27 Sep 21:11
Compare
Choose a tag to compare

What's Changed

  • 🚀 change the localeIdAdapter option to sync or async function by @sanches89 in #14
  • ignore "code" type in serializers (upstream update)

New Contributors

Full Changelog: v2.0.7...v2.0.8

2.0.7

30 Aug 22:09
Compare
Choose a tag to compare

Updates serializer to account for not sending over empty fields in field-level serialization.

Update Secrets type

30 Aug 14:04
Compare
Choose a tag to compare

Update Secrets type to allow for better typing in a GlobalLink implementation.

2.0.5

30 Aug 14:00
881e2f8
Compare
Choose a tag to compare

Update tab to include ID structure for legacy implementations of document internationalization.