Skip to content

Releases: r1tsuu/payload-enchants

translator-1.3.0

24 Nov 11:12
ba0f8ae
Compare
Choose a tag to compare

Updates @payload-enchants/translator to 3.0.

Deprecates these imports:

import { copyResolver } from '@payload-enchants/translator/resolvers/copy';
import { googleResolver } from '@payload-enchants/translator/resolvers/google';
import { openAIResolver } from '@payload-enchants/translator/resolvers/openAI';

Instead use:

import {
  translator,
  copyResolver,
  googleResolver,
  openAIResolver,
  libreResolver,
} from '@payload-enchants/translator';

Added a new resolver for https://libretranslate.com/ libreResolver.

Other packages?

  • Opened a PR to core with an SDK - payloadcms/payload#9463. The current version works, but lacks some features (like auth operations / proper select / joins)
  • May work on the docs-reorder package, as it's really useful
  • Not sure about the cached payload plugin. I think we should have this in the core as well at some point, as it's essential with next.js/

What's Changed

  • feat: translator plugin with payload 3.0 by @nvti in #98

New Contributors

  • @nvti made their first contribution in #98

Full Changelog: 1.2.2...translator-1.3.0

translator-1.3.0-pre.0

17 Aug 02:34
7301d41
Compare
Choose a tag to compare
Pre-release

1.2.2

16 Jul 22:01
eb46099
Compare
Choose a tag to compare

What's Changed

  • fix(docs-order): resolve breaking change, set order field to be admin.hidden by @genox in #87

Full Changelog: 1.2.1...1.2.2

1.2.1

12 Jul 16:33
09e0c2f
Compare
Choose a tag to compare

What's Changed

  • Resolve import issue in payload-3.0-beta.60 by @lynndylanhurley in #83
  • fix(better-localized-fields): breaking changes import by @r1tsuu in #84
  • fix(better-use-as-title): breaking import by @r1tsuu in #85

Full Changelog: 1.2.0...1.2.1

1.2.0

04 Jul 19:16
5ee60d4
Compare
Choose a tag to compare

What's Changed

  • feat: update Payload, add Type-Safe REST SDK package. by @r1tsuu in #82

Full Changelog: 1.1.41...1.2.0

1.1.41

24 Jun 14:45
df706ed
Compare
Choose a tag to compare

Full Changelog: 1.1.40...1.1.41

1.1.40

21 Jun 12:38
39586cc
Compare
Choose a tag to compare

warn

This release doesn't update Payload to 49+, so there could be issues with payload/ui related packages on the latest beta!

What's Changed

  • cached-local-api: properly use depth, fix circular references population, add useSimpleCacheStrategy by @r1tsuu in #79
  • Add fields select by @r1tsuu in #80

Full Changelog: 1.1.39...1.1.40

1.1.39

16 Jun 21:24
ce386a3
Compare
Choose a tag to compare

What's Changed

  • fix(translator): fix condition for localized by @r1tsuu in #77

Full Changelog: 1.1.38...1.1.39

1.1.38

16 Jun 20:53
791a1bc
Compare
Choose a tag to compare

What's Changed

  • fix(translator): skip non localized / empty fields by @r1tsuu in #76

Full Changelog: 1.1.37...1.1.38

1.1.37

16 Jun 20:23
da9542d
Compare
Choose a tag to compare

What's Changed

  • (translator): fix richText slate translate by @r1tsuu in #75

Full Changelog: 1.1.36...1.1.37