@hi18n/react-context
Version:
Message internationalization meets immutability and type-safety - shared React context
41 lines (22 loc) • 702 B
Markdown
`@hi18n/react-context`
# 0.2.0
## Migration Guide
The context type is now `readonly string[]` rather than `string`.
The change should not bother you because you should be using it through `@hi18n/react`.
## Minor Changes
- 893fd17: fix(react)!: change how locales are propagated
# 0.1.3
## Patch Changes
- c478ab5: feat(eslint): support ESLint 9
# 0.1.2
## Patch Changes
- a6ef0aa: chore(deps): support React 19
# 0.1.1
## Patch Changes
- bafd25f: chore(misc): Test in Node.js 22
- fbe729b: Align CHANGELOG format with Changesets
- 38253a0: chore(misc): use pnpm mode
- 6a5c0bd: chore(misc): set up Changesets to manage releases
# 0.1.0
## Patch Changes
Initial release.