Oleksandr Fediashov
Oleksandr Fediashov
### Version 29.7.0 ### Steps to reproduce 1. Open https://stackblitz.com/edit/stackblitz-starters-7snujh 2. Run `jest` in a terminal 3. Notice failing tests ### Expected behavior Tests are simple and assert `require.resolve()` behavior:...
## Description Request for Comments (RFC) proposes the use of the Web Animations API for defining and utilizing motion animations in Fluent UI React components. It discusses various aspects including...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added To implement more complex motions like below: ```mermaid gantt title Balloon movement motion dateFormat...
## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
This PR tracks work for Semantic UI React v3 🎉 ## Pre beta-0 ✅ - [x] chore: replace `ta-scripts` with `release-it` ## For beta-0 ✅ - [x] All components support...
Semantic/Fomantic UI has breakpoints for small screens (https://fomantic-ui.com/elements/container.html) and there is support for device visibility breakpoints (https://fomantic-ui.com/collections/grid.html#device-visibility). But at the same point there is no `small screen only` :( It...
- **feat: add support for style resets in makeStyles** - **feat: add support for shorthands**
Fixes #442.
We need add a ESLint rule that will forbid `:hover,:active` selectors. ```js makeStyles({ root: { // 🟢 should pass ":hover": { color: "red" }, ":active": { color: "blue" }, //...