v0.6.0
Release v0.6.0
This release includes all changes since the previous version.
Installation
npm install langsys-js-react@0.6.0Changes in this release
7dcba82
docs: backfill missing CHANGELOG entry for 0.2.1
v0.2.1 shipped with no changelog section — the only tag-vs-heading gap
in this repo. Reconstructed from git log v0.2.0..v0.2.1 and marked
retroactive with the reconstruction date, so the record stays honest
rather than implying it was written at release time.
cdc237e
docs: sharpen retroactive 0.2.1 entry with sourced base-SDK details
The base-SDK maintainer supplied per-release summaries, now real
sections in their changelog rather than commit archaeology, so the
specifics can be cited. Also notes that ^0.2.2 admits base 0.2.3,
whose ready()-never-settles fix presented in this wrapper as
/ mounting but never rendering on SSR-seeded pages.
ca284b4
docs: correct four changelog dates against the npm publish record
Applied the same audit the base SDK ran, to this repo: 0.4.2 and 0.4.3
were dated 2026-07-08 but published 2026-08-08; 0.2.0 was off by a day
and 0.1.0 by nearly two weeks. All nine entries now match
'npm view langsys-js-react time'.
Notably 0.4.2/0.4.3 were written at release time, not reconstructed —
the session clock disagreed with the publish record by a month.
e2dc403
feat: base SDK ^0.6.0 (md5 custom_id fix + PHP phrase-marker interop)
Both fixes are inherited — no wrapper API change. Also ties 's
emitted marker to the base SDK's exported PHRASE_MARKER_ATTR rather
than a hardcoded string; rendered output is byte-identical, verified by
the existing component test.
[Version bumped to 0.6.0]
Full Changelog
See the commit history for a complete diff of all changes.