You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cms-base-layer/README.md
+8-34Lines changed: 8 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -494,42 +494,16 @@ No additional packages needed to be installed.
494
494
495
495
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/cms-base-layer/CHANGELOG.md)
496
496
497
-
### Latest changes: 2.1.0
498
-
499
-
### Minor Changes
500
-
501
-
-[#2275](https://github.com/shopware/frontends/pull/2275)[`432dd24`](https://github.com/shopware/frontends/commit/432dd246571dfa8c149293da97d5bb16f505e54c) Thanks [@mkucmus](https://github.com/mkucmus)! - - Add configurable UnoCSS runtime plugin for dynamic CMS class support
502
-
- Extend theme with overlay and fixed color tokens
503
-
504
-
-[#2223](https://github.com/shopware/frontends/pull/2223)[`1db8704`](https://github.com/shopware/frontends/commit/1db870413dcea13c690504ffcaee13526bc8035f) Thanks [@mkucmus](https://github.com/mkucmus)! - Add horizontal filter layout for product listings. When the sidebar filter element is placed outside a sidebar section, filters now display as horizontal dropdowns.
505
-
506
-
Includes new `SwFilterDropdown` and `SwProductListingFiltersHorizontal` components, with a `displayMode` prop added to all filter components to support both layouts.
507
-
508
-
-[#2287](https://github.com/shopware/frontends/pull/2287)[`c9bde38`](https://github.com/shopware/frontends/commit/c9bde38d497d5c6c2fbd97700a362eb44ce8881f) Thanks [@mkucmus](https://github.com/mkucmus)! - Add responsive image sizing (srcset/sizes) via provide/inject, LCP preload with fetchpriority, configurable imageSizes in app.config, ISR route rules, inline styles, and AppConfig type declarations
509
-
510
-
-[#2241](https://github.com/shopware/frontends/pull/2241)[`9ccbaa1`](https://github.com/shopware/frontends/commit/9ccbaa1fb6cc1f790d979c3dd3745c5402b6d8d1) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Replace `withDefaults` by props destructure
511
-
512
-
-[#2273](https://github.com/shopware/frontends/pull/2273)[`18455e7`](https://github.com/shopware/frontends/commit/18455e77221fcc77b119d0ba7eae89dfce0e2941) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Remove SwMedia3D.vue component from autoload
513
-
514
-
-[#2268](https://github.com/shopware/frontends/pull/2268)[`c3fff84`](https://github.com/shopware/frontends/commit/c3fff847e46a17c9c905bd893f1c1de287426c65) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Improve accessibility (A11y) of CMS base layer components.
515
-
516
-
-[#2214](https://github.com/shopware/frontends/pull/2214)[`ccb9384`](https://github.com/shopware/frontends/commit/ccb93849be07f1b6a4e192de02579a528b5b6ac4) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Add full TypeScript typing to html-to-vue helper functions
497
+
### Latest changes: 2.1.1
517
498
518
499
### Patch Changes
519
500
520
-
-[#2226](https://github.com/shopware/frontends/pull/2226)[`d77eacc`](https://github.com/shopware/frontends/commit/d77eaccdec6c56a6f2d999048c751fb9f01177d4) Thanks [@mkucmus](https://github.com/mkucmus)! - Add config prop support to `SwProductGallery` and make `CmsElementImageGallery` respect `minHeight`, `navigationArrows`, and `navigationDots` config values.
521
-
522
-
-[#2275](https://github.com/shopware/frontends/pull/2275)[`432dd24`](https://github.com/shopware/frontends/commit/432dd246571dfa8c149293da97d5bb16f505e54c) Thanks [@mkucmus](https://github.com/mkucmus)! - - Fix CMS block layout: height propagation in CmsBlockImageText, conditional `h-full` in CmsElementImage, `backgroundSize` forwarding in CmsGenericBlock, `w-full` for full_width sizing mode, and exclude `sizingMode` from section inline styles
523
-
- Fix vertical alignment support in CmsElementText and CmsElementProductSlider using `align-content` CSS property
524
-
- Remove rounded corners from image placeholder SVG and simplify CmsBlockTextOnImage structure
525
-
526
-
-[#2210](https://github.com/shopware/frontends/pull/2210)[`c6b88b7`](https://github.com/shopware/frontends/commit/c6b88b7d2c50054188356aeb0f83053554d442f5) Thanks [@mkucmus](https://github.com/mkucmus)! - Anchor tags with "btn btn-primary" classes from the API were not being
527
-
transformed to Tailwind utility classes due to condition matching issues
Copy file name to clipboardExpand all lines: packages/composables/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# @shopware/composables
2
2
3
+
## 1.11.1
4
+
5
+
### Patch Changes
6
+
7
+
-[#2372](https://github.com/shopware/frontends/pull/2372)[`22fc8a7`](https://github.com/shopware/frontends/commit/22fc8a7301f6a7d2612d907ab73555978b651c00) Thanks [@patzick](https://github.com/patzick)! - Improve technical URL resolution for SSR and CSR page rendering.
8
+
9
+
This adds helpers to detect and normalize technical Shopware paths and updates
10
+
`useNavigationSearch` to resolve `/navigation/*`, `/detail/*`, and
11
+
`/landingPage/*` routes more reliably, including fallback behavior when no SEO
Copy file name to clipboardExpand all lines: packages/composables/README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,18 +165,16 @@ All composable functions are fully typed with TypeScript and they are registed g
165
165
166
166
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/composables/CHANGELOG.md)
167
167
168
-
### Latest changes: 1.11.0
169
-
170
-
### Minor Changes
171
-
172
-
-[#2318](https://github.com/shopware/frontends/pull/2318)[`b40305f`](https://github.com/shopware/frontends/commit/b40305f9e2ec51f29c279650e411bb773438faed) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - `useProductPrice` now returns `hasListPrice` (boolean indicating whether the product has a list price set). `isListPrice` is deprecated and aliased to `hasListPrice`; use `hasListPrice` in new code.
168
+
### Latest changes: 1.11.1
173
169
174
170
### Patch Changes
175
171
176
-
-[#2275](https://github.com/shopware/frontends/pull/2275)[`432dd24`](https://github.com/shopware/frontends/commit/432dd246571dfa8c149293da97d5bb16f505e54c) Thanks [@mkucmus](https://github.com/mkucmus)! - Guard against undefined config in `useCmsElementConfig`.
172
+
-[#2372](https://github.com/shopware/frontends/pull/2372)[`22fc8a7`](https://github.com/shopware/frontends/commit/22fc8a7301f6a7d2612d907ab73555978b651c00) Thanks [@patzick](https://github.com/patzick)! - Improve technical URL resolution for SSR and CSR page rendering.
177
173
178
-
-[#2263](https://github.com/shopware/frontends/pull/2263)[`b5f7e2a`](https://github.com/shopware/frontends/commit/b5f7e2a20c9dfdde1690e9006252d847f732bc0a) Thanks [@mkucmus](https://github.com/mkucmus)! - Fixed `getDocumentFile` return type in `useOrderDetails` to correctly return `Blob | string` instead of `Document` schema.
174
+
This adds helpers to detect and normalize technical Shopware paths and updates
175
+
`useNavigationSearch` to resolve `/navigation/*`, `/detail/*`, and
176
+
`/landingPage/*` routes more reliably, including fallback behavior when no SEO
0 commit comments