v7.0.0-rc-339.1
Pre-release
Pre-release
7.0.0-rc-339.1 (2026-05-01)
- feat!: removed relative attribute and hardcoded default url #315 (187ccb2)
- feat!: upgrade package tooling to use auro-cli (2d9daf9), closes AlaskaAirlines/auro-cli#108 AlaskaAirlines/auro-cli#109 AlaskaAirlines/auro-cli#110 AlaskaAirlines/auro-cli#111
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
- add
appearanceand deprecateondark#304 (8c01707) - update dependencies and enhance package exports (1375d76), closes AlaskaAirlines/auro-cli#182
Performance Improvements
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.