Skip to content

3.19.11

Compare
Choose a tag to compare
@poulch poulch released this 14 Nov 17:26
· 327 commits to main since this release
7ef9b44

🪲 Fixes:

  • 19e5347: Open search using keyboard shortcuts no more cause Dashboard crash by @poulch

🍇 Improvements:

  • 6b2892c: Product edition no longer changes the other's work when changing different fields simultaneously. This means UI sends only form fields that were changed by @andrzejewsky
  • b594e00: The legacy multi-select is no longer present within the codebase. this means you should use the ones from the new Macaw when developing the UI by @poulch
  • c999eb3: 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 @poulch
  • c0c2d7b: App and User avatars in order details now all have the same colour by @Cloud11PL
  • 116b4df: The boolean attribute has been changed from a toggle to a select. This change helps visualize when the attribute has not been set by @poulch
  • 00e178b: 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
  • 3c714ae: The selected value is no longer filtering the options when using any select list in the product variant table by @poulch

⚙️ Maintenance:

  • 1d03dd6: Now dependencies are installed properly in our pipelines, this means auth scripts are no longer stopping by @andrzejewsky
  • 592979a: Login via API to set playwright tests is working in serial mode by @karola312
  • 1b7126b: You can now run e2e tests without flakiness by @yellowee
  • 1ec6635: Increase global single test timeout to avoid false negative test results by @michalina-graczyk
  • bcabc89: Now we log in to accounts before playwright jobs are started. This means playwright shards only consume account files, skipping the authentication part, it avoids account suspending by the API due to multiple attempts at the same time by @andrzejewsky
  • f5dc06d: Now you can see the test output on the release pull request by @karola312
  • 51e293b: Updates package-lock.json file meaning that npm ci no longer fails by @Cloud11PL
  • df9ace6: Increase playwright maxFailures to 10 (how many allowed failures, if exceeding skip remaining tests) by @karola312
  • d121d19: You can now run E2E tests on 3.19 with no issues by @yellowee
  • 8790f4e: Now accounts are decoded using an encryption key by @andrzejewsky