@knime/kds-components 0.30.0 → 0.30.2
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 +18 -0
- package/dist/index.css +114 -134
- package/dist/index.js +58 -262
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/InlineMessage/KdsInlineMessage.vue.d.ts.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +8 -27
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/layouts/Breadcrumb/KdsBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/package.json +4 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @knime/kds-components
|
|
2
2
|
|
|
3
|
+
## 0.30.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cfa40df: Kds 487 fix file explorer virtual scrolling
|
|
8
|
+
- @knime/kds-styles@0.30.2
|
|
9
|
+
|
|
10
|
+
## 0.30.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- c8cd4bb: KdsDropdown: Limit width of dropdown
|
|
15
|
+
- ca41f9d: Fix line height issue by line-height: normal
|
|
16
|
+
Fix icon rendering on low density screens by removing shape-rendering: geometricPrecision
|
|
17
|
+
- c4810f7: KDS-872: Shrink breadcrumbs when no icon/text properly
|
|
18
|
+
- Updated dependencies [ca41f9d]
|
|
19
|
+
- @knime/kds-styles@0.30.1
|
|
20
|
+
|
|
3
21
|
## 0.30.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|