Skip to content

Commit

Permalink
add changelog entry (#2219)
Browse files Browse the repository at this point in the history
* add changelog entry

* prettier
  • Loading branch information
KonnorRogers authored Oct 16, 2024
1 parent b144988 commit b4a3b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Updated all checks for directionality to use `this.localize.dir()` instead of `el.matches(:dir(rtl))` so older browsers don't error out [#2188]
- Added Finnish translations [#2211]
- Added the `.focus` function to `<sl-radio-group>` [#2192]
- Fixed a bug with with `<sl-select>` not respecting its initial value. [#2204]
- Fixed a bug in `<sl-tab-group>` when removed from the DOM too quickly. [#2218]
- Fixed a bug with `<sl-select>` not respecting its initial value. [#2204]
- Fixed a bug with certain bundlers when using dynamic imports [#2210]
- Fixed a bug in `<sl-textarea>` causing scroll jumping when using `resize="auto"` [#2182]
- Fixed a bug in `<sl-relative-time>` where the title attribute would show with redundant info [#2184]
Expand Down

0 comments on commit b4a3b32

Please sign in to comment.