v0.25.27

bigcapitalhq/bigcapitalv0.25.27Aug 11, 2026by abouolia

AI Summary

The update introduces UI improvements such as a row height controller and bulk delete for item categories. It resolves SDK TypeScript issues regarding export downloads and fixes bugs in customer/vendor forms and document printing. Extensive E2E testing was added for financial reports, bank rules, and customer/vendor management.

Key Highlights

  • Added row height controller and bulk delete support for item categories.
  • Fixed SDK TypeScript export endpoint support and resource download issues.
  • Fixed display name field and contact code bugs in customer and vendor forms.
  • Added E2E tests for financial reports, bank rules, and customer/vendor CRUD operations.

New Features

  • Row height controller for item categories
  • Bulk delete support for item categories
  • SDK export endpoint support
  • E2E tests for financial reports
  • E2E tests for bank rules
  • E2E tests for customers and vendors

Full Release Notes

## What's Changed
* feat(webapp): add rows height controller to the item categories list view by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1201
* fix(sdk-ts): add export endpoint support and fix resource export download by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1202
* feat(webapp): add bulk delete support for item categories by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1204
* fix(server): handle missing default pdf template when printing documents by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1205
* feat(webapp): add e2e tests verifying financial reports render by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1206
* feat(webapp): add e2e tests covering bank rules CRUD by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1207
* fix(webapp): fix display name field in customer and vendor forms by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1209
* fix(server): store blank contact code as NULL to avoid unique key violation by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1210
* fix(server): vendor and customer unique code by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1211
* feat(webapp): add customers and vendors CRUD e2e tests by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1214


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.26...v0.25.27