Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Releases: nofrixion/nofrixion.webcomponents

0.0.14 (July 26, 2023)

26 Jul 07:38

Choose a tag to compare

Pre-release

Improvements

  • Implement react query: Implemented react query in @nofrixion/moneymoov.

Bug Fixes

  • Fixed PR outstanding amount adding authorized PISPs
  • Added onUnAuthorized event to Dashboard
  • Fixed responsive display of Create and Close buttons

0.0.12 (July 21, 2023)

21 Jul 15:22

Choose a tag to compare

Pre-release

Improvements

  • Open details of newly created payment request: Once created, a Payment Request's details will be opened.
  • Update Responsiveness for Payment Request Dashboard: Dashboard is now fully responsive.
  • Support for new types and hooks
  • Show more button for mobile devices: Replaced pager with a Show More button on mobile deveices.
  • Added totals per currency on PR tabs: Totals by currency are displayed on the tabs.
  • Added Authorized tab: New Authorized tab.

Features

  • Added Duplicate Payment Request functionality
  • Added Payment Request Attempt Capture: Capture functionality added for cards.

Bug Fixes

  • Fix console errors
  • Changed toast styles to match figma: The toast styles now match design.
  • PR Details now shows title even w/o description
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot

0.0.7 (June 27, 2023)

27 Jun 10:17

Choose a tag to compare

0.0.7 (June 27, 2023) Pre-release
Pre-release

Improvements

  • Enhance React Component with onUnauthorized Prop: The onUnauthorized prop can be sued to detect api 401 errors.

0.0.6 (June 23, 2023)

23 Jun 09:16
81ab20f

Choose a tag to compare

0.0.6 (June 23, 2023) Pre-release
Pre-release

Improvements

  • Renamed to Accounts receivable: The web component is now called Accounts receivable.
  • Keep row highlighted: Keep row highlighted when details modal is shown.

Features

  • Context menu. Added Open payment page: Will open the payment page in a new tab
  • Open payment page shortcut: Win+Click or Cmd+Click on a payment request opens the payment page.

Bug Fixes

  • Payment request deletion bug fixes: A payment request can only be deleted if it has no payment attempts.
  • Fixed copy payment link: The copy payment link now generates the correct URL.
  • Set useHostedPaymentPage to true: Set useHostedPaymentPage to true when creating a payment request so that the hosted payment page can be launched.

0.0.5 (June 07, 2023)

07 Jun 16:41

Choose a tag to compare

0.0.5 (June 07, 2023) Pre-release
Pre-release

Improvements

  • Reload on add and delete: The payment request table will now reload on add and delete.
  • Close modals: Modals can now be closed by clicking outside of them, also by pressing the escape key or the close button.
  • Scollbar fix: A scrollbar-gutter has been added to the root HTML element, so the scrollbar doesn’t make the content jump.

Features

  • User payment defaults: Defaults settings now can be saved per individual user.
  • Notifications emails: Users can add emails to receive notifications about payments.
  • Payment request details: A modal with the payment request details has been added. You can access it by clicking on the any payment request row.

0.0.4 (May 30, 2023)

30 May 12:58

Choose a tag to compare

0.0.4 (May 30, 2023) Pre-release
Pre-release

Bug Fixes

  • URL Structure for Payment Request Links Updated: We've fixed the URL you get when copying the Payment Request link.

0.0.3 (May 26, 2023)

26 May 14:58

Choose a tag to compare

0.0.3 (May 26, 2023) Pre-release
Pre-release

Bug Fixes

  • UI Fixes: The visibility of the context menu and column sorter interaction have been improved.

Improvements

  • Loading State for Payment Request Table: A loading state has been implemented for the Payment Request Table, enhancing the user experience during data fetch.
  • Empty and Initial State for Payment Requests: The empty and initial states for Payment Requests have been established, optimising the user experience for first-time users and empty datasets.
  • New Status Filter Design for Payment Requests: The status filter design for Payment Requests has been revamped, providing a cleaner and intuitive user interface.

0.0.2 (May 23, 2023)

23 May 16:57

Choose a tag to compare

0.0.2 (May 23, 2023) Pre-release
Pre-release

Bug Fixes

  • Font loading issue resolved: We've addressed a problem where fonts weren't being loaded correctly. With this fix, our components now display the intended fonts consistently, enhancing the user interface and experience.

  • Stroke-linejoin errors fixed: We've corrected errors related to stroke-linejoin that you might've been able to spot in the browser's console.

  • Reduced unnecessary API calls: We've fixed an issue where our components were making a few extra calls to the API when loaded. This fix optimizes the loading process, reducing unnecessary network requests and improving performance.

Improvements

  • Optimised build process to reduce file size: We've improved our build process to reduce the final file size. Our final file, including all required elements, is now 972.11 kB, achieving a reduction of 82.5%. This optimisation makes our components more efficient and faster to load.