Skip to content

Commit

Permalink
Merge branch 'next' into current
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 24, 2024
2 parents 6f0cd9a + 83fe1ff commit aa6be4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Components with the <sl-badge variant="warning" pill>Experimental</sl-badge> bad

New versions of Shoelace are released as-needed and generally occur when a critical mass of changes have accumulated. At any time, you can see what's coming in the next release by visiting [next.shoelace.style](https://next.shoelace.style).

## 2.13.1

- Fixed a bug where the safe triangle was always visible when selecting nested `<sl-menu>` elements [#1835]

## 2.13.0

- Added the `hover-bridge` feature to `<sl-popup>` to support better tooltip accessibility [#1734]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shoelace-style/shoelace",
"description": "A forward-thinking library of web components.",
"version": "2.13.0",
"version": "2.13.1",
"homepage": "https://github.com/shoelace-style/shoelace",
"author": "Cory LaViska",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/components/menu-item/menu-item.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default css`
right: 0;
bottom: 0;
left: 0;
background: tomato;
clip-path: polygon(
var(--safe-triangle-cursor-x, 0) var(--safe-triangle-cursor-y, 0),
var(--safe-triangle-submenu-start-x, 0) var(--safe-triangle-submenu-start-y, 0),
Expand Down

0 comments on commit aa6be4d

Please sign in to comment.