ionic-team / ionic-docs

https://ionicframework.com/docs
Apache License 2.0
590 stars 3.04k forks source link

Updating from Ionic 6 to 7 - Missing breaking change on ion-select #3857

Open alexxandres opened 1 month ago

alexxandres commented 1 month ago

URL

https://ionicframework.com/docs/updating/7-0

Issue Description

I am migrating and I can see a label in a select is not centered anymore while no change is specified regarding "ion-select".

I've checked https://ionicframework.com/docs/v7/api/select and I can see there is a section related to legacy syntax. I've added "legacy" attribute to "true" and I've got my label centered as before.

I think this breaking change should be part of the doc "Updating from Ionic 6 to 7".