@utrecht/component-library-react 8.0.5 → 9.0.1

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,70 @@
1
1
  # @utrecht/component-library-react
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c4b943b: Fix `exports` to include `.md` files and consistently support the main import.
8
+ Note: the `.md` files are for development purposes only, they are not supported as part of the public API.
9
+ - Updated dependencies [b5deff8]
10
+ - Updated dependencies [729f698]
11
+ - Updated dependencies [c4b943b]
12
+ - @utrecht/form-toggle-css@1.5.0
13
+ - @utrecht/article-css@1.5.0
14
+ - @utrecht/blockquote-css@1.6.0
15
+ - @utrecht/code-block-css@1.5.0
16
+ - @utrecht/code-css@1.5.0
17
+ - @utrecht/document-css@1.5.0
18
+ - @utrecht/emphasis-css@1.5.0
19
+ - @utrecht/figure-css@1.5.0
20
+ - @utrecht/heading-1-css@1.5.0
21
+ - @utrecht/heading-2-css@1.5.0
22
+ - @utrecht/heading-3-css@1.5.0
23
+ - @utrecht/heading-4-css@1.5.0
24
+ - @utrecht/heading-5-css@1.5.0
25
+ - @utrecht/heading-6-css@1.5.0
26
+ - @utrecht/heading-group-css@1.5.0
27
+ - @utrecht/html-content-css@1.4.0
28
+ - @utrecht/mark-css@1.5.0
29
+ - @utrecht/ordered-list-css@1.5.0
30
+ - @utrecht/paragraph-css@2.3.0
31
+ - @utrecht/select-css@1.8.0
32
+ - @utrecht/separator-css@1.5.0
33
+ - @utrecht/subscript-css@1.3.0
34
+ - @utrecht/superscript-css@1.3.0
35
+ - @utrecht/table-css@1.5.0
36
+ - @utrecht/textarea-css@2.3.0
37
+ - @utrecht/unordered-list-css@1.5.0
38
+ - @utrecht/form-field-error-message-react@1.0.6
39
+ - @utrecht/form-field-description-react@1.0.6
40
+ - @utrecht/form-field-checkbox-react@1.0.9
41
+ - @utrecht/radio-button-react@1.0.6
42
+ - @utrecht/data-badge-react@1.0.3
43
+ - @utrecht/form-field-react@1.0.6
44
+ - @utrecht/form-label-react@1.0.6
45
+ - @utrecht/calendar-react@1.0.10
46
+ - @utrecht/checkbox-react@1.0.7
47
+ - @utrecht/combobox-react@0.0.7
48
+ - @utrecht/fieldset-react@1.0.6
49
+ - @utrecht/listbox-react@1.0.9
50
+ - @utrecht/textbox-react@1.0.6
51
+ - @utrecht/button-react@2.0.6
52
+ - @utrecht/link-react@1.0.6
53
+ - @utrecht/button-link-css@1.3.0
54
+ - @utrecht/link-button-css@1.4.0
55
+
56
+ ## 9.0.0
57
+
58
+ ### Major Changes
59
+
60
+ - 65f3cd5: Ignore combinations of `lead` and `small` appearances for paragraph via deprecated boolean properties.
61
+ - 9796c79: Disallow any `string` as Paragraph `appearance`, require an enum. You can now use the new `isParagraphAppearance` to type cast to the enum.
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [de1c443]
66
+ - @utrecht/icon-css@2.0.0
67
+
3
68
  ## 8.0.5
4
69
 
5
70
  ### Patch Changes