Devon Govett
Devon Govett
Fixes #8162 This updates the dependency on `@parcel/css` to `lightningcss` - the new name. It also re-implements the CSS packager using the new `bundleAsync` function of `lightningcss`. This means there...
TSC builds helpers that look like this: ```js var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || ... ``` The `this` reference there causes Parcel to mark the module as CommonJS. This...
TypeScript supports some [additional features](https://www.typescriptlang.org/docs/handbook/module-resolution.html) in its resolver on top of the Node resolution algorithm. These are configured in `tsconfig.json`. * `baseUrl` - a root directory from which to resolve...
Depends on #3421. Still some sections left to write, and some will change after the API improvements in #3266, but opening to get initial feedback!
This adds support for contextual help to all form elements. There is a `contextualHelp` prop, to which a `` element can be provided. This way there is no bundle size...
Related to #3221 After https://github.com/adobe/react-spectrum/pull/3421, it isn't possible to trigger drag and drop while in browse mode in NVDA/JAWS. This is the default when navigating to button elements, like in...
# 🙋 Feature Request We currently allow the page to scroll while popovers and menus are visible, and hide them when scrolling occurs to avoid janky repositioning. However, this leads...
# 🙋 Feature Request A `TreeView` allows users to navigate a hierarchical tree data structure, with expanding and collapsing items. It also allows multiple or single selection of items, focusable...
# 🙋 Feature Request A StepList displays a list of steps in a multi-step form, with a visualization of the current step, completed steps, and incomplete future steps. Users can...
# 🙋 Feature Request We should have tests for all components to sure they work in react [StrictMode](https://reactjs.org/docs/strict-mode.html). This is the default for new apps in create-react-app, so if there's...