@utrecht/component-library-react 7.3.8 → 8.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,15 @@
1
1
  # @utrecht/component-library-react
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - f2c0a12: The `DataBadge` component now renders the `utrecht-data-badge` class name instead of the `utrecht-badge-data` class name.
8
+
9
+ The name of the class name is now in sync with the [NL Design System "Data Badge" component](https://nldesignsystem.nl/data-badge).
10
+
11
+ Migration: replace any `.utrecht-badge-data` selectors you might have, with `.utrecht-data-badge`.
12
+
3
13
  ## 7.3.8
4
14
 
5
15
  ### Patch Changes