hellosign-embedded
Advanced tools
Comparing version 2.10.0-beta.0 to 2.10.0
@@ -5,3 +5,3 @@ # Changelog | ||
## [2.10.0-beta.0](https://github.com/hellosign/hellosign-embedded/compare/v2.9.0...v2.10.0-beta.0) (2021-05-11) | ||
## [2.10.0](https://github.com/hellosign/hellosign-embedded/compare/v2.9.0...v2.10.0) (2021-05-18) | ||
@@ -11,5 +11,9 @@ | ||
* Fix for our Salesforce integration ([4d89c22](https://github.com/hellosign/hellosign-embedded/commit/4d89c22faa0e4adc20d3389165ae0e9af6f9a0bc)) | ||
* Update node-sass and sass-loader ([1812554](https://github.com/hellosign/hellosign-embedded/commit/1812554c3faef460fb45e42bdc2a817511836ab4)) | ||
* Update node-sass and sass-loader ([0234daf](https://github.com/hellosign/hellosign-embedded/commit/0234daf5d9a8654df0313ae95b42eb56220cff23)) | ||
### Bug Fixes | ||
* Do not use self-closing tags in HTML markup ([9520b39](https://github.com/hellosign/hellosign-embedded/commit/9520b39f19fbe86c74d94fa3c331cee5a9cf064c)) | ||
# [2.9.0](https://github.com/hellosign/hellosign-embedded/compare/v2.8.0...v2.9.0) (2020-09-01) | ||
@@ -16,0 +20,0 @@ |
{ | ||
"name": "hellosign-embedded", | ||
"version": "2.10.0-beta.0", | ||
"version": "2.10.0", | ||
"description": "Embed HelloSign signature requests and templates from within your web application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,4 @@ # HelloSign Embedded | ||
// Create the HelloSign Embedded instance. | ||
// Only do this once! | ||
const client = new HelloSign({ | ||
@@ -36,3 +38,7 @@ clientId: 'Your client ID' | ||
```js | ||
client.open(signUrl); | ||
function launchHelloSign(url) { | ||
client.open(url); | ||
} | ||
launchHelloSign(url); | ||
``` | ||
@@ -39,0 +45,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
82
847546
7534