Skip to content

v5.0.0

Choose a tag to compare

@n1k0sv n1k0sv released this 05 Dec 11:11
· 143 commits to master since this release

New major 5.x.x release

With the new 5.0.0 release we bring some notable updates to the Transifex Native SDK:

  • We are officially adding support for Vue.js 3, through the @transifex/vue3 package πŸŽ‰.
  • We added support for tx.init({ ..., filterStatus: 'reviewed' }) to pull only reviewed translations in the apps.
  • When using txjs-cli push src/ --dry-run, you can now check how your translation will change in Transifex, without applying changes. The previous functionality (listing phrases to push without actually pushing) is now available under the txjs-cli push src/ --fake flag.
  • We have refactored the internals of @transifex/cli to be using @oclif/core.

THERE ARE NO FUNCTIONAL BREAKING CHANGES COMPARED TO 4.X.X VERSION

What's Changed

  • @transifex/cli: Migrate to @oclif/core in #158
  • @transifex/cli: Add support for server-side dry-run in #159
  • @transifex/cli: Add pull command for offline caching in #161
  • @transifex/cli: Add support for pushing JSON files in #162
  • @transifex/native: Add support for filtering content by translation status in #164
  • @transifex/vue3: Add Vue3 support in #165

Full Changelog: v4.3.0...v5.0.0