Skip to content

Releases: transifex/transifex-javascript

v5.0.1

05 Dec 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

05 Dec 11:11
Compare
Choose a tag to compare

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

v4.3.0

17 Nov 10:30
Compare
Choose a tag to compare

What's Changed

  • Fix CodeQL security issues in #152
  • Bump @transifex/dom libs in #156
  • Update @transifex/api d.ts in #155
  • @transifex/react: Memoize useT in #157

Full Changelog: v4.2.5...v4.3.0

v4.2.5

12 Sep 09:31
Compare
Choose a tag to compare

@transifex/angular

  • Add Angular 14 support

Full Changelog: v4.2.4...v4.2.5

v4.2.4

03 Aug 13:19
eed5292
Compare
Choose a tag to compare

Fixes

API SDK

Fix jsonapi resources _postSave when relationships are null. #147

New contributors

@kostasgeo Kostantinos Georgakilas

v4.2.2

18 Jul 12:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

14 Jun 07:20
Compare
Choose a tag to compare

@transifex/cli

  • Fix "glob" issue with windows paths in #140

Full Changelog: v4.2.0...v4.2.1

v4.2.0

25 May 09:32
Compare
Choose a tag to compare

@transifex/native

Add (optional) fetch content timeout parameters in tx.init(...) #138

  • fetchTimeout: control the time in msec, after which, the tx.getLocales(), tx.setCurrentLocale() and tx.fetchTranslations() will throw a timeout error.
  • fetchInterval: control the delay (250msec by default) on the polling mechanism to CDS, to avoid doing exhaustive requests.

Full Changelog: v4.1.0...v4.2.0

v4.1.0

11 May 09:18
Compare
Choose a tag to compare

What's Changed

  • Added i18next backend plugin via @transifex/i18next package.

v4.1.0-alpha.0

10 May 12:04
Compare
Choose a tag to compare
v4.1.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Add i18next backend support by @nbasili in #134

Full Changelog: v4.0.0...v4.1.0-alpha.0