dso-toolkit 81.0.0 → 81.1.0
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 -0
- package/dist/dso.css +1 -1
- package/dist/dso.min.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@ 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 81.1.0 - 2025-11-10
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
* Ozon Content: Renvooi op `tekst:row` ([#3382](https://github.com/dso-toolkit/dso-toolkit/issues/3382))
|
|
12
|
+
* Ozon Content: Begrip, Term en Definitie incl. renvooi ([#3412](https://github.com/dso-toolkit/dso-toolkit/issues/3412))
|
|
13
|
+
* Document Component: `alternativeTitle` markeerbaar maken ([#3411](https://github.com/dso-toolkit/dso-toolkit/issues/3411))
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
* Ozon Content: `wijzigactie` van `opschrift` in `kop` toont geen renvooi ([#3413](https://github.com/dso-toolkit/dso-toolkit/issues/3413))
|
|
17
|
+
* Document Component: alternativeTitle met `href` niet zichtbaar interactief ([#3417](https://github.com/dso-toolkit/dso-toolkit/issues/3417))
|
|
18
|
+
|
|
8
19
|
## 💃 Release 81.0.0 - 2025-11-04
|
|
9
20
|
|
|
10
21
|
### Added
|
package/dist/dso.css
CHANGED