From 4b524c658d6aa619c9bbc61d77a6f5ebe625d124 Mon Sep 17 00:00:00 2001 From: Saurabh Chavan Date: Thu, 5 Mar 2026 14:17:26 +0530 Subject: [PATCH] fix: fixed the clear text voiceover issue for main branch with changelog update and bump version --- .../pluggableWidgets/gallery-text-filter-native/CHANGELOG.md | 4 ++++ .../pluggableWidgets/gallery-text-filter-native/package.json | 2 +- .../src/components/FilterComponent.tsx | 2 ++ .../gallery-text-filter-native/src/package.xml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md index 09499d90d..4a7ced181 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md +++ b/packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- Fixed VoiceOver/TalkBack not announcing the clear text button. + ## [2.0.1] - 2025-12-15 - Updated react-native-svg to v15.12.1. This addresses compatibility issues with React Native 0.78 and later versions. diff --git a/packages/pluggableWidgets/gallery-text-filter-native/package.json b/packages/pluggableWidgets/gallery-text-filter-native/package.json index d00e2da8a..aad1c4a34 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/package.json +++ b/packages/pluggableWidgets/gallery-text-filter-native/package.json @@ -1,7 +1,7 @@ { "name": "gallery-text-filter-native", "widgetName": "GalleryTextFilter", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx b/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx index e42090147..a37b90d7c 100644 --- a/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx +++ b/packages/pluggableWidgets/gallery-text-filter-native/src/components/FilterComponent.tsx @@ -95,6 +95,8 @@ export default function FilterComponent(props: FilterComponentProps): ReactEleme /> {value !== "" ? ( - +