@shopware-pwa/helpers-next
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -556,4 +556,4 @@ /** | ||
deliveryTime?: { | ||
translated?: { | ||
name?: string; | ||
translated: { | ||
name: string; | ||
}; | ||
@@ -571,4 +571,4 @@ }; | ||
translationCode?: { | ||
translated?: { | ||
name?: string; | ||
translated: { | ||
name: string; | ||
}; | ||
@@ -575,0 +575,0 @@ }; |
{ | ||
"name": "@shopware-pwa/helpers-next", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Shopware helpers for accessing API data", | ||
@@ -35,6 +35,6 @@ "author": "Shopware", | ||
"devDependencies": { | ||
"@vitest/coverage-v8": "1.6.0", | ||
"@vitest/coverage-v8": "2.0.4", | ||
"happy-dom": "14.12.3", | ||
"unbuild": "2.0.0", | ||
"vitest": "1.6.0", | ||
"vitest": "2.0.4", | ||
"tsconfig": "0.0.0" | ||
@@ -41,0 +41,0 @@ }, |
@@ -39,28 +39,8 @@ # shopware/frontends - helpers | ||
### Latest changes: 1.0.0 | ||
### Latest changes: 1.0.1 | ||
### Major Changes | ||
### Patch Changes | ||
- [#871](https://github.com/shopware/frontends/pull/871) [`1566f7a`](https://github.com/shopware/frontends/commit/1566f7a3962c511b5c72e12a4a5db40c4aa5d198) Thanks [@patzick](https://github.com/patzick)! - Read more about new major release: https://github.com/shopware/frontends/discussions/965 | ||
- [#1074](https://github.com/shopware/frontends/pull/1074) [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4) Thanks [@mkucmus](https://github.com/mkucmus)! - Removed optional chaining for translated properties. Expecting a different argument type for the `getLanguageName` and `getShippingMethodDeliveryTime` methods. | ||
- [#1056](https://github.com/shopware/frontends/pull/1056) [`c729e70`](https://github.com/shopware/frontends/commit/c729e7014c70d7f71edf5297104065d18e482e04) Thanks [@patzick](https://github.com/patzick)! - Removed deprecations from the package: | ||
- `getProductThumbnailUrl` is removed. Use `getSmallestThumbnailUrl` instead. | ||
- internal method `_debounce` is removed. | ||
- internal method `_parseUrlQuery` is removed. | ||
### Minor Changes | ||
- [#857](https://github.com/shopware/frontends/pull/857) [`864616f`](https://github.com/shopware/frontends/commit/864616f0c9e1cbe11e434b9a04a35ff9520bcb3c) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add isMaintenanceMode to check if backend is available | ||
- [#508](https://github.com/shopware/frontends/pull/508) [`a92941e`](https://github.com/shopware/frontends/commit/a92941ed59313fe85d5bbe204c2930d8a1a106b1) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add `accessGranted` property for the getMedia helper | ||
- [#477](https://github.com/shopware/frontends/pull/477) [`487d991`](https://github.com/shopware/frontends/commit/487d991f2cda0fbf637502597b20dd931498fe6a) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Remove "@shopware-pwa/types" dependency and replace it with generic types | ||
- [#582](https://github.com/shopware/frontends/pull/582) [`97b5949`](https://github.com/shopware/frontends/commit/97b5949da2663700aa4047c4927b4a5f192cee74) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Export css classes as a separate file | ||
- [#545](https://github.com/shopware/frontends/pull/545) [`6664aa2`](https://github.com/shopware/frontends/commit/6664aa2aa48ec63fc053ad024a03940113e17956) Thanks [@itscark](https://github.com/itscark)! - Fix visibility classes | ||
### Patch Changes | ||
- [#524](https://github.com/shopware/frontends/pull/524) [`6b54268`](https://github.com/shopware/frontends/commit/6b54268049ae9b1b3d311b9a122f43a752a2b715) Thanks [@BrocksiNet](https://github.com/BrocksiNet)! - added `buildUrlPrefix`, which perviously was internal helper of the `@shopware/cms-base` package | ||
- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Migrate eslint config to flat format |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44255
46