Releases: team-monite/monite-sdk
@monite/[email protected]
Patch Changes
- Updated dependencies [9711e3e]
- Updated dependencies [1fb0d92]
- @monite/[email protected]
@monite/[email protected]
@team-monite/[email protected]
Minor Changes
- 05c75f1: added support for
<ScopedMoniteProviders/>
instead of shared contexts from<MoniteProviders/>
.
Patch Changes
- @monite/[email protected]
@monite/[email protected]
Minor Changes
-
b05f344: enhanced the
<TablePagination/>
component with extended customization options via MUI theming, ensuring it fits seamlessly across different application contexts -
d180bf4: 1. Providers that may affect the customer's context have been moved to
<MoniteScopedProviders/>
. 2. All exported components and all components opening in<Portal/>
receiveMonite-ContainerCssBaseline
class name. It provides styles for the color scheme of native controls (dark/light) and default colors for components. > Backgrounds will not be added (neither for dark nor light themes), to minimize conflicts with embedding in customer applications. 3. The<MoniteContext/>
interface has been updated to include:theme
: Moved from<MoniteThemeContext/>
.i18n
: Added instead ofcode
, pre-created via Suspense to contain all necessary data for components and hooks.dateFnsLocale
: Added for DatePicker functionality, pre-created via Suspense.queryClient
: Added for usage within<MoniteScopedProviders/>
.
These changes improve the modularity and maintainability of the
MoniteProvider
while providing enhanced context management and usability for Monite SDK customers. -
709ca85: feat(DEV-4699): add an ability to edit Invoice
-
f4666f3: feat(DEV-10786): add consistent output of the Counterpart name
-
5fad36b: update
react-virtuoso
up to v4.7.10
Patch Changes
- aa32e90: feat(DEV-10397): add
currencyNumberFormat
option toMoniteLocale
to allow customization of currency formatting in different locales. - 565199d: feat(DEV-10576): implement and reuse useMenuButton Hook
- 57b9806: Added two new components:
<InvoiceStatusChip/>
and<PayableStatusChip/>
. Both components are configurable through
Material-UI theming to adapt their appearance and functionality according to application needs. For instance,
theInvoiceStatusChip
can be customized under the component nameMoniteInvoiceStatusChip
in the MUI theme settings.
This allows for defining default properties and specific styles for various statuses, such as 'paid' and 'overdue'. This
configurability ensures that both components can be seamlessly integrated and styled within the existing application
framework, providing a consistent user experience. - a8edbbd: style(DEV-10393): align pagination arrows center
- f8cb757: allow
<Menu/>
incorrect nesting - e25094a: fix(DEV-10393): fix table page reset and styles for page size selector
- @monite/[email protected]
@monite/[email protected]
Patch Changes
- aa1eb62: Add
delegatesFocus
for simple and effective focus management.- @monite/[email protected]
@monite/[email protected]
@team-monite/[email protected]
Minor Changes
- b47ae58: add theme package and theme switcher to demo
Patch Changes
- @monite/[email protected]
@monite/[email protected]
Minor Changes
- 5f0e96d: feat(DEV-10501): add column Created on to receivables tables
- b47ae58: add theme package and theme switcher to demo
Patch Changes
- c344520: feat(DEV-9977): update msw from 0.. to 2.2.*
- c7cb26b: fix(DEV-9738): update default values for the ProductDetails component
- fb2dd71: fix(DEV-10542): issue an invoice before creating a payment link
- @monite/[email protected]
@monite/[email protected]
Patch Changes
- @monite/[email protected]