Skip to content

Releases: knime/webapps-common

@knime/[email protected]

02 Oct 14:54
e690035
Compare
Choose a tag to compare

Patch Changes

  • a81819a: Enable dynamic possible values in ComboBox jsonforms renderer

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes

@knime/[email protected]

01 Oct 09:25
Compare
Choose a tag to compare

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]

01 Oct 09:25
Compare
Choose a tag to compare

Patch Changes