Skip to content

Commit 1ef24b2

Browse files
chore: release
1 parent 05438c6 commit 1ef24b2

27 files changed

Lines changed: 131 additions & 114 deletions

.changeset/calm-bananas-wink.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/fair-bats-travel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/frank-yaks-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-seas-share.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/great-turtles-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/major-tips-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-rivers-jump.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# docs
22

3+
## 1.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`22fc8a7`](https://github.com/shopware/frontends/commit/22fc8a7301f6a7d2612d907ab73555978b651c00)]:
8+
- @shopware/helpers@1.7.1
9+
- @shopware/composables@1.11.1
10+
311
## 1.10.4
412

513
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "1.10.4",
4+
"version": "1.10.5",
55
"description": "",
66
"type": "module",
77
"scripts": {

packages/cms-base-layer/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @shopware/cms-base-layer
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#2389](https://github.com/shopware/frontends/pull/2389) [`05438c6`](https://github.com/shopware/frontends/commit/05438c636a6c99b48e87d8f2ff5b03bf313c4e67) Thanks [@mkucmus](https://github.com/mkucmus)! - Fix product card and CMS image sizing to prevent duplicate/oversized image requests. Move fixed dimensions and `densities="1x"` into the `productCard` preset, and use `useElementSize`-based `width`/`height` props for `CmsElementImage`.
8+
9+
- [#2378](https://github.com/shopware/frontends/pull/2378) [`c36bc1f`](https://github.com/shopware/frontends/commit/c36bc1ff17e8e34c52fa91e6388ce210fffb7e8e) Thanks [@patzick](https://github.com/patzick)! - Add UnoCSS directive transformation for CMS block styles so layered Nuxt apps do not emit CSS minification warnings from raw `@apply` directives during production builds.
10+
11+
- [#2369](https://github.com/shopware/frontends/pull/2369) [`3c16985`](https://github.com/shopware/frontends/commit/3c16985ddf3878bc207c514a5ab8e4a6409f809c) Thanks [@mkucmus](https://github.com/mkucmus)! - Fixed `xss` library loading issue in Vite dev server by adding it to `optimizeDeps.include`
12+
13+
- [#2371](https://github.com/shopware/frontends/pull/2371) [`33e0c69`](https://github.com/shopware/frontends/commit/33e0c69afc3de854733ab61f866ba65cce1489f6) Thanks [@patzick](https://github.com/patzick)! - Disable automatic CMS LCP image preload by default.
14+
15+
The preload helper now only injects image preload tags when
16+
`appConfig.lcpImagePreload` is explicitly enabled, which avoids noisy preload
17+
warnings on storefront pages that do not immediately use the detected image.
18+
19+
- Updated dependencies [[`22fc8a7`](https://github.com/shopware/frontends/commit/22fc8a7301f6a7d2612d907ab73555978b651c00)]:
20+
- @shopware/helpers@1.7.1
21+
- @shopware/composables@1.11.1
22+
323
## 2.1.0
424

525
### Minor Changes

0 commit comments

Comments
 (0)