Skip to content

Releases: saleor/saleor-dashboard

3.20.2

22 Jul 12:55
1d4d376
Compare
Choose a tag to compare

🪲 Fixes:

🍇 Improvements:

  • 15d5b87: Saleor Dashboard no longer uses MUI Card component, it uses DashboardCard instead by @Cloud11PL
  • 9f10e1b: Dashboard no longer uses Typography and Skeleton from Material. These components were replaced with MacawUI ones by @Cloud11PL
  • 5b8262d: The button for adding a new refund now has a shorter label by @Cloud11PL
  • 6f45d44: Drop legacy Dialog and replace it with new Macaw Dialog component in action dialogues,
    order change warehouse dialogue, order payment dialogue, add staff member dialogue,
    staff user password restart dialogue, tax select country dialogue by @poulch

⚙️ Maintenance:

  • 088842b: You can run E2E tests for inline discounts in draft orders by @yellowee
  • a565113: Fix custom ref checkout in dev deployment CI workflow by @cmiacz
  • 5a10255: Add new service to dev deployment CI workflow by @cmiacz
  • fd36e8e: From now dashboard will be deployed to load test services in the dev cloud by @szczecha

3.20.1

16 Jul 14:44
5fae783
Compare
Choose a tag to compare

🪲 Fixes:

  • 1258836: Product variant forms now show missing price and name errors when these fields are empty by @Cloud11PL
  • 55e72b8: Edit refund view no longer displays title with typo when editing refund with line items by @poulch

🍇 Improvements:

  • 27a4726: The legacy selects no longer present within the codebase, this means you should use the ones from the new macaw when developing the UI by @poulch

⚙️ Maintenance:

  • d4e2849: You can run e2e for updating order with non-manual refunds in status draft/failure by @yellowee
  • 81d909b: You can now see macaw ui migration progress by @poulch

3.20.0

12 Jul 10:25
91070c2
Compare
Choose a tag to compare

🪲 Fixes:

  • a9c750a: You can no longer see a duplicated cancel button when cancelling the transaction. This means you can now go back to the edition by using the "back" button and "cancel" to continue your intention by @poulch
  • 31a73ea: Fixes a bug where order and gift card details views show incorrect avatar in history component. Notes added by apps will now show app's name and avatar. All events will now use the same date format to improve consistency by @Cloud11PL
  • 2952fe5: The selected value is no longer filtering the options when using any select list with autocomplete by @poulch
  • 7f729f2: Dashboard will now allow to set publication date and availability date with time. This change also replaces deprecated date fileds with datetime fields by @Cloud11PL
  • 9226dc9: You can now see zero price value in the money cell by @poulch
  • 1028d48: You can now open the issue gift card modal without any flickering by @poulch
  • 4eaa036: You can now see an empty description when the description is invalid in the product list by @poulch
  • db8b2d9: Flow settings in channel creation will now persist after channel is created by @Cloud11PL
  • e234ddc: You can now see the proper discount type in order payment details by @poulch
  • f82600a: Fixes an issue that prevented users from pasting values smaller than 10 into data grid cells by @Cloud11PL
  • d1430ea: Avatars in transaction events no longer show broken image instead of initials by @Cloud11PL
  • 217cb10: The selected value is no longer filtering the options when using any select list in the product variant table by @poulch
  • 51a360f: You can see a better notice when a cell in datagrid has an error by @poulch
    dfe8e1d: This fixes an issue where product export threw an error due to invalid input data by @Cloud11PL

