@knime/kds-components 0.29.3 → 0.30.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,29 @@
1
1
  # @knime/kds-components
2
2
 
3
+ ## 0.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c8cd4bb: KdsDropdown: Limit width of dropdown
8
+ - ca41f9d: Fix line height issue by line-height: normal
9
+ Fix icon rendering on low density screens by removing shape-rendering: geometricPrecision
10
+ - c4810f7: KDS-872: Shrink breadcrumbs when no icon/text properly
11
+ - Updated dependencies [ca41f9d]
12
+ - @knime/kds-styles@0.30.1
13
+
14
+ ## 0.30.0
15
+
16
+ ### Minor Changes
17
+
18
+ - e0a3ce6: Add submenu capability to `KdsMenuContainer` component
19
+ - Can now render children items up to 3 levels (root + 2 nested submenus)
20
+ - Items with children cannot have a shortcut assigned, nor a badge or a trailing icon since that space
21
+ is reserved for the icon that hints at a nested submenu
22
+
23
+ ### Patch Changes
24
+
25
+ - @knime/kds-styles@0.30.0
26
+
3
27
  ## 0.29.3
4
28
 
5
29
  ### Patch Changes