v3.0.0-beta.98
Version v3.0.0-beta.98Major ReleasePre-release
Release Notes
v3.0.0-beta.98 (2024-09-03)
š Features
ā” Performance
š 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:
createClientComponentis no longer exported as it's not needed anymore- The exported
ClientComponentPropstype has been renamed toBaseClientFeatureProps. - The order of arguments in
sanitizeClientEditorConfighas changed
š¤ Contributors
- Alessio Gravili (@AlessioGr)
- Elliot DeNolf (@denolfe)
- GermƔn JabloƱski (@GermanJablo)
- Paul (@paulpopus)
- Giuseppe Chiruzzi (@xfloor)
- Riley Pearce (@rilrom)