Releases: fictoan/fictoan-react
Releases · fictoan/fictoan-react
v1.9.3
v1.8.4
v1.6.0
⚠️ BREAKING CHANGES ⚠️
- Colours now support opacity values
-
Old New --slate-dark-40
--slate-dark40
--red-light-20
--red-light20
— --red-light20-opacity90
— --amber-dark20-opacity20
— --pistacho-opacity40
-
Basically you just have to remove the hyphen after the
light
anddark
string for the new format, and it works on all props:bgColour
,textColour
,var()
etc -
This colour generation is now more robust, as its generated with TS, instead of SCSS.
-
- Removed CJS support, ESM only, because it’s 2024
- Remove Storybook, because we have configurators for each component that does the same job, but better
GENERIC CHANGES
- Add
Skeleton
component for loading states