v0.25.26

gorhill/uBlockv0.25.26Aug 9, 2026by abouolia

AI Summary

Major updates to the SDK including file upload/download middleware and a significant TypeScript migration for the web application.

Key Highlights

  • Add form-data and raw-response middleware for file upload/download
  • Add TypeScript authentication, setup, and tax rates containers
  • Refactor webapp: TypeScript migration of constants, hooks, and removal of redux stores
  • Refactor webapp: TypeScript migration of App and guards components

New Features

  • Form-data and raw-response middleware
  • TypeScript authentication setup
  • 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