v0.25.26
svenstaro/genactv0.25.26Aug 9, 2026by abouolia
AI Summary
This release focuses on a comprehensive TypeScript migration and the introduction of new middleware for file operations, alongside enhanced end-to-end testing for expenses.
Key Highlights
- TypeScript migration of constants, hooks, and Redux stores
- Introduction of form-data and raw-response middleware for file uploads
- New E2E tests for expenses basic CRUD operations
- Authentication and tax rate container updates
Breaking Changes
- Redux stores removal
- TypeScript migration of constants, hooks, and redux stores
New Features
- Form-data and raw-response middleware
- TypeScript authentication setup
- E2E for expenses basic CRUD operations
Full Release Notes
## What's Changed * feat(sdk): form-data and raw-response middleware for file upload/download by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1190 * feat(webapp): typescript authentication, setup and tax rates containers by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1192 * fix(webapp): use camelCase currency fields in currency selects by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1193 * refactor(webapp): typescript migration of constants, hooks, and redux stores removal by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1195 * refactor(webapp): typescript App and guards components by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1197 * test(e2e): add global setup for shared onboarded user by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1134 * feat(e2e): write e2e for expenses basic CRUD operations by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1199 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.25...v0.25.26