-
Notifications
You must be signed in to change notification settings - Fork 2
[Breaking] Version 2.0 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- @anvilco/[email protected] - @anvilco/[email protected]
- @anvilco/[email protected]
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@anvilco/anvil-embed-frame", | |||
"version": "1.1.0", | |||
"version": "2.0.0-alpha.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to move off the alpha version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably waiting for lerna publish
to handle it after merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will publish both repos after merge!
|
||
* `signURL` -> `iframeURL` | ||
* `onFinishSigning` -> `onEvent`. Check the `eventObject.action === 'signerComplete'` to detect a signer has finished signing | ||
* `onError` -> `onEvent`. Check the `eventObject.action` to determine if there is an error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be eventObject.error
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@anvilco/react-signature-modal", | |||
"version": "1.8.4", | |||
"version": "2.0.1-alpha.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, alpha is ok?
Just the few small things in comments |
This is a breaking change for both
AnvilEmbedFrame
andAnviSignatureModal
, see the respective readmes for upgrade instructions:AnvilSignatureModal
AnvilEmbedFrame
This PR upgrades all dependencies in all
AnvilEmbedFrame
andAnvilSignatureModal
plusAnvilSignatureModal
AnvilEmbedFrame
AnvilEmbedFrame
enableDefaultStyles
title
attributeChanges will result in a major version bump (v2) for both components
Type of change