Stephane Comeau
Stephane Comeau
# Pull Request ## 📖 Description Modifies anchored-region viewport lock to work in both directions. Previously the region would not overlap the anchor to remain within the viewport, this change...
## 📖 Description Data grid currently does not have any notion of selection built-in, this change adds that functionality for row selection.  ## ✅ Checklist ### General - [x]...
## 📖 Description This pr updates the dialog and toolbar elements to use [tabbable's](https://github.com/focus-trap/tabbable?msclkid=bb1d0c7fcd5b11ec81a99b1d2d3a9767) new shadom dom support. ### 🎫 Issues Removes some local code. ## 👩💻 Reviewer Notes ##...
## 📖 Description Adds the virtual-list component which can render an array of data using templates and also only render the items currently in/near the bounds of a viewport element....
# 🙋 Feature Request The accordion component has no testing of runtime functionality, click expand button opening/closing etc... We should add these in fast-foundation once we have moved to playright...
How the expanded state of fast tree-items is managed is confusing and should be reviewed. Most notable the `expanded` property can be `true` even if the item is not actually...
We should look at updating our dialog component to take advantage of new platform capabilities like those described in this article - https://web.dev/building-a-dialog-component/.
## 📖 Description Note: based on this branch, will reconcile after that's merged: https://github.com/microsoft/fast/pull/6260 Anchored region did not support anchoring to arbitrary coordinates. This change adds support for that as...
# Pull Request ## 📖 Description This change ports changes from https://github.com/microsoft/fast/pull/6260 to the archived version ### 🎫 Issues https://github.com/microsoft/fast/issues/6125 ## 👩💻 Reviewer Notes This does not include minor styling...
## 📖 Description Data-grid only invoked scroll into view when it was the scroll container itself and not as a variable height container that was taller than the page. This...