Releases: transifex/transifex-javascript
Releases · transifex/transifex-javascript
v7.1.3
v7.1.2
v7.1.1
v7.1.0
v7.0.1
This is a major 7.x release to the Transifex Native Javascript SDKs.
Breaking changes
THERE ARE NO API BREAKING CHANGES WITH 6.X.X
Staring 7.x, Angular 16 is required. If you are using Angular 14 or 15, please use the 6.x.x version of Transifex Native related packages.
Notable improvements
- Replacing
axios
withfetch
on @transifex/native library to improve bundle size - Starting this release, we are dropping support for old, legacy browsers
- The minimum supported NodeJS version is 16.x
- Improved support for Typescript declaration files.
Please note that the SDK is not written in Typescript, so TS support is best effort.
What's Changed
- Update React hooks to pass custom tx instance in #205
- Optimize bundle size in #204
- Update @transifex/api TS declaration file in #206
- Update packages versions in #207
- @transifex/cli: Detect Vue3 script setup in #208
- @transifex/api Update TS declarations in #209
- @transifex/native: Update .d.ts file in #211
Full Changelog: v6.0.2...v7.0.0
v7.0.0
v6.0.2
v6.0.1
What's Changed
- Add support for Angular 15 self-closing-tags inside txjs-cli push by @tomcek112 in #194
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Breaking
6.0.0
release is breaking change for the @transifex/angular
SDK. The following versions are supported:
- For Angular 14 or 15 use
@transifex/[email protected]
- For Angular 12 or 13 use
@transifex/[email protected]
- For Angular 11 use
@transifex/[email protected]
All the other packages in this monorepo are backwards compatible with 5.x.x
What's Changed
- feat(chore): Upgrade Angular v14 by @tse018 in #191
- Updated angular versions on README by @pablotransifex in #192
New Contributors
Full Changelog: v5.4.0...v6.0.0