-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support
enableRemove*MarginIfNested
for list renderers
BREAKING CHANGE: - `getStyleFromNestLevel` prop for list renderers have been droped. If you need conditional style for list renderers based on nest level, implement a custom list renderer with `useInternalRenderer` and check the passed markers nest level. - `getListStyleTypeFromNestLevel` prop for list renderers has been renamed to `getFallbackListStyleTypeFromNestLevel`.
- Loading branch information
Showing
3 changed files
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters