Skip to content

Releases: adobe/spectrum-css

@spectrum-css/[email protected]

15 Jan 19:04
e19f80b
Compare
Choose a tag to compare

Major Changes

  • #3458 e1b7102 Thanks @castastrophe! - Update the Chromatic add-on to the currently maintained package:

    • from "@chromaui/addon-visual-tests": "^1.0.0"
    • to "@chromatic-com/storybook": "^3.2.3"

    This requires an update to the chromatic.config.json settings, removal of the generic argTypesRegex from the preview config, and a stricter import in the doc blocks.

    To support a successful build, our test command must maintain the autodocs and mdx syntax.

@spectrum-css/[email protected]

15 Jan 15:10
74a55da
Compare
Choose a tag to compare

Patch Changes

  • #3440 6808c85 Thanks @castastrophe! - Fix an issue where "show code" was blocking loading in Storybook docs pages [CSS-1070]

@spectrum-css/[email protected]

13 Jan 18:15
c7ffbd8
Compare
Choose a tag to compare

Major Changes

  • #3488 40c1954 Thanks @castastrophe! - ### Breaking change

    This update removes the compiled components directory from the token output. Instead, customers are asked to source the theming data from the component's theme/(express,spectrum,spectrum-two).css and index-theme.css. For example:

    import "@spectrum-css/actionbutton/dist/index-base.css";
    import "@spectrum-css/actionbutton/dist/index-theme.css";
    import "@spectrum-css/actionbutton/dist/themes/express.css";
    

    In addition, the custom-*-vars.css files previously shipped in the spectrum and express folders will no longer be shipped separately. This data already exists in the *-vars.css file with a matching name. For example, spectrum/custom-large-vars.css already exists within spectrum/large-vars.css, concatenated with the token-generated output.

    Minor

    Whitespace has been cleaned up in the exported content for readability.

@spectrum-css/[email protected]

13 Jan 22:03
5be513a
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@spectrum-css/[email protected]

13 Jan 18:15
c7ffbd8
Compare
Choose a tag to compare

Patch Changes

@spectrum-css/[email protected]

13 Jan 22:03
5be513a
Compare
Choose a tag to compare

Major Changes

  • #3477 d52c701 Thanks @castastrophe! - Resurrecting the CSS bundle for development use. Excellent resource for generating quick demo pages by loading all the CSS components in the library in a pre-bundled package with tokens pre-loaded and minified to remove unused tokens.

@spectrum-css/[email protected]

10 Jan 22:44
42f6f0b
Compare
Choose a tag to compare

Minor Changes

  • #3453 8d2d269 Thanks @marissahuysentruyt! - Color loupes should not be displayed when their color handle is disabled, so this work adds the .is-disabled selector to color loupe's CSS, with opacity: 0.

@spectrum-css/[email protected]

06 Jan 16:24
355ba59
Compare
Choose a tag to compare

Patch Changes

  • #3444 2c66a87 Thanks @5t3ph! - fix(slider): Limit the slider label width to its intrinsic size instead of taking up full-width to prevent accidental activation on mobile.

@spectrum-css/[email protected]

03 Jan 21:46
9c3a625
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #2786 7fa37a7 Thanks @pfulton! - Removes empty theme assets from the component; no longer publishing a themes folder or index-theme.css map.

@spectrum-css/[email protected]

03 Jan 21:46
9c3a625
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #2786 7fa37a7 Thanks @pfulton! - Removes empty theme assets from the component; no longer publishing a themes folder or index-theme.css map.