Skip to content

Commit

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

Update version number and release notes for 0.4.1

Reviewed By: davidmccabe

Differential Revision: D30556983

fbshipit-source-id: 21ae33087cde1ffbc08e51431e10240d2c919632
  • Loading branch information
drarmstr authored and facebook-github-bot committed Aug 26, 2021
1 parent 472a856 commit 64d76f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Change Log

## UPCOMING

***Add new changes here as they land***

- Performance optimization to suppress re-rendering components:
- When subscribed selectors evaluate to the same value. (#749, #952)
- On initial render when not using React Concurrent Mode (#820)
- Memory management
- useTransition() compatibility
- Re-renders from Recoil updates now occur 1) earlier, 2) in sync with React updates in the same batch, and 3) before transaction observers instead of after.


## 0.4.1 (2021-08-26)

- Performance optimizations to suppress re-rendering components:
- When subscribed selectors evaluate to the same value. (#749, #952)
- On initial render when not using React Concurrent Mode (#820)
- When selector async deps resolve, but React re-renders before chained promises have executed.
- Fixed #1072 where in some cases selectors with async deps would not update in response to state updates

## 0.4 (2021-07-30)
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.4.0",
"version": "0.4.1",
"description": "Recoil - A state management library for React",
"main": "cjs/recoil.js",
"module": "es/recoil.js",
Expand Down

0 comments on commit 64d76f7

Please sign in to comment.