v3.42.0
gristlabs/grist-corev3.42.0Aug 17, 2026by calexiou
AI Summary
The update introduces significant architectural changes, including a migration to TypeScript 6 and converting user components to Svelte 5, alongside improvements to chat history navigation and time handling.
Key Highlights
- Major upgrade to TypeScript 6.
- Migration of user components to Svelte 5.
- New chat prompt history navigation feature.
- Fixes for time handling (less than or equal to) and agent timezone behavior.
- Fixes for external PR ticket checks and SMTP 'send from' settings.
New Features
- Chat prompt history navigation
- Disable knowledge actions when search is unavailable
Full Release Notes
## What's Changed * chore(deps): bump the all-non-major-security group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/Budibase/budibase/pull/19429 * fix: agents ignore tz in chat preview by @Dakuan in https://github.com/Budibase/budibase/pull/19435 * Implement chat prompt history navigation by @adrinr in https://github.com/Budibase/budibase/pull/19426 * Fix/sublink matching for dynamic routes by @ConorWebb96 in https://github.com/Budibase/budibase/pull/19363 * Fix external PR ticket checks, excluding all internal PRs by @adrinr in https://github.com/Budibase/budibase/pull/19439 * [BUDI-19193] Disable knowledge actions when search is unavailable by @melohagan in https://github.com/Budibase/budibase/pull/19339 * Hide knowledge source download toggle when no files are available by @adrinr in https://github.com/Budibase/budibase/pull/19442 * Upgrade to TS 6 by @adrinr in https://github.com/Budibase/budibase/pull/19424 * fix: handle times in less than or equal to by @Dakuan in https://github.com/Budibase/budibase/pull/19438 * Update TypeScript ESLint dependencies to 8.66.0 by @adrinr in https://github.com/Budibase/budibase/pull/19444 * Convert users components to Svelte 5 by @adrinr in https://github.com/Budibase/budibase/pull/19415 * 18550 providing a new value for send from in smtp settings has no effect by @Dakuan in https://github.com/Budibase/budibase/pull/19440 * Handle releases in budibase-deploys by @adrinr in https://github.com/Budibase/budibase/pull/19441 **Full Changelog**: https://github.com/Budibase/budibase/compare/3.41.3...v3.42.0