dso-toolkit 79.0.0-pre.3 → 79.0.0-pre.4
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 +5 -0
- package/dist/dso.css +2 -2
- package/dist/dso.min.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
|
|
|
5
5
|
|
|
6
6
|
## Next
|
|
7
7
|
|
|
8
|
+
## 🧽 Release 79.0.0-pre.4 - 2025-09-18
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
* Header: Hamburger menu toegankelijkheid kapot voor Loket ([#3287](https://github.com/dso-toolkit/dso-toolkit/issues/3287))
|
|
12
|
+
|
|
8
13
|
## 🧽 Release 79.0.0-pre.3 - 2025-09-16
|
|
9
14
|
|
|
10
15
|
### Fixed
|
package/dist/dso.css
CHANGED