Gluon v1.7.0
·
181 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
[1.7.0] - 2026-08-05
Added
- Added optional
@gluonjs/i18nwith an application plugin,useI18n()injection, reactive locale state, deterministic fallback strings, interpolation, and locale-scoped lazy namespace loading so core remains free of the i18n surface.
Fixed
- Restored conditional nested templates, including keyed
repeat()children,
after the same child Part temporarily renders primitive text. - Stopped normal
@gluonjs/coreinstallation from writingSKILL.mdinto
consumer repositories; agent guidance remains available through the explicit
npx gluon-skillcommand. - Made
@gluonjs/reactivityan exact peer of@gluonjs/coreand verify that
packed consumers resolve the renderer and application state to one runtime. - Added a focused aggregate SPDX closure gate for every declared package
dependency in the lockstep release train. - Kept packed release type verification deterministic across Storybook 10.5's
transitive React declaration reference without making React an adapter
runtime or peer dependency.