Skip to content

Commit

Permalink
update changelog; #1787
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Dec 13, 2023
1 parent 75c45a2 commit a21ab1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Added the `hover-bridge` feature to `<sl-popup>` to support better tooltip accessibility [#1734]
- Fixed a bug in `<sl-input>` and `<sl-textarea>` that made it work differently from `<input>` and `<textarea>` when using defaults [#1746]
- Fixed a bug in `<sl-select>` that prevented it from closing when tabbing to another select inside a shadow root [#1763]
- Fixed a bug in `<sl-spinner>` that caused the animation to appear strange in certain circumstances [#1787]
- Improved the accessibility of `<sl-tooltip>` so they persist when hovering over the tooltip and dismiss when pressing [[Esc]] [#1734]

## 2.12.0
Expand Down
1 change: 0 additions & 1 deletion src/components/spinner/spinner.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import componentStyles from '../../styles/component.styles.js';
// without flex:none applied, the spinner can grow/shrink and break the animation
// flex:none hopes to prevent this by always having the spinner sized according to its actual dimensions


export default css`
${componentStyles}
Expand Down

0 comments on commit a21ab1d

Please sign in to comment.