v0.25.26
SesameAILabs/csmv0.25.26Aug 9, 2026by abouolia
AI Summary
Major refactor migrating the webapp to TypeScript and adding file upload/download middleware to the SDK.
Key Highlights
- Refactored webapp to TypeScript (constants, hooks, redux stores, app, guards).
- Added form-data and raw-response middleware for file uploads/downloads in SDK.
- Added TypeScript authentication, setup, and tax rates containers.
New Features
- Form-data and raw-response middleware for file upload/download
- TypeScript authentication, setup, and tax rates containers
- E2E tests 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