From d82b1b655ae843c55426aba6321a1f84bfeb3a2d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 22 Oct 2025 11:27:38 -0400 Subject: [PATCH] update changelog --- packages/webawesome/docs/docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 3ec9fd600..102e640f9 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -35,6 +35,7 @@ Components with the Experimental badge sh - Fixed a bug in `` that caused icon buttons to render when non-text nodes were slotted in [issue:1475] - Fixed a bug in `` that prevented tooltips from showing when disconnecting and then reconnecting to the DOM [issue:1595] - Fixed a bug that caused the required `*` in form labels to have incorrect spacing in `` and `` [issue:1472] +- Fixed a bug in `` and `` that caused the component to prematurely hide when certain child elements are used [pr:1636] - Improved autofill styles in `` so they span the entire width of the visual input [issue:1439] - Modified `` to only show the tooltip on the handle being dragged when in range mode [issue:1320] - Improved [text utilities](/docs/utilities/text/) so that each size modifier always exactly matches the applied font size [pr:1602]