@utrecht/component-library-react 11.0.0 → 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,12 @@
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
+
3
10
  ## 11.0.0
4
11
 
5
12
  ### Major Changes