Remirror: v1.0.0-next.26 Release

Release date:
August 24, 2020
Previous version:
v1.0.0-next.25 (released August 23, 2020)
Magnitude:
2,122 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.0.0-next.26

ifiokjr

Directory Browser for v1.0.0-next.26

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • a2bc3bfb: Support for extending the ExtensionTag with your own custom types and names to close #465. Deprecates NodeGroup and MarkGroup which will be removed in a future version.
    • A small breaking change removes some related type exports from @remirror/core.
    • Add the ability to mutateTag for creating custom tags in custom extensions.
    • Update several to use tags as a replacement for the spec group.

Minor Changes

  • 147d0f2a: πŸš€ Now featuring support for DynamicExtraAttributes as mentioned in #387.
    • Also add support for action method being passed to findChildren, findTextNodes, findInlineNodes, findBlockNodes, findChildrenByAttribute, findChildrenByNode, findChildrenByMark and containsNodesOfType.
    • Deprecate flattenNodeDescendants. findChildren is now the preferred method and automatically flattens the returned output.

Patch Changes