Version 1, Update 71
New:
node.findAllWithCriteria
now supports searching by pluginData as well as sharedPluginData. This should make it much more performant if you're trying to find all nodes that have pluginData / sharedPluginData.- Add
hiddenFromPublishing
as a property onVariable
andVariableCollection
. - Add
getPublishStatusAsync()
as a method onVariable
andVariableCollection
which returns a promise. - Add
sectionContentsHidden
as a property onSectionNode
.