Skip to content

v2.1.0 - #658

Merged
lucaslarroche merged 47 commits into
mainfrom
dev
Mar 15, 2025
Merged

v2.1.0#658
lucaslarroche merged 47 commits into
mainfrom
dev

Conversation

@lucaslarroche

@lucaslarroche lucaslarroche commented Mar 9, 2025

Copy link
Copy Markdown
Member

Feature

Fixes

Chores

  • Update dependencies
  • Remove unnecessary Node.js version constraint

Zurga and others added 21 commits April 26, 2024 15:43
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that so it renders as expected.

```
<details class="dropdown">
   <summary> Select a phase of matter... </summary>
   <ul>
      <li>
         <details>
            <summary> This is a dropdown option </summary>
            <ul>
               <li><label><input type="radio" name="phase" value="gas"> Gas </label></li>
               <li><label><input type="radio" name="phase" value="plasma"> Plasma </label></li>
            </ul>
         </details>
      </li>
   </ul>
</details>
```
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Add :host to all uses of :root
Following Pico's philosophy of “give semantic HTML good styling”,
this element has semantics close to but slightly different from `<code>`,
and so I believe should be styled similarly.
fix: Card in modal does not use modal styling
Fix several typos throughout the project
fix(docs): remove trailing slash from html5 void elements
Support web components/shadow DOM
Style the `samp` element like `code`
@lucaslarroche lucaslarroche changed the title v2.0.7 v2.1.0 Mar 9, 2025
…awn-6.0.6

chore(deps): bump cross-spawn from 6.0.5 to 6.0.6
…ch-4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8
fix: don't count hidden rows in table stripes
Update _loading.scss not to affect form elements itself
@lucaslarroche lucaslarroche self-assigned this Mar 9, 2025
@claudiob

claudiob commented Apr 5, 2025

Copy link
Copy Markdown

Wow @lucaslarroche Thank you!! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.