dso-toolkit 89.0.0 → 90.0.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 +27 -0
- package/dist/di.svg +240 -219
- package/dist/dso.css +84 -606
- package/dist/dso.css.map +1 -1
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/components/alert/alert.scss +2 -2
- package/src/components/banner/banner.scss +2 -2
- package/src/components/button/button.mixins.scss +15 -5
- package/src/components/button/button.scss +2 -2
- package/src/components/description/description.scss +1 -1
- package/src/components/form-group/files/form-group-files.scss +2 -4
- package/src/components/info/info.scss +1 -1
- package/src/components/info-button/info-button.scss +4 -4
- package/src/components/link/link.mixins.scss +3 -8
- package/src/components/link/link.variables.scss +1 -1
- package/src/components/modal/modal.scss +1 -1
- package/src/components/search-bar/search-bar.scss +1 -1
- package/src/dso.scss +0 -1
- package/src/components/label/_index.scss +0 -2
- package/src/components/label/label.mixins.scss +0 -73
- package/src/components/label/label.scss +0 -61
- package/src/components/label/label.variables.scss +0 -34
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,33 @@ 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 90.0.0 - 2026-03-13
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
* Angular Output: ngModel toevoegen aan form web components ([#3447](https://github.com/dso-toolkit/dso-toolkit/issues/3447))
|
|
12
|
+
* Segmented Button: Nieuw component ([#3397](https://github.com/dso-toolkit/dso-toolkit/issues/3397))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
* Icon: Nieuwe iconenset ([#2542](https://github.com/dso-toolkit/dso-toolkit/issues/2542))
|
|
17
|
+
* Form Group: Browser native focus styling toepassen voor upload ([#3226](https://github.com/dso-toolkit/dso-toolkit/issues/3226))
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
* Icon Button: HidePopover alleen aanroepen als de tooltip connected is met de DOM ([#3503](https://github.com/dso-toolkit/dso-toolkit/issues/3503))
|
|
21
|
+
* Angular: Build faalt niet bij niet kloppende prop van angular-output-target componenten ([#3403](https://github.com/dso-toolkit/dso-toolkit/issues/3403))
|
|
22
|
+
|
|
23
|
+
### Removed
|
|
24
|
+
* **BREAKING** Label: Remove HTML/CSS implementatie ([#3318](https://github.com/dso-toolkit/dso-toolkit/issues/3318))
|
|
25
|
+
|
|
26
|
+
### Task
|
|
27
|
+
* Document Component: types toevoegen ([#3500](https://github.com/dso-toolkit/dso-toolkit/issues/3500))
|
|
28
|
+
* Visueel Regressietesten: Optimaliseer `failureThreshold` ([#3201](https://github.com/dso-toolkit/dso-toolkit/issues/3201))
|
|
29
|
+
|
|
30
|
+
## ✂️ Release 88.1.1 - 2026-03-06
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
* Button Tertiary: Min-inline-size breekt de layout ([#3606](https://github.com/dso-toolkit/dso-toolkit/issues/3606))
|
|
34
|
+
|
|
8
35
|
## 🌹 Release 89.0.0 - 2026-03-02
|
|
9
36
|
|
|
10
37
|
### Changed
|