While the changelog (opens new window) is the most comprehensive list of changes, this guide provides high-level overview and organizes changes by category.
We've removed disabledElements
and propagateSiteElements
as they are no longer required.
We've renamed references of "manual" nodes, to "custom" nodes.
Old | What to do instead |
---|---|
Node::isManual() | Node::isCustom() |
In addition, a manual node is now a Node Type, to better align with other custom node types, like Passive and Site.
Old | What to do instead |
---|---|
Node::nodeType | Use Node::type or Node::getType() instead. |
Node::nodeTypeLabel | Use Node::getTypeLabel() instead. |
We have changed the queries used for GraphQL so as not to conflict with other plugins.
Old | What to do instead |
---|---|
nodes(arguments) | navigationNodes(arguments) |
node(arguments) | navigationNode(arguments) |