spoko-design-system 1.21.0 → 1.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.21.1](https://github.com/polo-blue/sds/compare/v1.21.0...v1.21.1) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **category:** correct SiteNavigationElement microdata structure to expose URLs ([e73b18b](https://github.com/polo-blue/sds/commit/e73b18ba01e870234e3103b6658ff6893d831877))
|
|
6
|
+
|
|
1
7
|
## [1.21.0](https://github.com/polo-blue/sds/compare/v1.20.1...v1.21.0) (2025-12-15)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@ const activeIndex =
|
|
|
41
41
|
<swiper-slide
|
|
42
42
|
itemprop="hasPart"
|
|
43
43
|
itemscope
|
|
44
|
-
itemtype="https://schema.org/
|
|
44
|
+
itemtype="https://schema.org/SiteNavigationElement"
|
|
45
45
|
role="presentation"
|
|
46
46
|
class={`swiper-slide cats-slide group ${category.slug === activeCategorySlug ? 'active' : ''}`}
|
|
47
47
|
>
|