Skip to content

Commit

Permalink
Bump for 0.3.1
Browse files Browse the repository at this point in the history
Summary: Bump `package.json` and changelog for 0.3.1

Reviewed By: davidmccabe

Differential Revision: D28514546

fbshipit-source-id: 95c8ab29447ddb93067e7aba7e45933fa426c391
  • Loading branch information
drarmstr authored and facebook-github-bot committed May 18, 2021
1 parent badfabb commit 394b30e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
- Memory management
- Selector cache configuration

## 0.3.1 (2021-5-18)

- Fix TypeScript exports

## 0.3.0 (2021-5-14)

In the future to support garbage collection, there is a slight breaking change that `Snapshot`'s will only be valid for the duration of the callback or render. A new `retain()` API can be used to persist them longer. This is not enforced yet, but Recoil will now provide a warning in dev-mode if a `Snapshot` is used past its lifetime. (#1006)
For supporting garbage collection in the future there is a slight breaking change that `Snapshot`'s will only be valid for the duration of the callback or render. A new `retain()` API can be used to persist them longer. This is not enforced yet, but Recoil will now provide a warning in dev-mode if a `Snapshot` is used past its lifetime. (#1006)

### New Features / Improvements
- Add `override` prop to `<RecoilRoot>` (#973)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recoil",
"version": "0.3.0",
"version": "0.3.1",
"description": "Recoil - A state management library for React",
"main": "cjs/recoil.js",
"module": "es/recoil.js",
Expand Down

0 comments on commit 394b30e

Please sign in to comment.