·
8 commits
to next
since this release
Patch Changes
-
254a905: [!] BREAKING CHANGE:
Custom theme colors are converted implicitly to kebab-case by tailwindcssThis means that some color defined in
evidence.config.yaml
asmyCustomColor
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/[email protected]