fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# Pull Request ## 📖 Description typo fix ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [x] I have included a change request file...
# Pull Request Add search bar to the documentation site. ## 📖 Description Currently, the documentation site does not have a search bar. I implemented a search bar using: -...
fixing the link to integrations page in the docs
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
# 🙋 Feature Request Create a starter project or project generator for fast-element. ## 🤔 Expected Behavior A project generator tool should allow users to quickly create new fast-element projects...
# 💬 RFC The current rollup bundle for `fast-element` includes everything that is currently available with FAST. With that, the size of importing fast-element itself as a module for basic...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
# 🐛 Bug Report Given a component whose template uses a derived token value, as instances of that component are replaced in the DOM, the old, detached instances cannot be...
For example, on this page: https://fast.design/docs/api/fast-element.attr
# 🙋 Feature Request Styles including linked stylesheets may ccome from anywhere, to prevent this from becoming too prescriptive and having to include it into every component explicitly, we should...