Skip to content

Releases: filefoxper/use-agent-reducer

4.6.2

21 Jul 03:03
Compare
Choose a tag to compare
## v4.6.2 2022-07-20

* [bug] fix the problem about `useAgentSelector` can not update immediately. This problem is caused by adjusting react-refresh from `[email protected]`

4.6.1

06 Jul 07:29
Compare
Choose a tag to compare
## v4.6.1 2022-07-06

* [update] fix the problem about the code updating, when using react-refresh babel and webpack plugins. refer to [react-refresh usage](/introduction?id=react-refresh).

4.6.0

05 Jul 12:16
Compare
Choose a tag to compare
## v4.6.0 2022-07-05

* [bug] fix the problem about the code updating, when using react-refresh babel and webpack plugins.

4.5.4

25 May 03:05
Compare
Choose a tag to compare
## v4.5.4 2022-05-25

* [revert] rollback to 4.3.1

4.5.3

24 May 06:43
Compare
Choose a tag to compare
## v4.5.3 2022-05-24

* [update] update version with `agent-reducer`.

4.5.2

24 May 06:01
Compare
Choose a tag to compare
## v4.5.2 2022-05-24

* [bug] resolve the problem about switch `weakSharing` usages, the cache is still remains.

4.5.1

23 May 08:25
Compare
Choose a tag to compare
## v4.5.1 2022-05-23

* [optimize] use the feature of agent-reducer connecting update.

4.5.0

23 May 06:36
Compare
Choose a tag to compare
## v4.5.0 2022-05-23

* [update] use [email protected] auto connect feature. And resolve the problem about `weakSharing` switch between two Components can not lead reset.

4.3.1

25 Apr 09:04
Compare
Choose a tag to compare
## v4.3.1 2022-04-25

* [design] add the param defaultModel for API [useModel](/api?id=usemodel)

4.3.0

06 Apr 10:37
Compare
Choose a tag to compare
## v4.3.0 2022-04-06

* [update] update for `[email protected]`.