From 3fe0bff2584d333f35afe65d5c953e06a5db91b8 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 28 Apr 2022 11:20:27 +1000 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2264063..d426eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - When editing nodes, we now lazy-load collapsed nodes to improve performance. - Editing nodes is now performed through slide-out menu, instead of HUD. This gives users much more room to edit content. - Editing nodes now properly supports multi-tabs for custom fields and UI elements. -- All node attributes are now native fields. They can be included or excluded as needed, with the bonus of supporting conditions (show certain attributes based on user permissions). This can help simplify and streamine editing nodes for users. +- All node attributes are now native fields. They can be included or excluded as needed, with the bonus of supporting conditions (show certain attributes based on user permissions). This can help simplify and streamline editing nodes for users. - When editing nodes, URL Suffix, Classes and Custom Attributes are now in an "Advanced" tab. - Changed `Node::isManual()` to `Node::isCustom()`. - Custom URL nodes are now a Node Type - `verbb\navigation\nodetypes\CustomType`.