ITADN

版本发布 8

zsa-openapi@0.3.1
? · 2024-09-28

### Patch Changes - 0227e26: Add clone() before consuming the request

zsa-react@0.2.3
? · 2024-09-20

### Patch Changes - 0264368: Fix dependency array for callbacks

zsa@0.6.0
? · 2024-08-15

### Minor Changes - fff91bd: 042238d - Add skipInputParsing option to skip parsing the input data and receive a raw payload

zsa-react-query@0.2.1
? · 2024-07-14

### Patch Changes - 6b422db: Added ability to pass a key factory for mutation keys - Updated dependencies [754e219] - zsa@0.5.1

zsa@0.5.1
? · 2024-07-14

### Patch Changes - 754e219: Coerce booleans in form data

zsa-react@0.2.2
? · 2024-07-04

### Patch Changes - 7607390: Added bind option for formData actions

zsa-react@0.2.1
? · 2024-07-01

### Patch Changes - 8da516d: Added `persistDataWhilePending` and `persistErrorWhilePending` options to `useServerAction` hook.

zsa-react-query@0.2.0
? · 2024-06-27

### Minor Changes - 0ed5c1b: - Restructured dependencies to improve compatibility and version management - Moved several dependencies to peerDependencies: - `zod` - `react` (for React-based packages) - `@tanstack/react-query` (for zsa-react-query) - `openapi-types` (for zsa-openapi) - Moved `typescript` from dependencies to devDependencies - Retained `zsa` as a direct dependency where applicable - Added former dependencies to devDependencies for development and testing purposes - Projects using this package now need to explicitly install peer dependencies - Minimum required versions for peer dependencies: - zod: ^3.23.5 - react: ^18.0.0 || ^19.0.0 (for React-based packages) - @tanstack/react-query: ^5.0.0 (for zsa-react-query) - openapi-types: ^12.1.3 (for zsa-openapi) - This change allows for more flexibility in version management and reduces potential conflicts with other packages in your project - Please ensure you have the required peer dependencies installed in your project after updating - If you encounter any issues after updating, please check that all peer dependencies are correctly installed and version-compatible with your project ### Patch Changes - Updated dependencies [0ed5c1b] - zsa@0.5.0