Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 24, 2024
1 parent bb7e840 commit ee79a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Fixed a bug in `<sl-relative-time>` where the title attribute would show with redundant info [#2184]
- Fixed a bug in `<sl-select>` that caused multi-selects without placeholders to have the wrong padding [#2194]
- Fixed a bug in `<sl-tooltip>` that caused a memory leak in disconnected elements [#2226]
- Fixed a bug in `<sl-select>` that caused an exception in an edge case using Edge + autofill [#2221]
- Improved the behavior of navigation dots in `<sl-carousel>` [#2220]
- Updated all checks for directionality to use `this.localize.dir()` instead of `el.matches(:dir(rtl))` so older browsers don't error out [#2188]

## 2.17.1
Expand Down

0 comments on commit ee79a46

Please sign in to comment.