Skip to content

v7.7.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:14

7.7.0-beta.4 (2026-07-07)

🐞 Bug Fixes

  • A connected element may disconnect while style pre-process (theme etc) takes place so should not be refreshed as disconnected element will have no theme, so no theme macros etc. causing downstream errors. A connected check now takes place after pre-process and does not refresh if disconnected. (d33664e)