-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f51d723
commit 89aae4d
Showing
1 changed file
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
# DocuSign Native iOS Offline Templates SDK ChangeLog | ||
# DocuSign Native iOS Offline Templates SDK Changelog | ||
|
||
## [v1.2.0] - 8/30/2018 | ||
## [v1.2] - 8/30/2018 | ||
|
||
### Added | ||
* Supports Radio Tabs with offline Signing. | ||
* Recipients can be defaulted and switched from an InPersonSigner type to a RemoteSigner type and ViceVersa before initiating the offline signing ceremony with `DSMRecipientDefault`. | ||
* Tab value defaulting for text based tabs for offline signing through `tabValueDefaults` . | ||
* Account level Envelope Custom Fields are now supported and can be created with `DSMCustomFields` through `DSMEnvelopeDefaults`. | ||
* Setup configuration updated to hide alerts that are shown during offline signing. The Setup constants can be found in `DSMSetupConstants` . | ||
* Supports Formula Fields in offline signing that are only based on Date Signed Tabs. | ||
* Enhanced Signature Pad to capture signatures. | ||
* Support for radio tabs with offline signing. | ||
* Recipient defaulting and switching from an InPersonSigner type to a RemoteSigner type and vice versa before initiating the offline signing ceremony with `DSMRecipientDefault`. | ||
* Tab value defaulting for text-based tabs for offline signing through `tabValueDefaults`. | ||
* Support for account-level envelope custom fields. They can be created with `DSMCustomFields` through `DSMEnvelopeDefaults`. | ||
* Setup configuration for hiding alerts that are shown during offline signing. The setup constants can be found in `DSMSetupConstants`. | ||
* Support for formula fields in offline signing that are only based on date signed tabs. | ||
|
||
### Changed | ||
* Updated signature drawing tools on signature pad | ||
|
||
### Fixed | ||
* Enhanced visual representation of Tags when highlited. | ||
* Captured Signature during Signing Ceremony to maintain aspect ratio. | ||
* Enhanced visual representation of tabs when highlighted. | ||
* Maintain aspect ratio of captured signature during signing ceremony. | ||
|
||
### Deprecated | ||
* The method `presentSendTemplateControllerWithTemplateWithId:tabValueDefaults:pdfToInsert:insertAtPosition:signingMode:presentingController:animated:completion:` in `DSMTemplatesManager` should be replaced by ` presentSendTemplateControllerWithTemplateWithId:envelopeDefaults:pdfToInsert:insertAtPosition:signingMode:presentingController:animated:completion:`. | ||
|
||
## Deprecated | ||
* The following method ` presentSendTemplateControllerWithTemplateWithId:tabValueDefaults:pdfToInsert:insertAtPosition:signingMode:presentingController:animated:completion:` on `DSMTemplatesManager` should be replaced by ` presentSendTemplateControllerWithTemplateWithId:envelopeDefaults:pdfToInsert:insertAtPosition:signingMode:presentingController:animated:completion:` . | ||
## [v1.1] - 2/23/2018 | ||
|
||
## [v1.1] - - 2/23/2018 | ||
### Changed | ||
* Updated Swift and Objective-C Sample Apps. | ||
|
||
### Fixed | ||
* Updated Swift and Objective C Sample Apps. | ||
* Error Validations on unsupported tab types. | ||
* Dismiss KeyBoard after editing TextFields on Swift Sample App. | ||
* Error validations on unsupported tab types. | ||
* Dismiss keyboard after editing text fields in Swift Sample App. | ||
|
||
|
||
## [v1.0] - - 9/15/2017 | ||
## [v1.0] - 9/15/2017 | ||
|
||
### Added | ||
* DocuSign Native iOS Offline Templates SDK Launch | ||
|
||
* DocuSign Native iOS Offline Templates SDK launch. |