fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# Pull Request ## 📖 Description This change points the `api-extractor` to the `di` and `context` export paths and adds this generated documentation to the documentation site. ### 🎫 Issues...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
# Pull Request ## 📖 Description This PR adds a new decorator for configuring `boolean` properties as CSS custom states. The decorator will attempt to call `attachInternals` on the element...
# 🙋 Documentation Request The documentation located in the `sites/website/` is currently undergoing updates for `@microsoft/fast-element` v2. At the moment we have a `TODO` for a document to set up...
# 🙋 Feature Request Currently FAST SSR supports autonomous custom elements and their API's. The implementation for customized built-ins is different and may necessitate alternative support for the renderer. This...
# 🙋 Feature Request Currently the fast-router is catching the URL changes from outside the webcomponent itself, too ## 🤔 Expected Behavior The router should have an option to enable/disable...
# 💬 RFC A feature I've been considering recently is the addition of a "connected" and "disconnected" lifecycle hook to FASTElement instances. These callbacks would be invoked by the ElementController...
# 🐛 Bug Report When using a TypeScript configuration of `"target": "ESNext"` creating elements with `fast-foundation` and `fast-element` results in attributes not responding to value updates. For example, for a...
# Pull Request ## 📖 Description Two use cases solved here: 1. Focusing on a non expanded item and then triggering a change in the items causes the focused item...
tabs active-indicator is janky on first change due to its `grid-column` css property being set to `0`. this is now fixed by conditionally assigning a value of, at least, `1`...