@utrecht/component-library-react 10.3.10 → 12.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
@@ -1,5 +1,29 @@
1
1
  # @utrecht/component-library-react
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - d1f8749: NavBar: Changed from div to nav element, added label prop with heading and aria-labelledby for accessibility, fixed useId hook usage.
8
+ NavList: Added inlineSizeAuto prop, refactored to CSS-only aria-current styling for active items.
9
+
10
+ ## 11.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - edac79f: - badge-status is no longer styled through common badge tokens but has its own set of tokens
15
+ - badge-status has been renamed to status-badge, use @utrecht/status-badge-css instead of @utrecht/badge-status-css
16
+
17
+ ### Patch Changes
18
+
19
+ - b912501: Changed the calendar navigation label to use the calendar year instead of the local week-numbering year
20
+ - Updated dependencies [edac79f]
21
+ - Updated dependencies [b912501]
22
+ - Updated dependencies [3be2632]
23
+ - @utrecht/status-badge-css@1.0.0
24
+ - @utrecht/calendar-react@1.0.15
25
+ - @utrecht/rich-text-css@2.1.0
26
+
3
27
  ## 10.3.10
4
28
 
5
29
  ### Patch Changes