🐞 Patch Changes
-
#12223
79ffa5dThanks @ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
buttonelement can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of alabel. -
#12199
c351352Thanks @ematipico! - Fixes a regression in the computation ofAstro.currentLocale -
#12222
fb55695Thanks @ematipico! - Fixes an issue where the edge middleware couldn’t correctly compute the client IP address when callingctx.clientAddress()