v0.25.26

sarperavci/CloudflareBypassForScrapingv0.25.26Aug 9, 2026by abouolia

AI Summary

Migrates webapp components to TypeScript and adds middleware for file upload/download operations.

Key Highlights

  • Added form-data and raw-response middleware for file upload/download.
  • Added TypeScript authentication, setup, and tax rates containers.
  • Refactored constants, hooks, and redux stores to TypeScript.
  • Added E2E global setup for shared onboarded user.

New Features

  • Form-data and raw-response middleware
  • TypeScript authentication setup
  • TypeScript migration of webapp components

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