From cb93d527db3268e689933b249950c62ad1d3dae3 Mon Sep 17 00:00:00 2001 From: Varun Dalal Date: Fri, 6 Oct 2023 19:21:40 +0530 Subject: [PATCH] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 1d9578efd4..8bcc1dd3c6 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ * [DataTable]: added pinned rows functionality. **What's Fixed** +* [DropdownMenuButton]: Fix bug in `DropdownMenuButton` where `isDisabled` prop was not being passed to it's child `IconButton`. * [PickerItem]: fixed 'cx' prop * [Contexts]: fixed context initialization for react 18 with strict mode * [ModalWindow]: changed role attribute value from 'modal' to 'dialog'