Releases: sanity-io/sanity-translations-tab
4.3.0
4.1.0
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
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
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
2.0.9
Adds base language prop to tab options, allowing for a flexible base language key.
2.0.8
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
- @sanches89 made their first contribution in #14
Full Changelog: v2.0.7...v2.0.8
2.0.7
Updates serializer to account for not sending over empty fields in field-level serialization.
Update Secrets type
Update Secrets type to allow for better typing in a GlobalLink implementation.
2.0.5
Update tab to include ID structure for legacy implementations of document internationalization.