dso-toolkit 88.1.1 → 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 CHANGED
@@ -5,11 +5,47 @@ 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
+
8
30
  ## âœ‚ī¸ Release 88.1.1 - 2026-03-06
9
31
 
10
32
  ### Fixed
11
33
  * Button Tertiary: Min-inline-size breekt de layout ([#3606](https://github.com/dso-toolkit/dso-toolkit/issues/3606))
12
34
 
35
+ ## 🌹 Release 89.0.0 - 2026-03-02
36
+
37
+ ### Changed
38
+ * **BREAKING** Legend: Legend en Legend Item fuseren tot ÊÊn component Legend ([#3490](https://github.com/dso-toolkit/dso-toolkit/issues/3490))
39
+ * Ozon Content: i-tje verwijderen bij verwijzing naar begrip (IntRef naar `<Begrip>`) ([#3562](https://github.com/dso-toolkit/dso-toolkit/issues/3562))
40
+
41
+ ### Fixed
42
+ * Viewer Grid: Gesloten Filter Panel kan focus krijgen ([#3546](https://github.com/dso-toolkit/dso-toolkit/issues/3546))
43
+ * Autosuggest: Onterechte scrollbar ([#3284](https://github.com/dso-toolkit/dso-toolkit/issues/3284))
44
+ * Ozon Content: Toggletip focus out handler verwerkt interactieve element niet goed ([#3560](https://github.com/dso-toolkit/dso-toolkit/issues/3560))
45
+
46
+ ### Task
47
+ * Packages: Dependencies updates ([#3495](https://github.com/dso-toolkit/dso-toolkit/issues/3495))
48
+
13
49
  ## 🧑‍🔧 Release 88.1.0 - 2026-02-23
14
50
 
15
51
  ### Added
package/README.md CHANGED
@@ -58,7 +58,7 @@ The referenced scripts are very small: Only the actually used Web Components are
58
58
 
59
59
  ### Develop or mockups
60
60
 
61
- To work on the DSO Toolkit using components and variants or create mockups of pages, forms or components you need Node 22 and Yarn. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
61
+ To work on the DSO Toolkit using components and variants or create mockups of pages, forms or components you need Node 24 and Yarn. See [CONTRIBUTING.md](CONTRIBUTING.md) on how to contribute.
62
62
 
63
63
  Either install Yarn with
64
64
 
@@ -108,7 +108,7 @@ This will start Stencil on http://localhost:45333, Storybook on http://localhost
108
108
 
109
109
  ## Requirements
110
110
 
111
- Node 22. For development on the DSO Toolkit you also need Yarn.
111
+ Node 24. For development on the DSO Toolkit you also need Yarn.
112
112
 
113
113
  ## Ports
114
114