🐞 Patch Changes
-
#13773
3aa5337
Thanks @sijad! - Ignores lightningcss unsupported pseudo-class warning. -
#13833
5a6d2ae
Thanks @ascorbic! - Fixes an issue where session modules would fail to resolve in Node.js < 20.6 -
#13383
f7f712c
Thanks @Haberkamp! - Stop toolbar settings from overflowing -
#13794
85b19d8
Thanks @alexcarpenter! - Exclude pre tags froma11y-no-noninteractive-tabindex
audit check. -
#13373
50ef568
Thanks @jpwienekus! - Fixes a bug where highlights and tooltips render over the audit list window. -
#13769
e9fc456
Thanks @romanstetsyk! - Expand ActionError codes to include all IANA-registered HTTP error codes. -
#13668
866285a
Thanks @sapphi-red! - Replaces internal CSS chunking behavior for Astro components’ scoped styles to use Vite’scssScopeTo
feature. The feature is a port of Astro’s implementation so this should not change the behavior.