Skip to content

v3.0.0-beta.74

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 06 Aug 13:45
· 1693 commits to main since this release
0b93973

v3.0.0-beta.74 (2024-08-06)

Features

  • richtext-lexical: add HTML converter to table feature (9bccdfd)
  • richtext-lexical: accessible editor placeholders (c348081)
  • richtext-lexical: add table hover actions to quickly add rows or columns (12ba820)
  • allows loginWithUsername to not require username (#7480) (1ebd54b)
  • updated admin UI (#7424) (68553ff)
  • expose useTableColumns hook (#7448) (9a3bce1)
  • richtext-lexical: upgrade lexical from 0.16.1 to 0.17.0 (e65b647)

Bug Fixes

  • email and username fields rendering in drawers (#7520) (442189e)
  • richtext-lexical: various table and icon style issues (#7522) (5d1cc76)
  • ui: prevents hasMany text going outside of input boundaries (#7455) (3f5403a)
  • ui: properly handles ID field component type based on payload.db.defaultIDType (#7416) (62666a9)
  • db-*: drizzle enums, bump drizzle-kit (#7514) (95fcd13)
  • cpa: adjust template file location detection (#7507) (0040e17)
  • error thrown in version view when localization is false (#7502) (cdb2072)
  • #7488, cant deploy SQLite to Vercel (#7490) (005befc)

BREAKING CHANGES

  • updated admin UI (#7424) (68553ff)

    • Custom components and styling that don't utilize Payload's CSS/SCSS
      variables may need adjustments to match the updated styling.
    • If you are using the Merriweather font, you will need to manually
      configure next/font in your own project.
  • richtext-lexical: upgrade lexical from 0.16.1 to 0.17.0 (e65b647)

    • This upgrades lexical from 0.16.1 to 0.17.0. If you have any lexical packages installed in your project, please update them accordingly. Additionally, if you depend on the lexical APIs, please consult their changelog, as lexical may introduce breaking changes: https://github.com/facebook/lexical/releases/tag/v0.17.0

Contributors