Skip to content

v3.0.0-beta.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 11 Jun 13:48
· 2405 commits to main since this release
36f4f23

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