# Change Log - @fluentui-copilot/react-copilot-chat

This log was last generated on Sat, 08 Nov 2025 02:21:20 GMT and should not be manually modified.

<!-- Start content -->

## [0.13.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.13.1)

Sat, 08 Nov 2025 02:21:20 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.13.0..@fluentui-copilot/react-copilot-chat_v0.13.1)

### Patches

- chore: Update all imports of JSXElement and JSXIntrinsicElement to be from @fluentui/react-utilities ([PR #3432](https://github.com/microsoft/fluentai/pull/3432) by jiangemma@microsoft.com)
- chore: Update @fluentui/react-components and @fluentui/react-utilities peer dependencies ([PR #3433](https://github.com/microsoft/fluentai/pull/3433) by jiangemma@microsoft.com)

## [0.13.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.13.0)

Tue, 14 Oct 2025 00:04:53 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.6..@fluentui-copilot/react-copilot-chat_v0.13.0)

### Patches

- chore: enforce explicit return types. ([PR #3360](https://github.com/microsoft/fluentai/pull/3360) by tristan.watanabe@gmail.com)
- chore: bump @fluentui/react-components peer dep minbar to ^9.70.0. ([PR #3344](https://github.com/microsoft/fluentai/pull/3344) by twatanabe@microsoft.com)
- fix: migrate to React 19 compatible JSX and Ref types. ([PR #3355](https://github.com/microsoft/fluentai/pull/3355) by tristan.watanabe@gmail.com)
- chore: update react peer deps to support React 19. ([PR #3361](https://github.com/microsoft/fluentai/pull/3361) by tristan.watanabe@gmail.com)

## [0.12.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.6)

Mon, 29 Sep 2025 20:26:50 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.5..@fluentui-copilot/react-copilot-chat_v0.12.6)

### Patches

- fix: type issues after React 18 upgrade. ([PR #3341](https://github.com/microsoft/fluentai/pull/3341) by tristan.watanabe@gmail.com)

## [0.12.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.5)

Wed, 27 Aug 2025 23:20:53 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.4..@fluentui-copilot/react-copilot-chat_v0.12.5)

### Patches

- fix: clicking actionBarAccessibleButton sets focus to the actionBar ([PR #3307](https://github.com/microsoft/fluentai/pull/3307) by sarah.higley@microsoft.com)

## [0.12.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.4)

Thu, 17 Jul 2025 17:49:26 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.3..@fluentui-copilot/react-copilot-chat_v0.12.4)

### Patches

- feat: enable griffel raw styles ([PR #3227](https://github.com/microsoft/fluentai/pull/3227) by hochelmartin@gmail.com)

## [0.12.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.3)

Thu, 10 Jul 2025 17:18:09 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.2..@fluentui-copilot/react-copilot-chat_v0.12.3)

### Patches

- Update UserMessage background to use colorNeutralBackground3 ([PR #3213](https://github.com/microsoft/fluentai/pull/3213) by mgodbolt@microsoft.com)
- fix: Update action bar fallback positioning ([PR #3207](https://github.com/microsoft/fluentai/pull/3207) by jiangemma@microsoft.com)
- fix: Update action bar z-index to make it appear above overlapping content ([PR #3210](https://github.com/microsoft/fluentai/pull/3210) by jiangemma@microsoft.com)

## [0.12.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.2)

Tue, 01 Jul 2025 14:45:28 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.12.0..@fluentui-copilot/react-copilot-chat_v0.12.2)

### Patches

- chore: Bump v9 to 9.66.0 dependency deduplication followup ([PR #3176](https://github.com/microsoft/fluentai/pull/3176) by jiangemma@microsoft.com)
- Bump v9 to ^9.66.0 ([PR #3169](https://github.com/microsoft/fluentai/pull/3169) by jiangemma@microsoft.com)

## [0.12.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.12.0)

Thu, 12 Jun 2025 17:50:57 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.11.5..@fluentui-copilot/react-copilot-chat_v0.12.0)

### Minor changes

- chore: Remove deprecated CopilotMessageFooter component. ([PR #3071](https://github.com/microsoft/fluentai/pull/3071) by jiangemma@microsoft.com)
- chore: Remove deprecated CopilotMessage, UserMessage components. ([PR #3077](https://github.com/microsoft/fluentai/pull/3077) by jiangemma@microsoft.com)
- chore: Export CopilotMessageV2 and UserMessageV2 as CopilotMessage and UserMessage. ([PR #3084](https://github.com/microsoft/fluentai/pull/3084) by jiangemma@microsoft.com)

### Patches

- chore: Update typographyStyles import to use @fluentui-copilot/tokens instead of @fluentui/react-components ([PR #3125](https://github.com/microsoft/fluentai/pull/3125) by Humberto.Morimoto@microsoft.com)

## [0.11.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.11.5)

Wed, 28 May 2025 16:45:32 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.11.4..@fluentui-copilot/react-copilot-chat_v0.11.5)

### Patches

- fix: Change `ScrollDownButton` aria-label to not double-announce "button" ([PR #3037](https://github.com/microsoft/fluentai/pull/3037) by jiangemma@microsoft.com)

## [0.11.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.11.4)

Mon, 19 May 2025 18:04:27 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.11.3..@fluentui-copilot/react-copilot-chat_v0.11.4)

### Patches

- fix: remove clashing content properties with Slot props ([PR #3016](https://github.com/microsoft/fluentai/pull/3016) by hochelmartin@gmail.com)

## [0.11.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.11.3)

Sat, 03 May 2025 01:27:44 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.11.2..@fluentui-copilot/react-copilot-chat_v0.11.3)

### Patches

- chore: Bump @fluentui/react-components to 9.63.0. ([PR #2917](https://github.com/microsoft/fluentai/pull/2917) by estebanmu@microsoft.com)

## [0.11.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.11.2)

Wed, 30 Apr 2025 01:47:48 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.10.0..@fluentui-copilot/react-copilot-chat_v0.11.2)

### Patches

- chore: Bump @fluentui/react-components to 9.58.3. ([PR #2963](https://github.com/microsoft/fluentai/pull/2963) by owcampbe@microsoft.com)

## [0.10.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.10.0)

Thu, 20 Mar 2025 17:00:44 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.5..@fluentui-copilot/react-copilot-chat_v0.10.0)

### Patches

- chore: Updating imports of tokens to be imported from @fluentui-copilot/tokens instead of from @fluentui/react-components. ([PR #2745](https://github.com/microsoft/fluentai/pull/2745) by makotom@microsoft.com)
- feat: Add vNext styles to `AiGeneratedDisclaimer` ([PR #2809](https://github.com/microsoft/fluentai/pull/2809) by jiangemma@microsoft.com)

## [0.9.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.5)

Tue, 18 Feb 2025 22:28:02 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.4..@fluentui-copilot/react-copilot-chat_v0.9.5)

### Patches

- fix: UserMessage has a border in high contrast mode ([PR #2679](https://github.com/microsoft/fluentai/pull/2679) by sarah.higley@microsoft.com)

## [0.9.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.4)

Fri, 07 Feb 2025 02:02:08 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.3..@fluentui-copilot/react-copilot-chat_v0.9.4)

### Patches

- fix: Remove gap between `UserMessage` action bar items ([PR #2609](https://github.com/microsoft/fluentai/pull/2609) by jiangemma@microsoft.com)

## [0.9.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.3)

Wed, 29 Jan 2025 01:37:03 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.2..@fluentui-copilot/react-copilot-chat_v0.9.3)

### Patches

- fix: Make `role`, `tabIndex`, `aria-labelledby`, `aria-busy` of `CopilotMessageV2` overridable ([PR #2553](https://github.com/microsoft/fluentai/pull/2553) by jiangemma@microsoft.com)
- feat: Add ScrollDownButton implementation and stories ([PR #2561](https://github.com/microsoft/fluentai/pull/2561) by ololubek@microsoft.com)

## [0.9.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.2)

Thu, 09 Jan 2025 01:15:37 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.1..@fluentui-copilot/react-copilot-chat_v0.9.2)

### Patches

- fix: Add overflowWrap: anywhere to wrap long words. ([PR #2497](https://github.com/microsoft/fluentai/pull/2497) by owcampbe@microsoft.com)
- chore: Fix gap between elements in action slot of CopilotMessagev2. ([PR #2458](https://github.com/microsoft/fluentai/pull/2458) by ololubek@microsoft.com)

## [0.9.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.1)

Wed, 18 Dec 2024 08:55:41 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.9.0..@fluentui-copilot/react-copilot-chat_v0.9.1)

### Patches

- chore: Banning * exports. ([PR #2477](https://github.com/microsoft/fluentai/pull/2477) by makotom@microsoft.com)

## [0.9.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.9.0)

Tue, 10 Dec 2024 20:22:06 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.8.4..@fluentui-copilot/react-copilot-chat_v0.9.0)

### Minor changes

- fix: Change layout in CopilotMessageV2 to flex to allow for proper overflow behavior for the AIGeneratedDisclaimer. ([PR #2338](https://github.com/microsoft/fluentai/pull/2338) by ololubek@microsoft.com)

### Patches

- feat: add dir = auto to CopilotMessageV2 ([PR #2424](https://github.com/microsoft/fluentai/pull/2424) by ololubek@microsoft.com)
- fix: v2 messages have better message-only labelling ([PR #2445](https://github.com/microsoft/fluentai/pull/2445) by sarah.higley@microsoft.com)
- chore: Update CopilotMessageV2 stories with correct icon design ([PR #2427](https://github.com/microsoft/fluentai/pull/2427) by ololubek@microsoft.com)
- chore: remove maxWidth and justifyContent styling ([PR #2414](https://github.com/microsoft/fluentai/pull/2414) by ololubek@microsoft.com)

## [0.8.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.8.4)

Wed, 13 Nov 2024 02:03:42 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.8.3..@fluentui-copilot/react-copilot-chat_v0.8.4)

### Patches

- fix: remove onClick callback from UserMessageV2 to avoid showing a number in voice access. ([PR #2349](https://github.com/microsoft/fluentai/pull/2349) by ololubek@microsoft.com)

## [0.8.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.8.3)

Thu, 31 Oct 2024 17:41:08 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.8.2..@fluentui-copilot/react-copilot-chat_v0.8.3)

### Patches

- feat: Update latency flair color ([PR #2298](https://github.com/microsoft/fluentai/pull/2298) by ololubek@microsoft.com)
- chore: bump @fluentui dependencies to latest 9.55.1. ([PR #2243](https://github.com/microsoft/fluentai/pull/2243) by jiangemma@microsoft.com)
- feat: Add custom style hook to UserMessageV2 ([PR #2321](https://github.com/microsoft/fluentai/pull/2321) by jiangemma@microsoft.com)
- fix(react-copilot-chat): SystemMessage, Timestamp styles + stories fix ([PR #2229](https://github.com/microsoft/fluentai/pull/2229) by jiangemma@microsoft.com)

## [0.8.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.8.2)

Tue, 01 Oct 2024 20:51:18 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.8.0..@fluentui-copilot/react-copilot-chat_v0.8.2)

### Patches

- chore: Remove left padding from CopilotMessageV2 ([PR #2181](https://github.com/microsoft/fluentai/pull/2181) by ololubek@microsoft.com)

## [0.8.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.8.0)

Wed, 21 Aug 2024 00:26:05 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.9..@fluentui-copilot/react-copilot-chat_v0.8.0)

### Minor changes

- chore: Deprecate OutputV1 components in code. ([PR #1954](https://github.com/microsoft/fluentai/pull/1954) by ololubek@microsoft.com)

### Patches

- fix: Update UserMessage styles to remove nested styling of slots. ([PR #2032](https://github.com/microsoft/fluentai/pull/2032) by ololubek@microsoft.com)
- chore: Removing shorthands' usage now that griffel supports them. ([PR #1994](https://github.com/microsoft/fluentai/pull/1994) by Humberto.Morimoto@microsoft.com)
- chore: Bumping versions of @fluentui/* and @griffel/* packages to latest (corresponding to version 9.54.8 of @fluentui/react-components). ([PR #1993](https://github.com/microsoft/fluentai/pull/1993) by Humberto.Morimoto@microsoft.com)
- chore: bump react-components version to 9.54.10. ([PR #2018](https://github.com/microsoft/fluentai/pull/2018) by ololubek@microsoft.com)

## [0.7.9](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.9)

Mon, 05 Aug 2024 19:36:41 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.8..@fluentui-copilot/react-copilot-chat_v0.7.9)

### Patches

- chore: Update UserMessage stories and styles ([PR #1969](https://github.com/microsoft/fluentai/pull/1969) by ololubek@microsoft.com)
- fix: Update CopilotChat components style and stories. ([PR #1976](https://github.com/microsoft/fluentai/pull/1976) by ololubek@microsoft.com)

## [0.7.8](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.8)

Thu, 01 Aug 2024 22:28:23 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.7..@fluentui-copilot/react-copilot-chat_v0.7.8)

### Patches

- change to number grid layout ([PR #1932](https://github.com/microsoft/fluentai/pull/1932) by ololubek@microsoft.com)
- feat: Add focus on enter to action bar ([PR #1926](https://github.com/microsoft/fluentai/pull/1926) by ololubek@microsoft.com)

## [0.7.7](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.7)

Tue, 23 Jul 2024 00:56:26 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.6..@fluentui-copilot/react-copilot-chat_v0.7.7)

### Patches

- feat: Porting latency v1 design as a temporary solution in CopilotMessageV2. ([PR #1828](https://github.com/microsoft/fluentai/pull/1828) by makotom@microsoft.com)
- feat: Scaffold ActionBar components ([PR #1814](https://github.com/microsoft/fluentai/pull/1814) by ololubek@microsoft.com)
- feat: Implement UserMessage action bar ([PR #1855](https://github.com/microsoft/fluentai/pull/1855) by ololubek@microsoft.com)
- feat: Add hover and focus behavior to Usermessage action bar ([PR #1889](https://github.com/microsoft/fluentai/pull/1889) by ololubek@microsoft.com)
- chore: Removing unused ActionBar components. ([PR #1876](https://github.com/microsoft/fluentai/pull/1876) by ololubek@microsoft.com)
- Bump Fluent UI version to latest ([PR #1805](https://github.com/microsoft/fluentai/pull/1805) by jiangemma@microsoft.com)

## [0.7.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.6)

Thu, 20 Jun 2024 23:05:53 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.5..@fluentui-copilot/react-copilot-chat_v0.7.6)

### Patches

- chore: Updating UserMessage with new design including timestamp, background and right alignment. ([PR #1740](https://github.com/microsoft/fluentai/pull/1740) by Humberto.Morimoto@microsoft.com)
- fix: Removing extra gaps in ChatMessage v2 when certain slots are not present. ([PR #1755](https://github.com/microsoft/fluentai/pull/1755) by humbertomakotomorimoto@gmail.com)
- fix: Adding correct vertical alignment in footnote slot of CopilotMessage. ([PR #1758](https://github.com/microsoft/fluentai/pull/1758) by Humberto.Morimoto@microsoft.com)
- (feat): Add keyboard navigation and toolbar role to actions slot. ([PR #1742](https://github.com/microsoft/fluentai/pull/1742) by ololubek@microsoft.com)
- fix: Making some fit-and-finish styling changes to better match design specs. ([PR #1748](https://github.com/microsoft/fluentai/pull/1748) by humbertomakotomorimoto@gmail.com)
- fix: Fixing broken focus outline in CopilotMessageV2. ([PR #1750](https://github.com/microsoft/fluentai/pull/1750) by Humberto.Morimoto@microsoft.com)

## [0.7.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.5)

Thu, 13 Jun 2024 21:00:45 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.4..@fluentui-copilot/react-copilot-chat_v0.7.5)

### Patches

- feat: Create new v2 versions of the CopilotMessage and UserMessage components that have the new designs. ([PR #1708](https://github.com/microsoft/fluentai/pull/1708) by humbertomakotomorimoto@gmail.com)

## [0.7.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.4)

Fri, 31 May 2024 18:42:53 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.3..@fluentui-copilot/react-copilot-chat_v0.7.4)

### Patches

- chore: bump @fluentui dependencies to latest 9.52.0. ([PR #1657](https://github.com/microsoft/fluentai/pull/1657) by tristan.watanabe@gmail.com)
- chore: useStyle hook files now properly contain .styles. within filename. ([PR #1671](https://github.com/microsoft/fluentai/pull/1671) by tristan.watanabe@gmail.com)
- chore: add eslint-plugin-react-compiler ([PR #1642](https://github.com/microsoft/fluentai/pull/1642) by seanmonahan@microsoft.com)

## [0.7.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.3)

Wed, 15 May 2024 23:57:34 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.2..@fluentui-copilot/react-copilot-chat_v0.7.3)

### Patches

- chore: Update AIGeneratedDisclaimer styles to remove nowrap styling. ([PR #1628](https://github.com/microsoft/fluentai/pull/1628) by ololubek@microsoft.com)

## [0.7.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.2)

Wed, 08 May 2024 22:10:20 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.1..@fluentui-copilot/react-copilot-chat_v0.7.2)

### Patches

- chore: bump @fluentui/react-components to latest, 9.49.2 ([PR #1614](https://github.com/microsoft/fluentai/pull/1614) by sarah.higley@microsoft.com)

## [0.7.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.1)

Tue, 30 Apr 2024 20:55:43 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.7.0..@fluentui-copilot/react-copilot-chat_v0.7.1)

### Patches

- fix: additional announcement prop check before loading message ([PR #1591](https://github.com/microsoft/fluentai/pull/1591) by sarah.higley@microsoft.com)
- chore: bump @fluentui/react-components to latest, 9.49.0  ([PR #1580](https://github.com/microsoft/fluentai/pull/1580) by sarah.higley@microsoft.com)
- feat: CopilotChat updates default focus when new message appears ([PR #1481](https://github.com/microsoft/fluentai/pull/1481) by sarah.higley@microsoft.com)

## [0.7.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.7.0)

Wed, 10 Apr 2024 23:07:49 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-copilot-chat_v0.6.0..@fluentui-copilot/react-copilot-chat_v0.7.0)

### Minor changes

- fix: Replace usage of deprecated getNativeElementProps with getIntrinsicElementProps. ([PR #1512](https://github.com/microsoft/fluentai/pull/1512) by Humberto.Morimoto@microsoft.com)

## [0.6.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-copilot-chat_v0.6.0)

Wed, 13 Mar 2024 18:01:50 GMT 
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.5.1..@fluentui-copilot/react-copilot-chat_v0.6.0)

### Minor changes

- chore: rename package scope from @fluentai to @fluentui-copilot. ([PR #1440](https://github.com/microsoft/fluentai/pull/1440) by tristan.watanabe@gmail.com)

### Patches

- chore: update provider import to renamed @fluentui-copilot/react-provider.  ([PR #1441](https://github.com/microsoft/fluentai/pull/1441) by tristan.watanabe@gmail.com)
- chore: update output-card import to renamed @fluentui-copilot/react-output-card.  ([PR #1443](https://github.com/microsoft/fluentai/pull/1443) by tristan.watanabe@gmail.com)

## [0.5.1](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.5.1)

Fri, 01 Mar 2024 20:07:29 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.5.0..@fluentai/react-copilot-chat_v0.5.1)

### Patches

- chore: update aidisclaimer appearance and fix layout in output message footer ([PR #1409](https://github.com/microsoft/fluentai/pull/1409) by mgodbolt@microsoft.com)

## [0.5.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.5.0)

Thu, 15 Feb 2024 20:24:48 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.4.5..@fluentai/react-copilot-chat_v0.5.0)

### Minor changes

- chore: initial release to NPM. ([PR #1358](https://github.com/microsoft/fluentai/pull/1358) by tristan.watanabe@gmail.com)

## [0.4.4](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.4.4)

Fri, 02 Feb 2024 01:07:14 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.4.3..@fluentai/react-copilot-chat_v0.4.4)

### Patches

- fix: add missing peer dependencies from other Fluent AI package dependency. ([PR #1329](https://github.com/microsoft/fluentai/pull/1329) by tristan.watanabe@gmail.com)

## [0.4.3](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.4.3)

Thu, 18 Jan 2024 00:29:43 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.4.2..@fluentai/react-copilot-chat_v0.4.3)

### Patches

- feat: Release CopilotMessageFooter component. ([PR #1321](https://github.com/microsoft/fluentai/pull/1321) by owcampbe@microsoft.com)

## [0.4.2](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.4.2)

Thu, 11 Jan 2024 22:33:54 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.4.0..@fluentai/react-copilot-chat_v0.4.2)

### Patches

- fix: apply message attributes to UserMessage so that links in message are properly focusable. ([PR #1305](https://github.com/microsoft/fluentai/pull/1305) by mgodbolt@microsoft.com)

## [0.4.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.4.0)

Tue, 12 Dec 2023 16:35:16 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.3.0..@fluentai/react-copilot-chat_v0.4.0)

### Minor changes

- feat: Add accessibleHeading slot to SystemMessage and update ref type. ([PR #1203](https://github.com/microsoft/fluentai/pull/1203) by owcampbe@microsoft.com)

### Patches

- feat: Create CopilotMessageFooter component. ([PR #1187](https://github.com/microsoft/fluentai/pull/1187) by owcampbe@microsoft.com)
- fix: Stop overwriting the 'as' prop in Timestamp. ([PR #1208](https://github.com/microsoft/fluentai/pull/1208) by owcampbe@microsoft.com)
- feat: Create CopilotMessageFooter component. ([PR #1180](https://github.com/microsoft/fluentai/pull/1180) by owcampbe@microsoft.com)

## [0.3.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.3.0)

Wed, 15 Nov 2023 00:55:21 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.2.1..@fluentai/react-copilot-chat_v0.3.0)

### Minor changes

- chore: move @fluentui dependencies to peer dependencies. ([PR #979](https://github.com/microsoft/fluentai/pull/979) by tristan.watanabe@gmail.com)
- Update to the latest version of OutputCard ([PR #1138](https://github.com/microsoft/fluentai/pull/1138) by mgodbolt@microsoft.com)
- feat: CopilotMessage handles loading and loaded announcements by default ([PR #1150](https://github.com/microsoft/fluentai/pull/1150) by sarah.higley@microsoft.com)
- Bump @fluentai/output-card to v0.5.0 ([PR #1169](https://github.com/microsoft/fluentai/pull/1169) by beachball)
- Bump @fluentai/provider to v0.6.0 ([PR #1169](https://github.com/microsoft/fluentai/pull/1169) by beachball)

### Patches

- feat: add Timestamp component to react-copilot-chat. ([PR #1127](https://github.com/microsoft/fluentai/pull/1127) by owcampbe@microsoft.com)
- fix: Add focus outline styles to UserMessage. ([PR #1135](https://github.com/microsoft/fluentai/pull/1135) by owcampbe@microsoft.com)
- feat: Implementing SystemMessage component ([PR #1044](https://github.com/microsoft/fluentai/pull/1044) by owcampbe@microsoft.com)
- feat: use headings to structure chat messages, expose headings as slots ([PR #1130](https://github.com/microsoft/fluentai/pull/1130) by sarah.higley@microsoft.com)
- feat: Adding AiGeneratedDisclaimer component ([PR #1052](https://github.com/microsoft/fluentai/pull/1052) by owcampbe@microsoft.com)
- chore: Migrate react-copilot-chat to new slots API. ([PR #1105](https://github.com/microsoft/fluentai/pull/1105) by owcampbe@microsoft.com)
- chore: bump peer deep range to latest @fluentui/react-components 9.37.3. ([PR #1125](https://github.com/microsoft/fluentai/pull/1125) by tristan.watanabe@gmail.com)
- Add SystemMessage component ([PR #1032](https://github.com/microsoft/fluentai/pull/1032) by owcampbe@microsoft.com)
- fix: add outline stroke around UserMessage to make it visible in HC mode. ([PR #1119](https://github.com/microsoft/fluentai/pull/1119) by owcampbe@microsoft.com)

## [0.2.1](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.2.1)

Mon, 25 Sep 2023 20:31:08 GMT
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/react-copilot-chat_v0.2.0..@fluentai/react-copilot-chat_v0.2.1)

### Patches

- fix: bump swc core to mitigate transpilation memory leaks. ([PR #972](https://github.com/microsoft/fluentai/pull/972) by tristan.watanabe@gmail.com)
- fix: ensure groupper is initialized so that CopilotMessage focus works correctly ([PR #964](https://github.com/microsoft/fluentai/pull/964) by mgodbolt@microsoft.com)
- Bump @fluentai/output-card to v0.4.1 ([commit](https://github.com/microsoft/fluentai/commit/f633e55414cd3ed596793f7e8916d87a242d8c0d) by beachball)

## [0.2.0](https://github.com/microsoft/fluentai/tree/@fluentai/react-copilot-chat_v0.2.0)

Fri, 22 Sep 2023 02:11:56 GMT

### Minor changes

- Bump @fluentai/output-card to v0.4.0 ([PR #961](https://github.com/microsoft/fluentai/pull/961) by beachball)

### Patches

- feat: add Announce to CopilotMessage and UserMessage ([PR #953](https://github.com/microsoft/fluentai/pull/953) by sarah.higley@microsoft.com)
- Initial release ([PR #924](https://github.com/microsoft/fluentai/pull/924) by mgodbolt@microsoft.com)
- add defaultFocused prop and set up tabster to listen for it ([PR #950](https://github.com/microsoft/fluentai/pull/950) by mgodbolt@microsoft.com)
- make announce or messages opt in ([PR #961](https://github.com/microsoft/fluentai/pull/961) by mgodbolt@microsoft.com)
