Releases: lsbFlying/resy
11.1.0
- Optimized and adjusted the definition of type interfaces;
- Added a new API for definiteStore;
- Released the use of useConciseState for the setOptions tool method;
- Added the configuration item attribute 'enableMarcoAction Stateful' specifically for definiteStore;
- Optimized the reference invariance of function properties;
- Fixed a bug where the componentWillUnmount lifecycle this pointer failed when the class component connected to the store;
11.0.3
11.0.2
11.0.1-beta.1
Improve and optimize the functionally of "pseudo-computed property"
11.0.1-beta.0
- The update of the function execution domain of useSubscription is optimized.
- The ts type writing of interface and type is optimized.
- Optimized code execution.
- 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
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
10.0.2-beta.3
Fix bug generated by prevState during view api
10.0.2-beta.2
Fix bug generated by prevState during update
10.0.2-beta.1
- Fix the problem of update failure under React.StrictMode