From 6e477b743e41b2b37627c8208901704f599b762a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 22 Mar 2024 09:13:15 -0400 Subject: [PATCH 1/2] refactor(searchbar): autocapitalize defaults to off (#29107) BREAKING CHANGE: The `autocapitalize` property on Searchbar now defaults to `'off'`. --- BREAKING.md | 5 +++++ core/api.txt | 2 +- core/src/components.d.ts | 2 +- core/src/components/searchbar/searchbar.tsx | 17 +---------------- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/BREAKING.md b/BREAKING.md index 7b9eb8dc67..bf44f563dc 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -30,6 +30,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver - [Progress bar](#version-8x-progress-bar) - [Radio](#version-8x-radio) - [Range](#version-8x-range) + - [Searchbar](#version-8x-searchbar) - [Select](#version-8x-select) - [Textarea](#version-8x-textarea) - [Toggle](#version-8x-toggle) @@ -264,6 +265,10 @@ For more information on styling toast buttons, refer to the [Toast Theming docum - The `legacy` property and support for the legacy syntax, which involved placing an `ion-range` inside of an `ion-item` with an `ion-label`, have been removed. Ionic will also no longer attempt to automatically associate form controls with sibling `