v3.0.0-beta.98

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

September 3, 2024

Type:

Contains breaking changes

GitHub:View Release

Release Notes

v3.0.0-beta.98 (2024-09-03)

šŸš€ Features

⚔ Performance

  • richtext-lexical: greatly simplify lexical loading and improve performance (#8041) (b6a8d1c)

šŸ› Bug Fixes

  • richtext-lexical: toolbar styles (#7936) (7a3507d)
  • plugin-seo: meta image selection not working (#8024) (9bcdf0d)
  • padding on the right of the default padding when scrollbars are enabled in the browser (#8023) (8203fe8)
  • richtext-lexical: incorrect error check in TableActionMenu (#7964) (d9cccc7)
  • collection pagination limits being merged with defaults instead of overidden (#8004) (ee3d585)
  • ui: radio fields are now selectable as options in filtering in query builder (#8002) (cf9e13a)
  • ui: list view crash when using a code field type (#7994) (e25730f)

āš ļø BREAKING CHANGES

  • richtext-lexical: greatly simplify lexical loading and improve performance (#8041) (b6a8d1c) We noticed that we can bring functions down to the client directly without having to wrap them in a component first. This greatly simplifies the loading of all lexical client components BREAKING:
  • createClientComponent is no longer exported as it's not needed anymore
  • The exported ClientComponentProps type has been renamed to BaseClientFeatureProps.
  • The order of arguments in sanitizeClientEditorConfig has changed

šŸ¤ Contributors

  • Alessio Gravili (@AlessioGr)
  • Elliot DeNolf (@denolfe)
  • GermĆ”n JabloƱski (@GermanJablo)
  • Paul (@paulpopus)
  • Giuseppe Chiruzzi (@xfloor)
  • Riley Pearce (@rilrom)