v0.6.5
Release v0.6.5
This release includes all changes since the previous version.
Installation
npm install langsys-js-react@0.6.5Changes in this release
670d0a9
docs: correct attribute-harvesting claims
Two defects in one inherited line, verified against the published
0.6.4 bundle:
- the attribute list named 4 of the 15 in TRANSLATABLE_ATTRIBUTES,
omitting label, four ARIA strings, and six data-* validation
messages. The ARIA ones matter most — untranslated ARIA is invisible
on the page and only surfaces to screen-reader users. - 'button/input value' over-promised. value is translated on
and input type=submit|button only; every other input type is left
alone so a text field's value is never rewritten.
No behavior change. Flagged by the Vue binding agent, who had the
same inherited line.
[Version bumped to 0.6.5]
Full Changelog
See the commit history for a complete diff of all changes.