fast icon indicating copy to clipboard operation
fast copied to clipboard

The adaptive interface system for modern web experiences.

Results 374 fast issues
Sort by recently updated
recently updated
newest added

# 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...

dependencies

# 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...

feature
area:fast-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...

docs:article
status:planned

# 🙋 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
status:needs-investigation
status:under-consideration
area:ssr

# 🙋 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...

feature
status:under-consideration
area:fast-router

# 💬 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...

status:under-consideration
area:fast-element

# 🐛 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...

bug
status:needs-investigation
area:fast-element
community:noteworthy

# 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`...