@helsenorge/designsystem-react 8.6.0-beta.0 → 8.6.0-beta.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 +11 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 8.6.0-beta.0 (2024-09-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- progressbar leses opp av skjermlesere
|
|
6
|
+
([550e7ac](https://github.com/helsenorge/designsystem/commit/550e7acfbb4687d946f36a7dad9e284614aee6a4)), closes
|
|
7
|
+
[#328018](https://github.com/helsenorge/designsystem/issues/328018)
|
|
8
|
+
|
|
1
9
|
## [8.5.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv8.4.0&targetVersion=GTv8.5.0) (2024-09-23)
|
|
2
10
|
|
|
3
11
|
### Features
|
|
@@ -1773,12 +1781,12 @@ Dette er fordi vi skal kunne dynamisk importere alt som ligger i Icons, så da b
|
|
|
1773
1781
|
|
|
1774
1782
|
### Bug Fixes
|
|
1775
1783
|
|
|
1776
|
-
- økt kontrast på understreking av lenker
|
|
1777
|
-
([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
|
|
1778
|
-
[#229049](https://github.com/helsenorge/designsystem/issues/229049)
|
|
1779
1784
|
- panel har avstand fra tittel til badge
|
|
1780
1785
|
([09034c4](https://github.com/helsenorge/designsystem/commit/09034c4844408c7cfe8f65d7a1a0d82a7828c2ef)), closes
|
|
1781
1786
|
[#282359](https://github.com/helsenorge/designsystem/issues/282359)
|
|
1787
|
+
- økt kontrast på understreking av lenker
|
|
1788
|
+
([50b7fa4](https://github.com/helsenorge/designsystem/commit/50b7fa47fb44cb7d75fb877bd53e2309b35e1e21)), closes
|
|
1789
|
+
[#229049](https://github.com/helsenorge/designsystem/issues/229049)
|
|
1782
1790
|
|
|
1783
1791
|
## [1.2.2](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv1.2.1&targetVersion=GTv1.2.2) (2022-08-31)
|
|
1784
1792
|
|
package/package.json
CHANGED