🦄 Features:

  • 💰↩️ New refunds
    • 1fc4c34: Swap new refund with old one when feature flag toggle by @poulch
    • f1e716e: Order refund views no longer display duplicated errors or no errors at all when submitting the form by @Droniu
    • e02050a: This change adds a reusable GridTable component for ephemeral data edition by @Droniu
    • ca23d85: You can now create refund with lines even if all lines have been previously refunded by @Droniu
    • 9c5e786: This change disallows creating refunds for orders created in transaction flow channels that have no transactions, as well as orders that have no refundable transactions by @Droniu
    • 68eb5cd: Refund add dialog no longer allows proceeding to refund with lines view when all lines have been refunded and manual refund view when user doesn't have payment permissions by @Droniu
    • 1c01b46: Modal for refund reason now has an improved copy by @Cloud11PL
    • 4603cc5: Refund with lines view no longer allows creating/editing a refund with an amount exceeding the charged amount for the selected transaction by @Droniu
    • d657661: Warning message on manual refund view is no longer unreadable on dark mode by @Droniu
    • b3a87cd: Implement refund add modal by @Droniu
    • 1c8df0f: Refund table now displays user initials on the avatar and full name on hover instead of an email. by @Droniu
    • d46265d: Introduce view for manual refund transaction by @poulch
    • 6597aaa: Fixes incorrect button label for adding or editing refund reason by @Cloud11PL
    • c0031af: Amount input in refund form no longer displays incorrectly formatted prices after recalculation by @Droniu
    • 1bfc3f5: Transaction refund-related views no longer display confusing descriptions by @Droniu
    • ca83d3a: Manual refund form no longer allows values greater than the charged amount for the selected transaction and now allows positive values lower than 1 by @Droniu
    • 16b47e2: Fix duplicate validations on refund view by @Droniu
    • 6342659: Show all transactions in manual refund view, disabled those that are not refundable by @poulch
    • 2a09189: This change replaces refund datagrid on order details view with GridTable for better clarity and UX by @Droniu
    • 488c8e4: Implement refunds datagrid on order details by @Droniu
    • bb16de5: You can now see pending manual refunds on order details view by @Droniu
    • 6a2c4a0: This change replaces the datagrid on refund create & edit views with GridTable component by @Droniu
    • b8bd242: Refund views have now more consistent UI by @poulch
    • f53973f: Manual transaction modal has now improved design that matches other modals by @Droniu
    • e08dd64: Introduces new refund flow for orders that allow users to refund items base on transactions. Grant refund and send refund is a single flow. User first has to create draft refund and then can transfer funds in one flow by @Droniu
    • c3ca122: You can now toggle improved refund flow in features preview by @Droniu

🍇 Improvements:

  • 8943ae2: Now you can see columns and their ordering that you previously selected when switching between listing pages by @andrzejewsky
  • bdfb5e8: Now selected columns on the product list are being saved when browsing order details by @andrzejewsky
  • 5c30c8d: Replace back icon with cloud one in the sidebar return to cloud link, update copy to just Saleor Cloud by @poulch
  • 2111f93: Now, the developer can access sidebar components on each page directly by @poulch
  • bed0fa3: The list of transactions is now placed under the new section called "Transactions" when you visit the order details page by @Cloud11PL
  • 687b134: You can now browse listing pages without additional reloadings by @andrzejewsky
  • a9745e4: Remove brackets next to each order status title due to confusing the clients by @poulch
  • 0589970: Always show the charge and authorized amount in the payment section of order details by @poulch
  • 9b87e78: You can now select created at a column in the product list by @poulch
  • 4c919c1: Grid persistence implementation by @andrzejewsky
  • 1a37487: Adding the new variant as a row is no longer possible from the product details. This means "add new variant" button now leads you to the variant creation page by @poulch
  • 3af5ac0: Filters for orders now allow filtering by ID. This means its form handles one or multiple IDs that you can attach by using commas, space, or enter for separation by @Cloud11PL
  • 2c84b7a: You can now open channel selection by clicking "Select channel" within any price cell on the product list. This means the dash "-" sign is no longer displayed there by @Cloud11PL
  • 5faad9e: Introduce menu items with shortcuts for GraphQL playground and search actions in the sidebar. Move "Go to Saleor Cloud" button at the bottom of the sidebar by @poulch
  • fb4d33a: In order list view you can now use new, easy, and improved filters by @Cloud11PL
  • f95fcc4: Vertical lines are no longer visible for read-only grid tables by @andrzejewsky
  • b048a50: Introduce new icons for the menu, remove not used icons by @poulch
  • 005713e: Now the save bar is aligned with the rest of the layout by @andrzejewsky
  • fd8368f: Fixes button font weights by @Droniu
  • 1849276: Now you can see the updated appearance of the bottom bar that holds save and back actions. This means functionality has not been changed by @poulch
  • 7ff18ac: Product edition no longer change the other's work when changing different fields simultaneously. This means UI sends only form fields that were changed by @andrzejewsky
  • dfb19e5: The legacy multiselect is not longer present within the codebase. this means you should use the ones from new macaw when developing the UI by @poulch
  • a246798: Fix showing an empty tooltip when no content by bumping macaw-ui to newest by @poulch
  • 97c0c84: Read-only metadata keys and values will now be displayed as regular inputs, making them easier to read and preventing them from looking disabled by @Cloud11PL
  • ea3c288: Transaction titles in order details now include their ordinal number and creation date. This means that all titles now follow the same format by @Cloud11PL
  • d0ef1f3: App and User avatars in order details now all have the same colour by @Cloud11PL
  • ad3ad6d: The boolean attribute has been changed from a toggle to a select. This change helps visualize when the attribute has not been set by @Cloud11PL
  • 3231bb5: You can now properly edit permission groups when you have full access by @Cloud11PL
  • 528fef0: The product details view will not show product categories with their ancestors. It will make it easier to choose the product's category by @Cloud11PL
  • c10dd8a: Add clarity to the order cancel dialogue by @Droniu
  • 0fb6777: History component's texts will now have unified colours by @Cloud11PL
  • 56eb4d6: Searching for countries and other items is now more efficient, making it easier to find what you need. Additionally, the Dashboard Navigator UI has been improved to match the rest of the application, providing a more consistent experience by @Cloud11PL
  • 232cd2a: Previously we allowed user to select either flat rates or any tax app. To avoid problems if there are more tax apps installed this change adds the ability to select a tax app that will be used to calculate taxes per channel. Users can also select tax app for country exception while configuring taxes by @krzysztofzuraw
  • e7e639b: Added support for the BrokerProperties webhook header by @patrys
  • 9edf2ea: Products in a list of products to be excluded from shipping will no longer be selectable if not available in chosen channels by @Cloud11PL
  • 4bd369b: Now you can see the reason why shipping methods are incorrect when creating draft orders. This means creating new draft orders will pop up an error with the details of incorrect shipping by @Cloud11PL
  • dfedc10: The action buttons in the transaction section of the order view are now unified with the other buttons in that view by @Cloud11PL
  • 9edf2ea: Show info and disable the checkbox in AssignProductDialog when a product does have channels overlap with selected channels by @poulch
  • 80b8c78: Show all gift cards used in order details b...
