Skip to content

@evidence-dev/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 21:19
· 8 commits to next since this release
ad15dd4

Patch Changes

  • 254a905: [!] BREAKING CHANGE:
    Custom theme colors are converted implicitly to kebab-case by tailwindcss

    This means that some color defined in evidence.config.yaml as myCustomColor
    should be used as (for example) text-my-custom-color. (text-myCustomColor will not work)

    When referencing custom theme colors in Javascript the original case should still be used
    (for example) myCustomColor would still be <BarChart ... fillColor=myCustomColor />
    NOT <BarChart ... fillColor="my-custom-color" />

  • 64486c6: bump vitest

  • 4efd427: Use theme class instead of data-

  • Updated dependencies [0fd3769]

  • Updated dependencies [64486c6]

  • Updated dependencies [fc185c4]