@rijkshuisstijl-community/components-css 4.0.0 → 5.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,11 +1,55 @@
1
1
  # @rijkshuisstijl-community/components-css
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - cd3758e: Cleaned up deprecated tokens for ordered list to be more in line with the base component used in Utrecht.
8
+ Tokens that wont be applied to ordered list anymore:
9
+ --utrecht-ordered-list-color
10
+ --utrecht-ordered-list-font-weight
11
+ --utrecht-ordered-list-margin-inline-start
12
+ - 022af85: --utrecht-ordered-list-font-size was used to determine the ordered list line height. This has now been changed to --utrecht-ordered-list-line-height.
13
+ - 0057047: chore: remove unused and deprecated Link tokens
14
+ - Use NL link component as cleanly as possible.
15
+ - Do not support NL `disabled` prop/state for Link.
16
+ - Add support for Icon in Link.
17
+ - Replace "utrecht" with "rhc" in markdown documentation for Link.
18
+
19
+ - f89c576: Removed the following tokens for unordered list as these are inherited from the document:
20
+ --utrecht-unordered-list-color
21
+ --utrecht-unordered-list-marker-border-color
22
+ --utrecht-unordered-list-font-weight
23
+ --utrecht-unordered-list-font-family
24
+
25
+ Added the following token to control nested lists
26
+ --rhc-unordered-list-nested-margin-inline-start
27
+
28
+ Nested lists now have the same marker as root lists to have less going on
29
+
30
+ - f24efc1: Clear deprecated tokens for Breadcrumb
31
+
32
+ ### Minor Changes
33
+
34
+ - 93b9259: Add new Card component for flexible card display
35
+
36
+ **WHAT**: Added a new `Card` component alongside the existing `CardAsLink` component
37
+ **WHY**: The existing `CardAsLink` was too restrictive for cases where cards don't need to be clickable links
38
+ **HOW**: Import and use the new `Card` component for non-interactive card displays
39
+
40
+ ### Patch Changes
41
+
42
+ - bf73b50: Fix hot reloading voor local development.
43
+ - 6b3a5aa: Remove fixed width from Card As Link component to delegate sizing to layout
44
+ - 39e082e: Added bottom border for nav bar
45
+ - 3d9999c: Update patch & minor dependencies
46
+ - acca7a7: Removed unused deprecated tokens
47
+
3
48
  ## 4.0.0
4
49
 
5
50
  ### Major Changes
6
51
 
7
52
  - 923d857: Alleen NL link gebruiken
8
-
9
53
  - Zorgen dat RHC link alleen NL link gebruikt
10
54
  - NL link's `disabled` prop niet toestaan (altijd op `false` zetten) (angular versie ondersteunde dit toch al niet)
11
55
  - Documentatie aan Angular readme.md toegevoegd