DocumentKit will use semver after 1.0.
Until then, deprecated features may be removed in the next minor version.
This patch makes the DocumentGroupModal present functions available to all Views.
This is needed so that a modal can be modified before being presented.
This is the first beta version, which adds functionality to present modals and onboardings, inspect the document browser and customize the document browser.
DocumentGroupInspectoris a new protocol that can be implemented by any type that should be able to inspect the currentDocumentGroup.DocumentGroupPresenteris a new protocol that can be implemented by any type that should be able to present and dismiss views from the currentDocumentGroup.DocumentGroupModalis aViewprotocol that can be implemented by any view that can then be opened as a modal from aDocumentGroup.DocumentGrouphas new onboarding, property and toolbar extensions.UserDefaultshas new onboarding extensions.