Skip to content

Releases: MiracleUFO/react-g-translator

v1.3.3

14 Jul 13:21
af9f52f
Compare
Choose a tag to compare

1.3.3 (2024-07-14)

Bug Fixes

  • error: fallback not working when response is undefined (a509095)

v1.3.2

07 Jul 21:24
fee8d29
Compare
Choose a tag to compare

1.3.2 (2024-07-07)

Bug Fixes

  • proxy: add new proxy, make unstable proxy last fallback (c126c2c)

v1.3.1

06 Jul 19:12
1f779f0
Compare
Choose a tag to compare

1.3.1 (2024-07-06)

Bug Fixes

  • test: failing test pipeline (1cab2ac)

v1.3.0

02 Dec 16:50
5dbf0dc
Compare
Choose a tag to compare

1.3.0 (2023-12-02)

Bug Fixes

  • possible inflight transistive vulnerablity Snyk error fix (8b1d9c7)

Features

  • react-query -> @tanstack/react-query because of vulnerabilities (db90069)

v1.2.0

02 Nov 21:58
5074695
Compare
Choose a tag to compare

1.2.0 (2023-11-02)

Features

  • support for Vite and NextJS, fix for number node causing max stack error (5012bc9)

v1.1.0

01 Nov 20:16
e0a1a64
Compare
Choose a tag to compare

1.1.0 (2023-11-01)

Features

  • handling image and input elements, error handling (9576086)
  • proxy server and authentication, README edits (0ad5365)
  • scoping wrappers (7028ce5)

v1.0.3

11 Oct 19:35
bd8044c
Compare
Choose a tag to compare

1.0.3 (2023-10-11)

Performance Improvements

  • proxying: fix Buffer not found issue by using proxy (a6e0b06)

v1.0.2

06 Oct 00:20
04e3a66
Compare
Choose a tag to compare

1.0.2 (2023-10-06)

Bug Fixes

  • build-error-buffer: buffer missing, es6 vs esnext issue? (6deb043)

v1.0.1

05 Oct 23:54
878d2cd
Compare
Choose a tag to compare

1.0.1 (2023-10-05)

Bug Fixes

  • build: build esm & cjs errors (dda9417)
  • react: children type error and hooks null in rollup (03e9b34)
  • workflow-test: updated test (ee6b6df)

v1.0.0

02 Oct 19:17
c2a1855
Compare
Choose a tag to compare

1.0.0 (2023-10-02)

Bug Fixes

  • getTranslation tests (c250475)
  • Github actions compiler config error no --jsx flag set (4a764b5)
  • made main file .ts not .tsx (aee6bdc)
  • npm vulnerability synk errors and scripts run for tsx (a157e50)
  • possible fix snyk vulnerability (9ff5424)
  • possible fix snyk vulnerability (fe5b404)
  • possible override fix snyk vulnerabilities (ce79f63)
  • removed tests for now, removed global from code (5cf0576)
  • removed tests for now, removed global from code (c3a245a)
  • snyk dependency issue (f0ac7c3)
  • Translator infinite recursion + passing tests (9cd2c89)
  • unnecessary strategy mix (1129770)

Features

  • wrapper functionality (untested) (ea0db0b)
  • allows translation of texts larger than 5K chars in getTranslation and (726ea71)
  • caching (10d7369)
  • chunking improvement, chunk at end of sentence. (552c867)
  • complied with google api 1 req/sec rate, optimised testing (a8b7c7c)
  • getTranslation method. Issues: Google Translate API Rate limit (b44aaef)
  • Translate component and eslint setup (14f62dd)
  • Translate component wrapper. Tested. Issue: API request limit (f0fe81e)