Skip to content

1.0.0-rc.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 07:07
ea72b73

🚀 Features

💅 Refactors

  • added Cookie manipulation on store changing and locale cookie manipulation

🐛 Bugfix

  • refactored and fixed store switcher
  • fix preselection of sort order when query param is available
  • fixed broken cart after placing an order as guest
  • fixed flashing category page
  • fixed default address selection on address book
  • updated URL resolver clearing mechanism to get rid of locale prefix before making an API call.
  • fixed links to catch current locale
  • fixed my account nav titles alignment
  • fixed useFacet(...) customQuery implementation
  • fixed 404 issue when redirecting to address details page
  • fixed carts with out of stock products

📗 Docs

  • added roadmap to the docs
  • Update custom queries documentation

🏡 Chore

repository

  • added gitflow actions to draft new release
  • updated VSF core to 2.5.4
  • removed html-validator
  • updated dependencies
  • scaffolded unit tests in composables and api client package

Other:

  • Analyzed storefront performance issues #348