fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# Pull Request ## 📖 Description Removal of the `@microsoft/fast-react-wrapper` as this is being deprecated. ### 🎫 Issues Closes #6952. ## 👩💻 Reviewer Notes Removal of the reference in the...
# 🙋 Feature Request It would be very convenient to provide the `html.partial()` and `css.partial` methods as tagged template literal functions. Perhaps both the methods and the tagged template literal...
# Pull Request ## 📖 Description This PR addresses a couple design-token-related bugs: 1. Removing/adding a child element does not update the CSS token reflection of that child. E.g. -...
# 🐛 Bug Report Some bindings that should be marked as volatile are not, so changes may not be properly detected. 1. While there is [code to detect some conditionals](https://github.com/microsoft/fast/blob/9c6dbb66615e6d229fc0ebf8065a67f109139f26/packages/web-components/fast-element/src/observation/observable.ts#L92)...
# Pull Request ## 📖 Description This change replaces `yarn` and `lerna` with `npm` workspaces. This should help a lot with dependency management as we were on yarn 1 which...
# Pull Request ## 📖 Description This change: - Removes the nektos workflow checks in favor of using githubs CLI - Removes an unused helper function now that `@microsoft/fast-components` and...
# Description Currently for testing purposes, `@microsoft/fast-ssr` relies on `@microsoft/fast-foundation`. Since `@microsoft/fast-foundation` is deprecated, this should be removed. ## Possible solution Create components with the necessary configurations for testing the...
Adds support for FASTElement hydration # Pull Request ## 📖 Description This PR consolidates Server-Side Rendering (SSR) related changes made by @nicholasrice from a Microsoft internal fork. Below is the...
# Pull Request ## 📖 Description With the project re-alignment goals (#6955) this change seeks to highlight the use of `@microsoft/fast-element` as the package the documentation site is now focused...
# 🙋 Documentation Request Add a context and state document to the documentation site, it should be based off the use in the todo example app and showcase how state...