v0.6.6
Release v0.6.6
This release includes all changes since the previous version.
Installation
npm install langsys-js-react@0.6.6Changes in this release
1dcdd0c
docs: standardize README shields under the H1
Adopts the agreed cross-SDK shield set. Fixes two defects in the old
block:
- the license badge queried npm/l/all-contributors — the
all-contributors package's license, not ours. It rendered 'MIT'
because that package is also MIT, so it looked correct while
reporting someone else's license. - four of five badges had empty link targets '()' and navigated
nowhere.
Also drops GitHub Release (duplicates npm version), open PRs, and the
decorative PRs-welcome badge; adds build, bundle size, types, and
downloads. Endpoints verified against this repo: ci.yml exists, license
is MIT with a LICENSE file, types field is set.
Not released — README changes only reach npmjs.com on the next publish.
1d825a4
chore: base SDK ^0.6.5 (BCP 47 debug warning)
Debug-mode warning when a locale tag isn't valid BCP 47 — reached from
whatever this package's locale store feeds in, so it applies directly
to useLocaleStore/createLocaleStore input. Behavior, return values, and
production output all unchanged.
Also carries the previously-held README shield standardization (1dcdd0c),
which only reaches npmjs.com's package page on a publish.
[Version bumped to 0.6.6]
Full Changelog
See the commit history for a complete diff of all changes.