Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
- feat: no need to render `<AliveScope>` any more, fix #98 
- feat: After the `drop()` method is executed, the cache event will be kept for a certain period of time to respond to the behavior of uninstall in the activated state, fix #108
- fix: the problem of multiple didmounts caused by multiple updates in `autoFixContext` mode, fix #107 , fix #99 ,fix #103
  • Loading branch information
CJY0208 authored Mar 28, 2021
1 parent 2f7a084 commit abbb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-activation",
"version": "0.8.3",
"version": "0.9.0",
"description": "<KeepAlive /> for React like <keep-alive /> in vue",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit abbb114

Please sign in to comment.