Skip to content

Releases: johnlindquist/kit

main

17 Jun 20:30

Choose a tag to compare

fix: update expandSimpleSchema to clarify optional properties handling

- Removed unnecessary pushes to the required array in expandSimpleSchema function.
- Added comments to indicate that all properties are optional by default in simple syntax.

main

17 Jun 15:12

Choose a tag to compare

2025-06-17-07-10-45

feat: rename sendToolResult to sendResult and enhance input schema ha…

main

17 Jun 13:10

Choose a tag to compare

2025-06-17-05-08-27

fix: update README to include building instructions for Kit SDK

main

16 Jun 23:12

Choose a tag to compare

feat: enhance React form handling and update type definitions

- Introduced ReactConfig interface to support JSX in form configurations
- Updated react function to accept either a React element or a configuration object
- Enhanced error handling for missing components in the react function
- Added containerClassName to type definitions for improved styling options

main

16 Jun 22:21

Choose a tag to compare

feat: update dependencies and enhance React integration

- Added React and ReactDOM version 19.1.0 to package.json and pnpm-lock.yaml
- Included type definitions for React in globals.d.ts
- Enhanced build and runtime scripts to support React component rendering
- Updated loader.ts to handle .tsx files
- Introduced a new react function in kitapp.d.ts for server-side rendering of React components

main

16 Jun 18:46

Choose a tag to compare

2025-06-16-10-44-22

fix: update import path for utils in type definitions

main

15 Jun 16:34

Choose a tag to compare

2025-06-15-08-33-21

fix: restore mcp tool

main

14 Jun 22:56

Choose a tag to compare

2025-06-14-14-54-39

fix: rollback sdk to v3.25.1

main

14 Jun 22:23

Choose a tag to compare

2025-06-14-14-22-24

fix: release

main

14 Jun 21:29

Choose a tag to compare

2025-06-14-13-27-47

fix: remove scripts from tsconfig