Skip to content

v3.0.0-beta.114

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 15 Oct 13:57
· 1507 commits to main since this release
85e87c1

v3.0.0-beta.114 (2024-10-15)

🚀 Features

  • add disableTransaction to local api (#8697) (d781624)
  • add limit property to bulk update operation (#8656) (7a0b419)
  • db-postgres, db-vercel-postgres: createDatabase, auto database create if it does not exist (#8655) (256949e)

🐛 Bug Fixes

  • ensure beforeValidate hook runs for reset password (#8433) (a9e7d48)
  • local update limit (#8704) (3110c1b)
  • validate should not always equate valid to true (#8696) (8bbc833)
  • ensure dropzone respects canCreate permissions (#8689) (3f128c5)
  • ensure Component is not required in MappedComponent types (#8687) (793dfe8)
  • properly store timestamps in versions (#8646) (8daac4e)
  • db-mongodb: add validation to relationship ids (#8395) (21606de)
  • drizzle: indexes / unique with relationships (#8432) (1ffb6c3)
  • drizzle, ui: properly filters out number field values with the exists operator filter (#8706) (3f2b828)
  • next: returns proper document id type from init page result (#8700) (35a5199)
  • ui: react-datepicker in number fields and datepicker visual issues (#8694) (e3957d7)
  • ui: prevents react-select styles being injected into hasMany number fields (#8695) (08f8831)
  • ui: show configured description on active tabs (#8675) (65d4f37)
  • ui: export useListRelationships (#8658) (e4fd1e3)
  • ui: hasMany selecting single docs clicking through instead of selecting a document (#8624) (a4f1af4)

🤝 Contributors