Skip to content

Commit

Permalink
chore: change files
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jan 10, 2025
1 parent 6221718 commit d3a911d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: support Enter and Space interaction, if rendered as span",
"packageName": "@fluentui/react-link",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { linkBehaviorDefinition, validateBehavior, ComponentTestFacade } from '@
import { isConformant } from '../../testing/isConformant';
import { Link } from './Link';
import { LinkProps } from './Link.types';
import { Enter } from '@fluentui/keyboard-keys';

describe('Link', () => {
isConformant<LinkProps>({
Expand Down

0 comments on commit d3a911d

Please sign in to comment.