v3.0.0-beta.44
版本发布时间: 2024-06-11 21:48:14
payloadcms/payload最新发布版本:v3.0.1(2024-11-20 03:39:16)
v3.0.0-beta.44 (2024-06-11)
Features
Bug Fixes
- get auto type-gen to work on turbo, by running type gen in a child process outside turbo/webpack (#6714) (7b7dc71)
- corrects tab paths when nested within other row like fields (#6712) (ba513d5)
- re-exports graphql json types for external use (#6711) (a26d031)
- ui: removes
array
&blocks
&group
fields from sort (#6576) (9f52562) - global draft validations (#6709) (45e8683)
- ui: set checkbox htmlFor by default, fixing some checkbox labels not toggling the checkbox (#6684) (ac34380)
BREAKING CHANGES
Types are now auto-generated by default.
You can opt-out of this behavior by setting:
buildConfig({ // Rest of config typescript: { autoGenerate: false }, })
Contributors
- Alessio Gravili (@AlessioGr)
- Jarrod Flesch (@JarrodMFlesch)
- Patrik (@PatrikKozak)
- Elliot DeNolf (@denolfe)
- Jacob Fletcher (@jacobsfletch)