Skip to content

Commit

Permalink
Updated Change Log.
Browse files Browse the repository at this point in the history
  • Loading branch information
iOSSDK-DocuSign committed Aug 31, 2018
1 parent f51d723 commit 89aae4d
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions CHANGELOG.md
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.

0 comments on commit 89aae4d

Please sign in to comment.