Skip to content

v3.37.0

Compare
Choose a tag to compare
@denolfe denolfe released this 05 May 19:17
· 499 commits to main since this release
9a6bb44

v3.37.0 (2025-05-05)

🚀 Features

  • exports additional login helper utils (#12309) (dcd4e37)
  • live-preview: expose requestHandler to subscribe.ts (#10947) (35c0404)
  • ui: update RelationshipFilter if only filterOptions are changed (#11985) (446938b)
  • ui: add document link to drawer (#12036) (292b462)
  • ui: add option to open related documents in a new tab (#11939) (1ef1c55)
  • ui: make select and relationship field placeholder configurable (#12253) (e568391)
  • ui: allow array fields to be filtered in list view (#11925) (78d3af7)

🐛 Bug Fixes

  • allow custom admin user collection in query presets constraints (#12202) (b9868c4)
  • cpa: overwrites existing env variables (#10636) (e5b28c9)
  • db-*: migration batch not incrementing past 1 (#12215) (3c9ee5d)
  • db-postgres: start transaction in v2-v3 migration only after drizzle prompts to avoid timeout (#12302) (2628b43)
  • graphql: nextPage and prevPage are non nullable even though they can be null sometimes (#12201) (3fb81ef)
  • graphql: population of joins that target relationship fields that have relationTo as an array (#12289) (c08c707)
  • plugin-cloud-storage: missing 'prefix' in cloud storage plugin (#11970) (0d10f43)
  • plugin-multi-tenant: make tenant selector respect order if orderable enabled for tenant collection (#12314) (a6d76d6)
  • richtext-lexical: add missing line-breaks to plaintext conversion (#11951) (ddf40d5)
  • ui: unable to search for nested fields in WhereBuilder field selection (#11986) (3818634)
  • ui: blockType ignored when merging server form state (#12207) (a62cdc8)
  • ui: fix version list status for unpublished documents (#11983) (b6b02ac)

📚 Documentation

  • fix typo in fields/relationship.mdx (#12306) (055a263)
  • repair blank template markdown link in installation docs (#12297) (5365d4f)

🏡 Chores

  • live-preview: enable TypeScript strict (live-preview-vue) (#12299) (b480f81)
  • live-preview-react: enable TypeScript strict (#12298) (11018eb)
  • storage-uploadthing: enable TypeScript strict (#12304) (d7d3744)

🤝 Contributors