@bonniernews/dn-design-system-web 21.0.0 → 21.0.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
|
@@ -4,6 +4,23 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [21.0.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@21.0.0...@bonniernews/dn-design-system-web@21.0.1) (2024-10-21)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **web:** correct one letter in aria role name ([#1449](https://github.com/BonnierNews/dn-design-system/issues/1449)) ([b6d9a0b](https://github.com/BonnierNews/dn-design-system/commit/b6d9a0b42c1c529f36b76a1f600abd9d24073691))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
|
|
17
|
+
* **deps-dev:** bump @babel/preset-env from 7.25.4 to 7.25.8 ([#1444](https://github.com/BonnierNews/dn-design-system/issues/1444)) ([0fc75a7](https://github.com/BonnierNews/dn-design-system/commit/0fc75a752e2e5e5d833074253c8903bb8e62d442))
|
|
18
|
+
* **deps-dev:** bump @types/jest from 29.5.4 to 29.5.13 ([#1445](https://github.com/BonnierNews/dn-design-system/issues/1445)) ([907411e](https://github.com/BonnierNews/dn-design-system/commit/907411e070bb2972ddbf2b0338398a463603d0f2))
|
|
19
|
+
* **deps:** bump @storybook/addon-react-native-web from 0.0.24 to 0.0.26 ([#1437](https://github.com/BonnierNews/dn-design-system/issues/1437)) ([d5cdfec](https://github.com/BonnierNews/dn-design-system/commit/d5cdfeccd61e0161dfc4cdd5cf7c6dd9bd968154))
|
|
20
|
+
* prerelease packages ([fe49466](https://github.com/BonnierNews/dn-design-system/commit/fe49466670ab2a6c76f92836991b9e9fc5814afa))
|
|
21
|
+
* prerelease packages ([65eca7d](https://github.com/BonnierNews/dn-design-system/commit/65eca7d194a63bc13e78b1113ba506bc1f076fb2))
|
|
22
|
+
* trigger foundations release ([#1442](https://github.com/BonnierNews/dn-design-system/issues/1442)) ([308d0d0](https://github.com/BonnierNews/dn-design-system/commit/308d0d02e3dc8056a755e946b80fc529834c0572))
|
|
23
|
+
|
|
7
24
|
## [21.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.6.1...@bonniernews/dn-design-system-web@21.0.0) (2024-10-18)
|
|
8
25
|
|
|
9
26
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
] | join(" ") %}
|
|
13
13
|
{% set attributes = getAttributes(params.attributes) %}
|
|
14
14
|
|
|
15
|
-
<a href="{{ params.href }}" class="{{ classes }}" {{- attributes | safe }} role="
|
|
15
|
+
<a href="{{ params.href }}" class="{{ classes }}" {{- attributes | safe }} role="listitem">
|
|
16
16
|
{% if params.variant != 'direkt' and params.mediaHtml %}
|
|
17
17
|
{{ params.mediaHtml | safe }}
|
|
18
18
|
{% endif %}
|