You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx
+42-9Lines changed: 42 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ yarn add @dnb/eufemia@10
69
69
70
70
1. Updated multiple types from `string | boolean` to `boolean`, as there was a lot of properties who should only support boolean values and not strings.
71
71
Examples of changes to do would be to find Eufemia components using `"false"` or `"true"`, and replace it with boolean values. i.e., `vertical="false"` to `vertical={false}` or `selectall="true"` to `selectall={true}`.
72
-
Following is a nonexhaustive list of affected properties:
72
+
Following is a non-exhaustive list of affected properties:
73
73
-`vertical`
74
74
-`prevent_selection`
75
75
-`show_label`
@@ -178,17 +178,37 @@ do not contain the properties anymore. Properties are only a part of a theme fil
178
178
179
179
As long as you don't import them in your application, you don't need to make any changes in your codebase.
180
180
181
-
If you have done the following:
181
+
Following is a non-exhaustive list of examples of changes that could be relevant for your application:
1. Find references to `@dnb/eufemia/style/dnb-ui-properties.min.css` and replace it with `@dnb/eufemia/style/themes/theme-ui/ui-theme-properties.min.css`.
192
212
193
213
## Removal of `data-testid` in components
194
214
@@ -222,6 +242,19 @@ do not contain the fonts anymore. Fonts are now only a part of a theme file, suc
222
242
223
243
As long as you don't import them manually, you don't need to make any changes in your codebase.
224
244
245
+
Find references to `@dnb/eufemia/assets/fonts/` and replace it with `@dnb/eufemia/assets/fonts/dnb/`.
0 commit comments