fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🐛 Bug Report When trying this example given in [fast-foundation/saccordion/README.md](packages/web-components/fast-foundation/src/accordion/README.md) with the current master branch, I got an error. ## 💻 Repro or Code Sample **Example from doc** ```typescript...
## 📖 Description The current tooltip behavior can show multiple tooltips at the same time, most commonly a tooltip that shows because an element has been focused remains visible when...
# Pull Request ## 📖 Description Changes the `shadowroot` attribute on ``s to `shadowrootmode` per the standardized declarative shadow DOM when server rendering components. ## 👩💻 Reviewer Notes [web.dev](https://developer.chrome.com/docs/css-ui/declarative-shadow-dom) notes...
To make scripts compatible with Windows, set the environment variable. # Pull Request ## 📖 Description ### 🎫 Issues ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist...
# Pull Request ## 📖 Description Fixes some typos in the SSR README. Nothing major, just a little friction to getting things working :) ## ✅ Checklist ### General -...
This is a simple documentation update. The current tsconfig provided in the docs does not work at all. This updates the docs to include any ts file within the `src`...
# 🙋 Feature Request Add a callback to an element allowing users to know when the component element is done updating properties **and** has finished rendering those updates in the...
# Pull Request ## 📖 Description This PR updates the FAST Foundation project to use Storybook 8. - Switch the Storybook configuration from Webpack to Vite (`@storybook/html-vite`) - Update the...
# Pull Request ## 📖 Description This PR replaces Karma, Mocha, and Chai in `@microsoft/fast-web-utilities` with Playwright. ## 📑 Test Plan All tests should pass as expected. ## ✅ Checklist...
# 🙋 Feature Request Storybook 7 is now available: https://github.com/storybookjs/storybook/releases We should see if this new major release offers any improvements to the developer experience when working on Foundation components.