v0.34.1 — The panel opens again
A hotfix. 0.34.0 could not be opened at all — please update.
Fixed
- The Font Manager control never appeared. The settings key list added in 0.34.0 was declared beside the functions that read it, several hundred lines below the state object that fingerprints the settings as it is built.
varhoisting supplies the name but not the value, so the fingerprint readundefined,panel.jsthrew before it could register its Settings Bar control, and the plugin was unreachable from the builder. The list is now declared above the state it feeds. - CI could not have caught it.
node --checkparses a file and stops there, so it passed happily on a script that died on its first line of real work.tools/boot-check.jsnow boots the panel against a stubbed DOM and fails the build if it throws; run against 0.34.0 it reproduces the exact error.
Everything in 0.34.0 is unchanged and now reachable.