Skip to content

Releases: fictoan/fictoan-react

v1.9.3

27 Nov 16:10
c454a53
Compare
Choose a tag to compare
Update CODEOWNERS

v1.8.4

24 Nov 15:42
4056d40
Compare
Choose a tag to compare

Fix controlled/uncontrolled input bug for RadioTabgroup

v1.6.0

15 Nov 11:20
bfaf494
Compare
Choose a tag to compare

⚠️ 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 and dark 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

v1.1.0

15 Feb 01:37
Compare
Choose a tag to compare

Add OptionCard component, which are basically style-able divs that can act both like checkboxes or radio buttons

v1.0.0

12 Feb 07:53
Compare
Choose a tag to compare

Finally, FictoanReact has a 1.0 release

v0.45.3

10 Mar 07:13
42dde13
Compare
Choose a tag to compare

Add isDismissable prop for optionally showing the dismiss button in BottomDrawer

v0.45.2

17 Jan 05:01
0af9267
Compare
Choose a tag to compare
  • ⚠️ PinInputField prop disableCopyPaste is now pasteFromClipboard which is an enum of two values - disabled or enabled (default)
  • Props for all components (like ElementProps, ButtonProps) are now exported by the package (included from v0.45.1)

v0.43.0

25 Oct 16:47
1e2bee6
Compare
Choose a tag to compare
Publish v0.43.0 to NPM

v0.39.1

25 Apr 05:52
Compare
Choose a tag to compare
Bump version

0.34.0

06 Sep 11:33
Compare
Choose a tag to compare
v0.34.0

Fix indentation