Skip to content

v7.0.0-rc-336.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Feb 17:59

7.0.0-rc-336.1 (2026-02-10)

Bug Fixes

  • adjust icon alignment #333 (066290a)
  • correct extra spacing before referrer icon #333 (279dd65)
  • make hyperlink render when relative and target='_blank' are set #315 (56e0b98)
  • remove additional aria-pressed code (8364a8b)
  • remove aria-pressed behavior #239 #332 (8d42f69)
  • removed isRelative function and modify relative logic (7a2e12d)

Features

Performance Improvements

  • modenize component example documentation #325 (57ca0e2)

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.