v0.19.11

bigcapitalhq/bigcapitalv0.19.11Aug 29, 2024by abouolia

AI Summary

Focuses on performance optimization, data export capabilities, and standardizing data formats.

Key Highlights

  • Optimized loading performance by splitting big chunks and lazy loading
  • Expanded resource export page size limitations
  • Standardized exported data to ISO 8601 format
  • Added customer type to customers resource

New Features

  • Loading performance optimization
  • Expanded export size
  • ISO 8601 format

Full Release Notes

## What's Changed
* fix: Avoid running the cost job in import preview by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/635
* fix: Debounce scheduling calculating items cost by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/634
* fix: Expand the resources export page size limitation by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/636
* feat: Optimize loading perf. by splitting big chunks and lazy loading them by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/632
* fix: Use standard ISO 8601 format for exported data by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/638
* fix: Add customer type to customers resource by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/639

**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.19.10...v0.19.11