From 8400e0b382522cffe94554ab80155ee2f0ee046b Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Tue, 12 May 2026 15:07:32 -0700 Subject: [PATCH 01/17] docs: update README.md for project to major versioned doc links (#7513) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request ## 📖 Description Incorrect links as indicated by #7510, however we are currently on stable 2.x. This change directs the links to the appropriate stable major versioned pages. ### 🎫 Issues See #7510 big thanks to @banzalik for discovering this issue! ## ✅ Checklist ### General - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project. (cherry picked from commit 1f4c612cf4660c5b6a4475875f3f9653fb776129) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62a143a7ea7..ae9ed061c2b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For an in-depth explanation of FAST [see our docs introduction](https://fast.des [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-element.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-element) -The `@microsoft/fast-element` library is a lightweight means to easily build performant, memory-efficient, standards-compliant Web Components. FAST Elements work in every major browser and can be used in combination with any front-end framework or even without a framework. To get up and running with `@microsoft/fast-element` see [the Getting Started guide](https://fast.design/docs/fast-element/getting-started). +The `@microsoft/fast-element` library is a lightweight means to easily build performant, memory-efficient, standards-compliant Web Components. FAST Elements work in every major browser and can be used in combination with any front-end framework or even without a framework. To get up and running with `@microsoft/fast-element` see [the Getting Started guide](https://fast.design/docs/2.x/getting-started/quick-start/). ### `@fluentui/web-components` @@ -46,13 +46,13 @@ The source for `@fluentui/web-components` is hosted in [the Fluent UI monorepo]( We hope you're excited by the possibilities that FAST presents. But, you may be wondering where to start. Here are a few statements that describe various members of our community. We recommend that you pick the statement you most identify with and follow the links where they lead. You can always come back and explore another topic at any time. * "I just want ready-made components!" - * [Check out the FluentUI Web Components.](https://docs.microsoft.com/en-us/fluent-ui/web-components/) + * [Check out the FluentUI Web Components.](https://learn.microsoft.com/en-us/fluent-ui/web-components/) * "I want to build my own components." - * [Jump to the fast-element docs.](https://fast.design/docs/getting-started/quick-start) + * [Jump to the fast-element docs.](https://fast.design/docs/2.x/getting-started/quick-start/) * "I need to integrate FAST with another framework or build system." - * [Jump to the integration docs.](https://fast.design/docs/integrations) + * [Jump to the integration docs.](https://fast.design/docs/2.x/integrations/) * "I want to look at a quick reference." - * [Jump to the Cheat Sheet](https://fast.design/docs/1.x/resources/cheat-sheet) + * [Jump to the Cheat Sheet](https://fast.design/docs/1.x/resources/cheat-sheet) *(only available in 1.x)* ## Roadmap From 71eff8a9dfe4e411dd64bb8ce26489c17ec246c8 Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Wed, 20 May 2026 14:44:05 -0700 Subject: [PATCH 02/17] feat: propagate host attributes onto rendered host element (#7521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds support for propagating host attributes declared on the inner `