From 2a6324f3582b50f45ceb3ec15dae03eafdb73d7d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 29 Jul 2024 13:32:14 -0400 Subject: [PATCH] update docs --- docs/pages/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index bd11be60..a81101b2 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -16,6 +16,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the Czech translation [#2084] - Added the `base__popup` part to `` [#2078] +- Added the `suffix` slot and corresponding part to `` [#2063] - `` `closable` property now reflects. [#2041] - `` now implements a proper "roving tabindex" and `` is no longer tabbable by default. This aligns closer to the APG pattern for tabs. [#2041] - Fixed a bug in `` that did not allow checkboxes to be checked that were in submenus. [#2116]