> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> This changelog documents the updates, enhancements, and bug fixes for the `@hotglue/widget` package.

<Update label="2025-04-04" description="v1.4.93">
  ### Fixed

  * Improved accessibility with tooltips on Connections component.
</Update>

<Update label="2025-03-18" description="v1.4.92">
  ### Fixed

  * Improved accessibility with clearer aria labels for Connections component and updating colors to meet minimum contrast ratio thresholds.
</Update>

<Update label="2025-02-05" description="v1.4.91">
  ### Fixed

  * Improved accessibility with aria labels for Connections component `link` and `settings` buttons
</Update>

<Update label="2025-01-22" description="v1.4.90">
  ### Fixed

  * Added more accessibility improvements across the widget
</Update>

<Update label="2025-01-08" description="v1.4.88">
  ### Fixed

  * Improved accessibility with aria labels for sync status, icons, and buttons
  * Enhanced icon and image components with alt text and aria descriptions

  ### Added

  * Added support for connector-level schedules via the toggle in Settings > Widget, `Enable connector schedules`. The scheduling module continues to affect flow-level schedules, as normal, unless this toggle is enabled.
</Update>

<Update label="2024-12-18" description="v1.4.87">
  ### Fixed

  * Fixed an issue where `apiUrl` was required in the types
</Update>

<Update label="2024-12-17" description="v1.4.86">
  ### Fixed

  * HG-3639: Fixed linked state misalignment for targets in the target flow modal.

  ### Added

  * HG-3641: Users are now redirected directly to select `options` after OAuth, when `options` are defined in an availableSource. This is currently only relevant for Xero (tenant selection) and Amazon Advertising (profile selection) integrations.
</Update>

<Update label="2024-12-11" description="v1.4.85">
  ### Added

  * Added support for OAuth in tap-faire
</Update>

<Update label="2024-12-05" description="v1.4.84">
  ### Added

  * HGI-6913: Added a copyable external ID in the S3 connector settings when using [Cross-account assumeRole authentication](https://docs.hotglue.com/connectors/s3#method-2-cross-account-assumerole-with-external-id)
</Update>

<Update label="2024-11-21" description="v1.4.83">
  ### Added

  * Added support for OAuth in tap-amazon-advertising
</Update>

<Update label="2024-11-07" description="v1.4.82">
  ### Fixed

  * HG-3567: Fixed missing loading state on job history tab of widget
</Update>

<Update label="2024-11-05" description="v1.4.81">
  ### Fixed

  * HG-3555: Fixed empty state misalignment on job history tab of widget
</Update>

<Update label="2024-10-21" description="v1.4.80">
  ### Fixed

  * HG-3506: Resolved React warning about missing key prop on job history tab.
</Update>

<Update label="2024-10-09" description="v1.4.79">
  ### Added

  * HG-3491: Introduced new `runJob` helper function which introduces support for running v2 flows and specifying the `jobType`, the signature is:

  ```javascript theme={null}
    runJob: (
      entityId: string,
      flow: string,
      tenant: string,
      startDate: string,
      jobType: 'read' | 'write',
    ) => Promise<any>;
  ```

  ### 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 deprecated `createJob` as it doesn't support v2 flows.
</Update>

<Update label="2024-10-08" description="v1.4.78">
  ### Fixed

  * HG-3398: Avoid undefined error when updating `isSelected` value in the field map component
</Update>

<Update label="2024-09-16" description="v1.4.77">
  ### Fixed

  * HG-3443: ensure `onLinkFailed` listeners still fire when invalid `connectValues` are passed to `HotGlue.link` function
</Update>

<Update label="2024-09-06" description="v1.4.76">
  ### Fixed

  * HG-3422: fixed bug where symlink screen would persist even after successfully linking a connector
</Update>
