This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Releases: nofrixion/nofrixion.webcomponents
Releases · nofrixion/nofrixion.webcomponents
0.0.14 (July 26, 2023)
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)
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)
Improvements
- Enhance React Component with
onUnauthorizedProp: The onUnauthorized prop can be sued to detect api 401 errors.
0.0.6 (June 23, 2023)
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)
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)
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)
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)
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.