Minor Changes
-
5dcd266: feat(DEV-10563): provide ReceivablesTable into a public export
-
647efc9: feat(DEV-10391): add support for multiple message contexts
Adds support for multiple translations of the same message string (
msgstr
) based on different message
contexts (msgctxt
). -
062b80b: feat(DEV-10943): replace
fulfillment_date
column withdue_date
in<InvoicesTable/>
-
a5e64ad: refactor(DEV-8894): update react-pdf lib version
-
6dee4d5: feat(DEV-10786): add sorting by counterpart_name and status to the Receivables tables
-
0d9e7b4: feat(DEV-10391): add actions menu to InvoicesTable
Adds a new Actions Menu to the
InvoicesTable
component. This allows users to perform actions on individual invoices
directly from the table, such as viewing, editing, and deleting them.The Actions Menu can be customized using the new
rowActions
prop, which allows you to specify which actions are
available for each invoice status. If norowActions
prop is provided, a set of default actions will be displayed.
Patch Changes
- 1852a08: style(DEV-10643): fix pdf layout to have fixed pdf toolbar when scroll
- cde308c: fix(DEV-10943): Invoice Details "Fulfillment date" output
- 1644a53: feat(DEV-8990): support backend permissions for different buttons. Don't show some blocks if there is no data for it
- 9cdd98a: feat(DEV-10563): Improve test stability
- cb9c44c: feat(DEV-8990): improve InvoiceDetails screen.
- 600a51d: feat(DEV-10896): fixed table height jumping and scrollbar issues during pagination by refactoring the theme props and adding
autoHeight
to<DataGrid />
. - 62a0c4e: feat(proposal): improve
<ReceivablesTable/>
ARIA usage - Updated dependencies [9711e3e]
- Updated dependencies [1fb0d92]
- @monite/[email protected]