github evidence-dev/evidence @evidence-dev/tailwind@3.0.9

latest releases: @evidence-dev/evidence@40.1.8, @evidence-dev/csv@1.0.16, @evidence-dev/sqlite@2.0.9...
18 months ago

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]

    • @evidence-dev/sdk@3.0.9

Don't miss a new evidence release

NewReleases is sending notifications on new releases.