Skip to content

Gluon v1.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:33
· 181 commits to main since this release
Immutable release. Only release title and notes can be modified.
971b370

[1.7.0] - 2026-08-05

Added

  • Added optional @gluonjs/i18n with 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/core installation from writing SKILL.md into
    consumer repositories; agent guidance remains available through the explicit
    npx gluon-skill command.
  • Made @gluonjs/reactivity an exact peer of @gluonjs/core and 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.