Artem Zakharchenko
Artem Zakharchenko
## What: The README should include the list of examples. Each example item should contain: 1. A thumbnail image. 1. A title. 1. A short description on the example's purpose....
## Changes - First, isolates the part of a logic of `createMediaQuery` that's responsible for parsing a Breakpoint into a list of query params. Adds `createQueryList` function. - Changes the...
## Changes - Adds `useCurrentBreakpoints` hook ## Issues - Closes #279 ## Release version - [ ] internal (no release required) - [ ] patch (bug fixes) - [x] minor...
## Changes - Manually filters out semantically invalid attributes from Box, Composition, and other styled components exported by the library. The same approach is [used in Emotion](https://emotion.sh/docs/styled#customizing-prop-forwarding), which prunes invalid...
## What Need to consider [Element Queries](https://marcj.github.io/css-element-queries/) non-standard feature. ## Why That is a brand new look at the components and their responsive behavior. I believe that in the conjuncture...
> This is an API refinement story preparation for the first major release. It introduces a breaking change and will be released respectively. ## What: I suggest to add the...
## What: I suggest to introduce an `Area` component to Atomic Layout. ## Why: `Area` component would act similarly to `Box`, but is designed to be used as a direct...
## When: 1. Declare the following Box: ```jsx Content ``` 2. Performing server-side rendering. ## Current behavior: There's a warning from React about unrecognized attribute on the DOM element that...
> **Please see the first comment under this issue for more accurate issue status.** ## What: I suggest that `useResponsiveValue` hook respected the behavior system used in responsive props. This...