v3.0.0-beta.57
Version v3.0.0-beta.57Major ReleasePre-release
Release Notes
v3.0.0-beta.57 (2024-07-02)
Features
- ui: allows filtering on group and tab fields from list controls (#6647) (d4d4101)
- richtext-lexical: upgrade lexical from 0.16.0 to 0.16.1 (#7009) (2a2ab53)
- allow users/plugins to modify and extend generated types for fields & config, add generated types for json field (#6984) (eb2f763)
- adds loginWithUsername option to auth config (#7000) (955b845)
- plugin-seo: export fields from plugin seo so that they can be imported freely in a collection fields config (#6996) (25d368a)
- ui: export iterateFields function (#6995) (cce1397)
- export missing utilities and types from payload (#6993) (d05a033)
- plugin-seo: russian translations (#6987) (2285624)
Bug Fixes
- richtext-lexical: auto link node escapes on second "." (98ff746)
- ui: content alignment in modal (#7003) (fd7d500)
- translation fallback language returning the label and not the language key (#7001) (9ab057d)
BREAKING CHANGES
BREAKING: Lexical may introduce undocumented breaking changes, if you use the lexical API directly. Please consult their changelog: https://github.com/facebook/lexical/releases/tag/v0.16.1
Removes PayloadRequestWithData in favour of just PayloadRequest with optional types fordataandlocaleaddDataAndFileToRequestandaddLocalesToRequestFromDatanow takes in a single argument instead of an object ```ts // before await addDataAndFileToRequest({ request: req }) addLocalesToRequestFromData({ request: req }) // current await addDataAndFileToRequest(req) addLocalesToRequestFromData(req) ```
Contributors
- Jessica Chowdhury (@JessChowdhury)
- Alessio Gravili (@AlessioGr)
- Ritsu (@r1tsuu)
- Paul (@paulpopus)
- Jarrod Flesch (@JarrodMFlesch)
- Harley Salas (@HarleySalas)