John Kreitlow
John Kreitlow
Redesign
# Pull Request ## π Description Converts the test suite in `fast-foundation` from Karma to Playwright. ### π« Issues Resolves #5805 ## π©βπ» Reviewer Notes ## π Test Plan ##...
# π Bug Report When navigating between tabs in the `` component with the keyboard, the `Home` and `End` keys direct focus to the first and last items regardless of...
# Pull Request ## π Description Resolves and deduplicates the yarn lockfile. ## β Checklist ### General - [ ] I have included a change request file using `$ yarn...
# π Bug Report The `` element allows for the `e` character to be entered. ## π» Repro or Code Sample 1. Go to https://explore.fast.design/components/fast-number-field 2. Click the number field...
# π Bug Report When a menu item's `hidden` state changes after its parent menu is connected, it remains in the parent menu's navigation order. ## π» Repro or Code...
# π Feature Request For the `calendar` component, some minor restructuring around types is needed so we can avoid hard-coding values in the story `argTypes`. Some of the template partials...
# π Feature Request Migrate relevant component tests from Karma to Playwright in `@microsoft/fast-foundation`. ## π Possible Solution Playwright testing requires a web server of some kind to be running...
# π Bug Report It seems that Rollup doesn't support the use of the `exports` field in package.json. Probably related: * https://github.com/rollup/rollup/issues/3514 * https://github.com/rollup/plugins/issues/1192 * https://github.com/rollup/plugins/issues/1058 * https://github.com/rollup/plugins/issues/208 ## π€...
As mentioned in #3452, a Webpack-specific version of the template literals transformers would allow compressing `css` and `html` tagged template literals in bundles. This would be a good addition for...