3.0.0-beta.25
Version 3.0.0-beta.25Major ReleasePre-release
Release Notes
3.0.0-beta.25 (2024-05-06)
Features
- translations: add Slovak translation (#6114) (d3bca57)
- richtext-lexical: add FixedToolbarFeature (#6192) (c462bf2)
```ts
editor: lexicalEditor({
features: ({ defaultFeatures }) => [
...defaultFeatures,
FixedToolbarFeature(),
],
}),
```
!CleanShot 2024-05-06 at 13 43 04@2x
Bug Fixes
- threads draft arg through for child resolvers in GraphQL queries (#6196) (51149c7)
- plugin-form-builder: custom formSubmission hooks overriding core ones (#6204) (8a452c4)
BREAKING CHANGES
- plugin-stripe: add types exports and rename types to be more consistent with other plugins (#6216) (7f72006)
Some minor type renaming for consistency with other packages.
BREAKING: - The default inline toolbar has now been extracted into anInlineToolbarFeature. While it's part of the defaultFeatures, you might have to add it to your editor features if you are not including the defaultFeatures and still want to keep the inline toolbar (floating toolbar) - Some types have been renamed, e.g.InlineToolbarGroupis nowToolbarGroup, andInlineToolbarGroupItemis nowToolbarGroupItem- ThedisplayNameproperty of SlashMenuGroup and SlashMenuItem has been renamed tolabelto match thelabelprop of the toolbars - TheinlineToolbarFeatureButtonsGroupWithItem,inlineToolbarFormatGroupWithItemsandinlineToolbarTextDropdownGroupWithItemsexports have been renamed totoolbarTextDropdownGroupWithItems,toolbarFormatGroupWithItems,toolbarFeatureButtonsGroupWithItems
Contributors
- Elliot DeNolf (@denolfe)
- Paul (@paulpopus)
- Jarrod Flesch (@JarrodMFlesch)
- Friggo (@MrFriggo)
- Alessio Gravili (@AlessioGr)
- Jacob Fletcher (@jacobsfletch)