Releases: knime/webapps-common
Releases · knime/webapps-common
@knime/[email protected]
Patch Changes
- a81819a: Enable dynamic possible values in ComboBox jsonforms renderer
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]
- @knime/[email protected]
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]
@knime/[email protected]
Patch Changes
- 490ab62: Add a rename icon.
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]
- @knime/[email protected]
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]
- @knime/[email protected]
- @knime/[email protected]
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]
- @knime/[email protected]
@knime/[email protected]
Minor Changes
-
31d9c3b: Enforce that all used CSS custom properties do exist (via stylelint-value-no-unknown-custom-properties).
Breaking change: If the project uses global custom CSS properties (very likely), you have to make Stylelint aware of them in
.stylelintrc.cjs
, e.g.:rules: { "csstools/value-no-unknown-custom-properties": [ true, { importFrom: ["src/assets/index.css"], }, ], }
There might be cases where CSS properties are shared between multiple nested Vue components, which Stylelint doesn't know. Do set default values for those to avoid linting errors, e.g.
height: var(--toolbar-height, 0);
.
@knime/[email protected]
Patch Changes
- Updated dependencies [490ab62]
- @knime/[email protected]
- @knime/[email protected]