Skip to content

Releases: AlaskaAirlines/auro-hyperlink

v8.0.0

19 Nov 18:00
a91f893

Choose a tag to compare

8.0.0 (2025-11-19)

  • feat!: removed relative attribute and hardcoded default url #315 (187ccb2)

Bug Fixes

  • make hyperlink render when relative and target='_blank' are set #315 (56e0b98)
  • removed isRelative function and modify relative logic (7a2e12d)

BREAKING CHANGES

  • Refactored AuroHyperlink component to remove the need for the 'relative' attribute

v7.0.0-rc-320.1

19 Nov 06:07

Choose a tag to compare

v7.0.0-rc-320.1 Pre-release
Pre-release

7.0.0-rc-320.1 (2025-11-19)

Bug Fixes

  • make hyperlink render when relative and target='_blank' are set #315 (56e0b98)
  • removed isRelative function and modify relative logic (7a2e12d)

Features

BREAKING CHANGES

  • Refactored AuroHyperlink component to remove the need for the 'relative' attribute
  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v7.1.0

17 Oct 22:54
abdbeb2

Choose a tag to compare

7.1.0 (2025-10-17)

Features

v7.0.0-rc-309.1

17 Oct 22:52

Choose a tag to compare

v7.0.0-rc-309.1 Pre-release
Pre-release

7.0.0-rc-309.1 (2025-10-17)

Features

BREAKING CHANGES

  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v7.0.0

03 Oct 23:50
67f19a8

Choose a tag to compare

7.0.0 (2025-10-03)

BREAKING CHANGES

  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v7.0.0-rc-1.1

03 Oct 23:31

Choose a tag to compare

v7.0.0-rc-1.1 Pre-release
Pre-release

7.0.0-rc-1.1 (2025-10-03)

BREAKING CHANGES

  • Package exports have changed. To access the component class add /class to the end of the import. See "exports" in the package.json for more details.

v6.2.0

25 Sep 23:16

Choose a tag to compare

6.2.0 (2025-09-25)

Bug Fixes

Features

  • revert `role="button" deprecation as it's not violating a11y anymore (1740d24)

Performance Improvements

v6.1.2

22 Aug 17:52

Choose a tag to compare

6.1.2 (2025-08-22)

Performance Improvements

  • update button for icon fix and all other auro dependencies #297 (c1deba9)

v6.1.1

20 Aug 19:49

Choose a tag to compare

6.1.1 (2025-08-20)

Bug Fixes

  • convert attribute transporter to module import via rename to .mjs (ff434da)

v6.1.0

18 Aug 23:45

Choose a tag to compare

6.1.0 (2025-08-18)

Features

  • add a11y attribute projection for hyperlink and hyperlink CTA (7d47815)