Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
Differential Revision: D56197936

fbshipit-source-id: fbcac1183f8d7760bcac1e20d6249f0c3ac8f614
  • Loading branch information
voideanvalue authored and facebook-github-bot committed Apr 23, 2024
1 parent 1a270e3 commit 5159c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -61,6 +61,10 @@ List of changes for each released npm package version.

</details>

- 1.0.2
- [fix] Introduced `onMissingParameterError` error listener for reporting when `substituteTokens` encounters a missing parameter, instead of throwing if `__DEV__` was truthy
- [fix] When a parameter value is `undefined`, render empty string instead of the string `"undefiend"` (i.e. match behavior for when parameter value is `null`)

- 1.0.1:
- [chore] Make it compatible with React 18 (and any `>=0.12.0`).

Expand Down
2 changes: 1 addition & 1 deletion packages/fbt/package.json
Expand Up @@ -3,7 +3,7 @@
"name": "fbt",
"description": "The fbt i18n framework JS runtime.",
"//version": "Follow SemVer specs at https://semver.org/",
"version": "1.0.0",
"version": "1.0.2",
"keywords": [
"facebook",
"fbt",
Expand Down

0 comments on commit 5159c7b

Please sign in to comment.