Skip to content

v0.6.5

Choose a tag to compare

@flxmrk flxmrk released this 16 Aug 17:48
· 15 commits to main since this release

Release v0.6.5

This release includes all changes since the previous version.

Installation

npm install langsys-js-react@0.6.5

Changes 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.