# Link Component Changelog

## [Unreleased]

### Added

- Added `isNormal` prop to the Link component to allow normal font weight.
- Added unit test for `isNormal` prop.

### Removed

- Removed `isInverse` prop and all related inverse styling logic from the Link component.
- Removed support for inverse color variants and associated CSS classes.
- Cleaned up tests and documentation to eliminate references to inverse styling.

### Changed

- Simplified Link component props and class logic to only support standard color variants.
- Updated integration and unit tests to reflect the removal of inverse support.
- Updated documentation and usage examples to remove inverse-related content.

### Migration Notes

- If you previously used the `isInverse` prop or relied on inverse color styling, update your usage to use standard color variants or custom styles as needed.
- No breaking changes for standard usage without the `isInverse` prop.
