Skip to content

Commit

Permalink
0.7.1 Release (#1732)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1732

0.7.1 Release notes and version bump

Reviewed By: mondaychen

Differential Revision: D35599453

fbshipit-source-id: 387d0d87963039a00d300ce84ff518c4accc8623
  • Loading branch information
drarmstr authored and facebook-github-bot committed Apr 13, 2022
1 parent e9b4f45 commit 685c36b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,11 +3,16 @@
## UPCOMING
**_Add new changes here as they land_**

- Avoid dev-mode console error with React 18 when using shared async selectors across multiple `<RecoilRoot>`'s. (#1712)
## 0.7.1 (2022-04-12)

### Typing
- Add explict `children` prop to `<RecoilRoot>` and `useRecoilBridgeAcrossReactRoots_UNSTABLE()` for TypeScript for `@types/react` with React 18 (#1718, #1717, #1726, #1731)
- Update typing for family parameters to better support Map, Set, and classes with `toJSON()`. (#1709, #1703)

### Fixes
- Avoid dev-mode console error with React 18 when using shared async selectors across multiple `<RecoilRoot>`'s. (#1712)
- Cleanup potential memory leak when using async selectors (#1714)
- Fix potentially hung async selectors when shared across multiple roots that depend on atoms initialized with promises that don't resolve (#1714)
- Add explict `children` prop to `<RecoilRoot>` and `useRecoilBridgeAcrossReactRoots_UNSTABLE()` for TypeScript for `@types/react` with React 18 (#1718, #1717, #1726, #1731)

## 0.7 (2022-03-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "recoil",
"version": "0.7.0",
"version": "0.7.1",
"description": "Recoil - A state management library for React",
"main": "cjs/recoil.js",
"module": "es/recoil.js",
Expand Down

0 comments on commit 685c36b

Please sign in to comment.