astrobot-houston
released this
15 Oct 07:38
·
440 commits
to main
since this release
Patch Changes
-
#12223
79ffa5d
Thanks @ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
button
element 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
c351352
Thanks @ematipico! - Fixes a regression in the computation ofAstro.currentLocale
-
#12222
fb55695
Thanks @ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when callingctx.clientAddress()