Helper Updates
SharePoint Configuration
This release has a major update for the SPConfig component. The creation of content types and field references is now working. I had to use JSOM code, since the REST API still isn't working. The only property of a field reference that can't be updated is the "ReadOnly" property.
New Methods
addContentEditorWebPart - A new method that allows you to add a content editor webpart to a specified page.
addScriptEditorWebPart - This method has been moved from the Helper.WebPart class. This release will require updates to existing references:
Helper.WebPart.addWebPartToPage(...) -> Helper.addScriptEditorWebPart(...)