Sam Menza
Sam Menza
When version is set to `insider preview` and browserName is `MicrosoftEdge`, the driver name should be `MicrosoftEdgeChromium` resolves: #1113
**Enhancement** Resource middleware mock As we start using the resource middleware more it could be useful to have a resource mock to use when testing. I'd imagine this could be...
Noticed the link to Leadfoot's command object was broken
**Enhancement** Currently the interface for an invalid message object is neither defined nor exported. The invalid message object is part of the definition of `Validity` found at https://github.com/dojo/widgets/blob/master/src/form/middleware.ts#L4 however, more...
**Enhancement** Update the `Grid` widget so that if no `height` parameter is provided, the `Grid`'s height would be set to the highest it can be, given a specific viewport. A...
**Enhancement** Currently there are a host of different specialized inputs for password, email, etc. It would be useful to add a `PhoneInput` widget to the repertoire.
**Enhancement** Automatically turn positional popups into "modals" for mobile, similar to https://material.io/components/dialogs#alert-dialog (horizontally & vertically centered). Stems from the discussion here: https://github.com/dojo/widgets/issues/1414
**Enhancement** Suggestion to create a mock function that would allow for easier testing of widgets that have child render functions. For instance the form widget could have a mock function...
**Enhancement** Relates to the [tree widget](https://github.com/dojo/widgets/issues/1214). Right now pagination is not supported for data used with the tree widget. This feature would be to add support for data queries used...
## Describe the bug For pages not returned in the list of slugs on initial call of `getStaticPaths` (for example, a new page added or a non existent page), no...