You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api: replace list nesting APIs with a single getListNestingStyles (3703b2f)
deps: proactively declare support with Draft.js v0.12.0 (586b385)
BREAKING CHANGES
api: The <ListNestingStyles max={6} /> component has been removed,
and the generateListNestingStyles method is now deprecated and
will be removed in a future release.
Both are replaced with a getListNestingStyles method, which works exactly the same as generateListNestingStyles, but with a different parameter order, and with default values:
This small breaking change allows us to remove this package’s peerDependency on React,
making it easier to upgrade to React 17, and other versions in the future.
The project has reached a high-enough level of stability to be used in production, and breaking changes will now be reflected via major version changes.