fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🙋 Feature Request Implement a DesignToken resolution strategy that correctly resolves DesignTokenNode hierarchies in SSR environments. ## 🤔 Expected Behavior ## 😯 Current Behavior The default resolution strategy implemented...
# 🙋 Feature Request DesignToken should support registration of a root that can be used in SSR environments to store and emit CSS custom properties for a compilation context. ##...
# Pull Request ## 📖 Description Resolves and deduplicates the yarn lockfile. ## ✅ Checklist ### General - [ ] I have included a change request file using `$ yarn...
Hi, I'm facing an issue with Fluent Checkbox. When I try to set "disabled" attribute on the control, the VS Code throw an error message: > Type '{ children: string;...
# 🐛 Bug Report When using keyboard navigation to navigate a data grid on a small screen, cells are focused but may not be brought fully into view. This is...
# 🐛 Bug Report The FAST tooltip variable `visible` is declared as a `boolean` here, https://github.com/microsoft/fast/blob/775d51602cba544347ec1e57fdb4fea248d1b1b5/packages/web-components/fast-foundation/src/tooltip/tooltip.ts#L33 but has the possibility of being `undefined` in this function. https://github.com/microsoft/fast/blob/775d51602cba544347ec1e57fdb4fea248d1b1b5/packages/web-components/fast-foundation/src/tooltip/tooltip.ts#L544-L557 Because `visible` is...
# Pull Request ## 📖 Description Modifies anchored-region viewport lock to work in both directions. Previously the region would not overlap the anchor to remain within the viewport, this change...
# Pull Request ## 📖 Description A slight refactoring of the previous `neutralLayer` recipes and tokens to be more general purpose. Now supports both a "Fixed" set of recipes following...
Last week @chrisdholt shared [our vision for the future of FAST Components](https://github.com/microsoft/fast/issues/5849). In that post, we briefly touched on how FAST Foundation might evolve and play a more prominent role...
# 🐛 Bug Report I brought up this behavior in this [Discord post](https://discord.com/channels/449251231706251264/482296787021856768/1005149970665574501) in order to determine if there was an explicit reason why the `Combobox` didn't update its value...