Embedded Widget
Changelog
This changelog documents the updates, enhancements, and bug fixes for the @hotglue/widget
package.
Fixed
- HG-3506: Resolved React warning about missing key prop on job history tab.
Added
- HG-3491: Introduced new
runJob
helper function which introduces support for running v2 flows and specifying thejobType
, the signature is:
Fixed
- HG-3496: resolved bug where
onConnectorLinked
listener was not triggering when the widget was closed after making an OAuth connection
Deprecated
- HG-3491: As part of introducing the
runJob
helper function we have deprecatedcreateJob
as it doesn’t support v2 flows.
Fixed
- HG-3398: Avoid undefined error when updating
isSelected
value in the field map component
Fixed
- HG-3443: ensure
onLinkFailed
listeners still fire when invalidconnectValues
are passed toHotGlue.link
function
Fixed
- HG-3422: fixed bug where symlink screen would persist even after successfully linking a connector