Releases: sanity-io/document-internationalization
Releases · sanity-io/document-internationalization
v1.0.0-v3-studio.8
Sanity dev-preview.17 compatability.
1.0.0-studio-v3-plugin-v1.1
🎉 This is the first pre-release version of a completely new version of @sanity/document-internationalization
The plugin no longer uses references on documents, a View Pane or Document Actions in order to bind together translations of a document. Instead, there are helpful UI elements to setup a "Translations Metadata" document which contains an array of references to connected documents.
This means, you can now start a document in any language, and more easily swap-in and swap-out language versions.
More details and development are to come.
0.3.6
What's Changed
- Updates logic to always derive language from the current document
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- fix how translation draft references are created so that they can be deleted by @SimeonGriggs in #61
Full Changelog: 0.3.4...0.3.5
0.3.3
What's Changed
- Fixed missing
_weak
field in base reference. by @fernandolucchesi in #60
New Contributors
- @fernandolucchesi made their first contribution in #60
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Added Shqip Flag Code. by @CodeAlb in #51
- Merge
al
flag change into main by @SimeonGriggs in #52 - Updates to flags and drafts by @SimeonGriggs in #54
New Contributors
- @CodeAlb made their first contribution in #51
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
What's Changed
- rewrite how listeners work for potential language versions by @SimeonGriggs in #47
Previously on 0.2.0
- Spelling fixes by @geball in #45
- 📝 update docs on usage with custom actions by @SvSven in #43
- feat: replace base delete action by @LiamMartens in #38
- bump node version in publish action by @SimeonGriggs in #48
New Contributors
Full Changelog: 0.1.6...0.3.0
0.1.7
- For base I18n documents the default "Delete" action will now be replaced with the Delete (incl. translations)" action. The default "Delete" action does not make sense for base documents in any scenario as it results in broken references.
0.1.6
- Fixed translation maintenance functionality