You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Containercomponent voor `MenuLink`- en `MenuButton`-items — rendert een `<ul>` met `list-style: none`
1605
+
-`orientation="vertical"` (standaard): `flex-direction: column`, items op volledige breedte
1606
+
-`orientation="horizontal"`: `flex-direction: row`, items naast elkaar op inhoudsbreedte
1607
+
- Horizontale current-staat gebruikt `border-block-end` (i.p.v. `border-inline-start`) — context-override via `.dsn-menu--horizontal` in `menu-link.css`
1608
+
- De `<nav>`-wrapper is de verantwoordelijkheid van de ouder
Copy file name to clipboardExpand all lines: docs/changelog.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,41 @@ All notable changes to this project are documented in this file.
23
23
24
24
---
25
25
26
+
## Version 5.19.1 (April 6, 2026)
27
+
28
+
### Fix: gelijke hoogte voor input fields en buttons (issue #141, PR #143)
29
+
30
+
#### Fixed
31
+
32
+
-`dsn.form-control.padding-block-start/end` verlaagd van `{dsn.space.block.lg}` (12px) naar `{dsn.space.block.md}` (8px) — `min-block-size` (48px) bepaalt nu de hoogte van alle form controls, gelijk aan de button
33
+
- Cascadeert automatisch naar **TextInput**, **TextArea**, **Select**, **SearchInput**, **DateInput** en **TimeInput**
34
+
- Tijdelijke token-override in `page-header.css` (`.dsn-page-header__search-inner .dsn-text-input`) verwijderd
35
+
36
+
#### Changed
37
+
38
+
-`dsn.date-input.button-inset-inline-end` en `dsn.time-input.button-inset-inline-end`: van `{dsn.space.inline.md}` (8px) naar `{dsn.space.inline.sm}` (4px) — icoonknop staat compacter tegen de border
39
+
40
+
---
41
+
42
+
## Version 5.19.0 (April 4, 2026)
43
+
44
+
### Menu component (issue #129, PR #136)
45
+
46
+
#### Added
47
+
48
+
-**Menu** component — containercomponent voor `MenuLink`- en `MenuButton`-items
49
+
- Rendert een `<ul>` met `list-style: none`; verantwoordelijkheid voor de `<nav>`-wrapper ligt bij de ouder
50
+
-`orientation` prop: `vertical` (standaard, `flex-direction: column`) of `horizontal` (`flex-direction: row`)
51
+
- Horizontale current-indicator via `border-block-end` (i.p.v. `border-inline-start` in verticale oriëntatie) — context-override in `menu-link.css`
0 commit comments