Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 771 Bytes

2021-01-11-add-shopware-account-login-to-extension-manager.md

File metadata and controls

15 lines (15 loc) · 771 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add shopware account login to extension manager
issue: NEXT-12614
author: Jannis Leifeld
author_email: j.leifeld@shopware.com 
author_github: @jleifeld
---

Administration

  • Changed the method checkIfRouteMatchesLink in sw-tabs-item to fix endless render loop which freezes the browser
  • Added the component sw-extension-my-extensions-account
  • Added the component sw-extension-my-extensions-extension-config
  • Added the component sw-extension-my-extensions-index
  • Added the component sw-extension-my-extensions-listing
  • Added the service extension-error-handler.service.js which is a modified duplicate of plugin-error-handler.service.js
  • Added login actions to extensions.store. These are also modified duplicates of the plugin.store