Skip to content

Releases: lsbFlying/resy

11.1.0

02 Mar 08:30

Choose a tag to compare

  1. Optimized and adjusted the definition of type interfaces;
  2. Added a new API for definiteStore;
  3. Released the use of useConciseState for the setOptions tool method;
  4. Added the configuration item attribute 'enableMarcoAction Stateful' specifically for definiteStore;
  5. Optimized the reference invariance of function properties;
  6. Fixed a bug where the componentWillUnmount lifecycle this pointer failed when the class component connected to the store;

11.0.3

14 Oct 02:50

Choose a tag to compare

1、Fixed a bug where connectStore failed to update in React strict mode when using class components
2、Added useDebugValue for easy integration with React Devtools debugging
3、Optimize and improve code efficiency

11.0.2

04 May 10:16

Choose a tag to compare

1、Optimized code execution.
2、Enhanced the rendering effect of the function return (which can be analogously considered as a "computed-like" feature).
3、11.0.1 adjustments to the react version have been revoked.

11.0.1-beta.1

19 Apr 14:34

Choose a tag to compare

11.0.1-beta.1 Pre-release
Pre-release

Improve and optimize the functionally of "pseudo-computed property"

11.0.1-beta.0

12 Apr 13:33

Choose a tag to compare

11.0.1-beta.0 Pre-release
Pre-release
  1. The update of the function execution domain of useSubscription is optimized.
  2. The ts type writing of interface and type is optimized.
  3. Optimized code execution.
  4. Fixed the re-render effect produced by the state data when the function attribute is used as the state state, and added and improved the error reporting system mechanism and the normal error scenario handling mechanism.

11.0.0

15 Mar 12:27

Choose a tag to compare

1、Fixed the exact status of prevState
2、Optimize the update scheduling batches of restore and syncUpdate to reduce redundant and invalid re-render
3、Fixed the status handling of prevState of syncUpdate's update subscription that is not coordinated in the case of mixed use of update mode.
4、Added the callback function of syncUpdate and restore.
5. Resy's support for class components has been upgraded and view has been abandoned.
6、Fixed bug that the callback function does not execute when there is a callback function in the setState update of the same data.
7、The scheduling mechanism is optimized and adjusted, and the processing of callback function in scheduling is integrated.
8、Added the new hook API useSubscription.

10.0.2

09 Nov 14:55

Choose a tag to compare

  1. Fix bug generated by prevState during view api
  2. Fix bug generated by prevState during update
  3. Fix the problem of update failure under React.StrictMode

10.0.2-beta.3

08 Nov 14:08

Choose a tag to compare

10.0.2-beta.3 Pre-release
Pre-release

Fix bug generated by prevState during view api

10.0.2-beta.2

06 Nov 13:52

Choose a tag to compare

10.0.2-beta.2 Pre-release
Pre-release

Fix bug generated by prevState during update

10.0.2-beta.1

02 Nov 14:38

Choose a tag to compare

10.0.2-beta.1 Pre-release
Pre-release
  1. Fix the problem of update failure under React.StrictMode