v3.0.0-beta.44

Version v3.0.0-beta.44Major ReleasePre-release
Released:

June 11, 2024

Type:

Contains breaking changes

GitHub:View Release

Release Notes

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: ```ts buildConfig({ // Rest of config typescript: { autoGenerate: false }, }) ```

Contributors

  • Alessio Gravili (@AlessioGr)
  • Jarrod Flesch (@JarrodMFlesch)
  • Patrik (@PatrikKozak)
  • Elliot DeNolf (@denolfe)
  • Jacob Fletcher (@jacobsfletch)