Releases: r1tsuu/payload-enchants
Releases · r1tsuu/payload-enchants
translator-1.3.0
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
New Contributors
Full Changelog: 1.2.2...translator-1.3.0
translator-1.3.0-pre.0
Full Changelog: 1.2.2...translator-1.3.0-pre.0
1.2.2
1.2.1
1.2.0
1.1.41
Full Changelog: 1.1.40...1.1.41
1.1.40
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