v2.1.0 - #658
Merged
Merged
Conversation
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`
…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
Fix details inside drop-down being rendered as dropdown
refactor: move nested sass declarations after non-nested declarations
Remove dotted border on [role=button] elements with a tooltip
|
Wow @lucaslarroche Thank you!! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature
<samp>like<code>, by @ISSOtmStyle the
sampelement likecode#644Fixes
<article>elements, by @Zurgafix: Card in modal does not use modal styling #528, Card inside a Dialog does not have the correct width. #527
Fix several typos throughout the project #613
fix(docs): remove trailing slash from html5 void elements #538
:hostalongside:rootfor better Web Components and Shadow DOM support, by @rcoupSupport web components/shadow DOM #641, Support for Web Components / Shadow DOM #439
fix: don't count hidden rows in table stripes #585
<form>from loading indicators (aria-busy="true") to prevent conflicts with frameworks like Rails, by @coezbekUpdate _loading.scss not to affect form elements itself #625
Fix details inside drop-down being rendered as dropdown #615
refactor: move nested sass declarations after non-nested declarations #596, Fix SASS Deprecation Warning #575, Deprecation warnings with Sass 1.77.8 #577
[role="button"]elements with a tooltip ([data-tooltip]), by @panda-madnessRemove dotted border on [role=button] elements with a tooltip #587
refactor: move nested sass declarations after non-nested declarations #596, Fix SASS Deprecation Warning #575, Deprecation warnings with Sass 1.77.8 #577
Chores