Minor Changes
-
cb1a0cc: introduce Custom Tabs for
<ReceivablesTable/>
Description
Implemented the ability to configure custom tabs for Receivables using MUI. Users can now select the specific tabs they
need, while backward compatibility is maintained. By default, the standard tabs Invoices, Quotes, and Credit Notes are
displayed.Breaking Changes
The
<ReceivablesTable/>
component interface has changed. Instead of usingReceivablesTableTabEnum
for the active
tab, you now need to pass anumber
representing the tab index. Additionally, the default tab indices have been
updated:- Invoices: 0 (previously 1)
- Quotes: 1 (previously 0)
- Credit Notes: 2 (unchanged)
Please update any existing integrations to reflect these changes.
-
315cde5: feat: introduce icon wrapper component for all close icons to be cusotmisable from theme props
-
7232f7d: feat: add integration of payment flow with iframe modal
Patch Changes
- e288b14: feat(DEV-13151): expand tax value check for non-vat supported countries
- 6233bff: hide email section for upload bill dropdown
- @monite/[email protected]