New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@shopware-ag/admin-extension-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/admin-extension-sdk - npm Package Versions

jannisleifeld
published 3.0.6 •

Changelog

Source

[3.0.6] - 24.05.2023

Bugfix

  • Fixed the serialization of Entities and EntityCollections with reactive Vue objects which previously could lead to errors like e.g. "*.has is not a function"
jannisleifeld
published 3.0.5 •
jannisleifeld
published 3.0.4 •

Changelog

Source

[3.0.4] - 03.02.2023

Changed

  • Added language switch and smart bar buttons into main module.
  • Added tabs prop to component section to provide the ability to use tabs inside a card.
jannisleifeld
published 3.0.3 •

Changelog

Source

[3.0.3] - 25.01.2023

  • Added the method location.get for getting the actual location ID inside the app
jannisleifeld
published 3.0.2 •

Changelog

Source

[3.0.2] - 05.01.2023

Bugfix

  • Added two placeholder entities to the global EntitySchema.Entities types. This avoids the automatic conversion of an empty interface to the type never
jannisleifeld
published 3.0.1 •

Changelog

Source

[3.0.1] - 29.12.2022

Changed

  • Improved general performance of the channel communication by improving the early return method for stopping the execution
jannisleifeld
published 3.0.0 •

Changelog

Source

[3.0.0] - 23.12.2022

Added

  • Added type safety to all repository methods and the general data handling.

Breaking Changes

  • Removed the any type as a return value from the repository methods

Upgrade Guide

You can get back the original behavior by adding the any type to the global Entities interface. You can see the guide in Getting started → Installation → Adding types for Entities (TS only) → Using "any" fallback.

An additional package with auto-generated types will be released soon.

jannisleifeld
published 2.3.0 •

Changelog

Source

[2.3.0] - 27.06.2022

Added

  • Added ui.paymentOverviewCard
jannisleifeld
published 2.2.1 •
jannisleifeld
published 2.2.0 •