Read more

3.14.19

01 Jul 11:48
Compare
Choose a tag to compare

🪲 Fixes:

3.19.10

26 Jun 16:47
b4d3d1e
Compare
Choose a tag to compare

🪲 Fixes:

  • 1c9b046: An error is no longer raised and visible to the user when saving translations by @poulch
  • 44f2bb4: An error is no longer raised and visible to the user when saving credentials is not supported by @poulch

🍇 Improvements:

  • 21a25d2: You can now close GraphiQL Playground with the Escape key by @Cloud11PL
  • 8f98cc5: GraphQL Playground no longer uses additional variables when using the shift + cmd + ' keyboard shortcut as the shortcut was removed. You can now only use cmd + ', simplifying your workflow by @Cloud11PL
  • 674f632: The Polish translation has updated the term for GraphQL playground by @Cloud11PL

⚙️ Maintenance:

  • 585c495: Now you can execute e2e tests on release branches by @stmpn
  • 6f91338: You can now run Playwright tests on the 3.19 version by @yellowee

3.18.3

26 Jun 12:45
84d2083
Compare
Choose a tag to compare

🪲 Fixes:

  • 6de7e06: An error is no longer raised and visible to the user when saving translations by @poulch
  • 8780d35: An error is no longer raised and visible to the user when saving credentials is not supported by @poulch

⚙️ Maintenance:

3.17.3

26 Jun 12:23
144238e
Compare
Choose a tag to compare

🪲 Fixes:

  • f34a233: An error is no longer raised and visible to the user when saving translations by @poulch
  • d9bd919: Fix error related to can not read property of undefined in metadata and reading search page info by @poulch
  • 621b3ec: An error is no longer raised and visible to the user when saving credential is not supported by @poulch

3.16.3

26 Jun 11:57
4c77d28
Compare
Choose a tag to compare

🪲 Fixes:

  • 27a792f: An error is no longer raised and visible to the user when saving translations by @poulch
  • 1d0b485: Fix error related to can not read property of undefined in metadata and reading search page info by @poulch
  • d9b0b55: An error is no longer raised and visible to the user when focus combobox input by @poulch
  • f969118: An error is no longer raised and visible to the user when saving credential is not supported by @poulch

⚙️ Maintenance:

3.15.8

26 Jun 11:37
a8d15c1
Compare
Choose a tag to compare

🪲 Fixes:

  • 19875bc: An error is no longer raised and visible to the user when focus combobox input by @poulch
  • 17fc34f: An error is no longer raised and visible to the user when saving translations by @poulch
  • bf6a856: Fix error related to can not read property of undefined in metadata and reading search page info by @poulch
  • c839728: An error is no longer raised and visible to the user when saving credentials is not supported by @poulch

3.14.18

25 Jun 15:05
4f86d13
Compare
Choose a tag to compare

🪲 Fixes:

  • 4f86d13 Fix disabled translation fields on page refresh by @Cloud11PL in #4995
  • 7ac3a40 Fix error related to can not read property of undefined in metadata and reading search page info by @poulch in #4332
  • ff54430 Fix editorjs error when saving new translation by @poulch in #4991
  • 2c855d1 An error is no longer raised and visible to the user when saving credential is not supported by @poulch in #4983

Full Changelog: 3.14.17...3.14.18