|
Ran
|
Jobs
1
|
Files
1
|
Run time
1min
|
Badge
README BADGES
|
push
github
Bump @chakra-ui/react from 2.10.9 to 3.28.0 in the chakra-ui group (#640) Bumps the chakra-ui group with 1 update: [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react). Updates `@chakra-ui/react` from 2.10.9 to 3.28.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases"><code>@chakra-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@chakra-ui/react</code><a href="https://github.com/3"><code>@3</code></a>.28.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10374">#10374</a> <a href="https://github.com/chakra-ui/chakra-ui/commit/e62bae7b9"><code>e62bae7</code></a> Thanks <a href="https://github.com/Adebesin-Cell"><code>@Adebesin-Cell</code></a>! - Add new <code>TagsInput</code> component for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.</p> <pre lang="tsx"><code>import { Span, TagsInput } from "@chakra-ui/react" <p>export const TagsInputBasic = () => { return ( <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}> <TagsInput.Label>Tags</TagsInput.Label> <TagsInput.Control> <TagsInput.Items /> <TagsInput.Input placeholder="Add tag..." /> </TagsInput.Control> </TagsInput.Root> ) } </code></pre></p> </li> <li> <p><a href="https://github.com/chakra-ui/chakra-ui/commit/bf31e2a9d"><code>bf31e2a</code></a> Thanks <a href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>! - - <strong>Checkbox</strong></p> <ul> <li>Fix issue where setting initial checked state to <code>indeterminate</code> doesn't work</li> <li>Ensure <code>api.checkedState</code> returns the correct checked state</li> <li><strong>Collapsible</strong> <ul> <li>Add support for <code... (continued)
28 of 961 branches covered (2.91%)
Branch coverage included in aggregate %.
94 of 4194 relevant lines covered (2.24%)
0.05 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2217 |
2.37 |
0.0% | .pnp.cjs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18923780481.1 | 1 |
2.37 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|