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